emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: url-vars.el not loaded when using oort-gnus nnrss


From: C. Fischer
Subject: Re: url-vars.el not loaded when using oort-gnus nnrss
Date: Thu, 02 Dec 2004 01:31:07 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (berkeley-unix)

* Lars Magne Ingebrigtsen:

> "Clemens Fischer" <address@hidden> writes:
>
>> Debugger entered--Lisp error: (void-variable url-nonrelative-link)
>>   url-generic-parse-url("http://openpr.de/rss.php";)
>
> This is kinda surprising, since `url-generic-parse-url' is defined in
> url-parse.el, and `url-nonrelative-link' is defined in url-vars.el,
> and the former requires the latter.
>
> What does `C-h f url-generic-parse-url' say, and does your
> url-parse.el require url-vars.el?

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

Return a vector of the parts of URL.
Format is:
[proto username password hostname portnumber file reference attributes fullp]

this is a "shadowed lib" issue:

/usr/local/share/emacs/21.3.50/lisp/url/url-parse.el
/usr/local/share/emacs/site-lisp/w3/url-parse.el

emacs-w3m looks for "w3", but i have no idea if i can just dump (i.e. chmod 0
the "w3" directory) and see what breaks.

i'll tell you asap.


  clemens





reply via email to

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