GNU bug report logs - #4680
23.1.50; minor url-http.el fix

Previous Next

Package: emacs;

Reported by: Chris Newton <redshodan <at> gmail.com>

Date: Thu, 8 Oct 2009 23:00:04 UTC

Severity: minor

Tags: fixed

Fixed in version 24.1

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Chris Newton <redshodan <at> gmail.com>
Cc: 4680 <at> debbugs.gnu.org
Subject: bug#4680: 23.1.50; minor url-http.el fix
Date: Thu, 15 Oct 2009 03:03:35 -0400
Chris Newton wrote:

> Here is a small fix for the url-http function. When binding the
> url-show-status and/or url-display-percentage variables they would not
> get copied to the async buffer. So calls to url-lazy-message would not
> do the correct thing. The patch just adds those two functions to the
> list of variables to be copied. Thanks.

I'm sorry, can you explain why this is necessary? Can you give an
example of what the behaviour is with and without this change?

On the face of it, this change makes no sense to me. url-show-status
is a user option, and url-display-percentage is a function, not a
variable.


@@ -1142,6 +1144,8 @@
 		       url-http-chunked-start
 		       url-callback-function
 		       url-callback-arguments
+		       url-show-status
+		       url-display-percentage
 		       url-http-process
 		       url-http-method
 		       url-http-extra-headers



This bug report was last modified 13 years and 315 days ago.

Previous Next


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