GNU bug report logs - #5459
Should url-util require url-vars?

Previous Next

Package: emacs;

Reported by: Lennart Borgman <lennart.borgman <at> gmail.com>

Date: Sat, 23 Jan 2010 20:38:01 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 5459 <at> debbugs.gnu.org (full text, mbox):

From: Lennart Borgman <lennart.borgman <at> gmail.com>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 5459 <at> debbugs.gnu.org
Subject: Re: Should url-util require url-vars?
Date: Sun, 24 Jan 2010 23:40:46 +0100
On Sat, Jan 23, 2010 at 11:50 PM, Chong Yidong <cyd <at> stupidchicken.com> wrote:
>> url-show-status is defined in url-vars.el.
>> url-http-content-length-after-change-function calls
>> url-display-percentage which needs url-show-status.
>>
>> url-display-percentage is defined in url-util.el. Maybe this library
>> should require url-vars?
>
> Yes.  Fixed now, thanks.


Thanks. Unfortunately there are more trouble. And I suspect serious
trouble. Please reopen the bug.


This is what I get in my *Messages* buffer on w32 after explicitly
loading url-vars.el (I have not rebuilt Emacs yet with your changes):

  (featurep 'url-vars)=t, url-show-status=nil
  error in process filter:
url-http-content-length-after-change-function: Symbol's value as
variable is void: url-show-status

The first line is just from

  (message "(featurep 'url-vars)=%s, url-show-status=%s" (featurep
'url-vars) url-show-status)

The second line looks very strange to me since url-show-status was
defined on the first line and it is defined in url-vars.el.




This bug report was last modified 15 years and 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.