[Top][All Lists]
[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 17:00:13 -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' ?
> Hm, guess that this mysterious beast can do the job if you say so. But what
> is it? Where is it defined? C-h f says it is defined in url-parse.el, but it
> hides somewhere there where I can't see it.
It's defined along with all other accessor (and setter) functions in the
`defstruct' form in url-parse.
Stefan