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: Lennart Borgman (gmail)
Subject: Re: 23.0.50; url-generic-parse-url returns extra element
Date: Sat, 26 Jan 2008 15:16:18 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Stefan Monnier wrote:
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. 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]




reply via email to

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