unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5459: Should url-util require url-vars?
@ 2010-01-23 20:36 Lennart Borgman
  2010-01-23 22:50 ` Chong Yidong
  0 siblings, 1 reply; 6+ messages in thread
From: Lennart Borgman @ 2010-01-23 20:36 UTC (permalink / raw)
  To: 5459

I got these error messages when calling url-retrieve (which is autloaded):

error in process filter:
url-http-content-length-after-change-function: Symbol's value as
variable is void: url-show-status
error in process filter: Symbol's value as variable is void: url-show-status
error in process filter:
url-http-content-length-after-change-function: Symbol's value as
variable is void: url-show-status
error in process filter: Symbol's value as variable is void: url-show-status
...

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?







^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-25  3:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23 20:36 bug#5459: Should url-util require url-vars? Lennart Borgman
2010-01-23 22:50 ` Chong Yidong
2010-01-24 22:40   ` Lennart Borgman
2010-01-24 22:48     ` Chong Yidong
2010-01-24 22:49     ` Lennart Borgman
2010-01-25  3:04       ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).