emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.50; url-generic-parse-url returns extra element


From: Stefan Monnier
Subject: Re: 23.0.50; url-generic-parse-url returns extra element
Date: Sat, 26 Jan 2008 14:35:21 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>>> url-generic-parse-url now adds an extra element cl-struct-url at the
>>> beginning of the vector returned. To see this evaluate
>> 
>>> (url-generic-parse-url "http://www.no.se/";)
>> 
>> In what way is it a problem?

> I am using the TYPE value in the returned vector and need to know
> where it is.

How 'bout using `url-type' ?

> The doc string currently says:

>   url-generic-parse-url is a compiled Lisp function in `url-parse.el'.
>   (url-generic-parse-url url)

>   Return a vector of the parts of url.
>   Format is:
>   [TYPE USER PASSWORD HOST PORT FILE TARGET ATTRIBUTES FULL]

Hmm.. indeed it needs fixing.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]