From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#4680: 23.1.50; minor url-http.el fix Date: Thu, 15 Oct 2009 03:03:35 -0400 Message-ID: References: <339668590910081551l4bc4957cv90478d801557371@mail.gmail.com> Reply-To: Glenn Morris , 4680@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255591657 15220 80.91.229.12 (15 Oct 2009 07:27:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 07:27:37 +0000 (UTC) Cc: 4680@emacsbugs.donarmstrong.com To: Chris Newton Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 15 09:27:26 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MyKkA-0000aJ-4H for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 09:27:26 +0200 Original-Received: from localhost ([127.0.0.1]:43688 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyKk9-0001Z3-9t for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 Oct 2009 03:27:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyKk2-0001X4-Gi for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2009 03:27:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyKjx-0001Tu-MC for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2009 03:27:17 -0400 Original-Received: from [199.232.76.173] (port=43946 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyKjx-0001Tf-CE for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2009 03:27:13 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:58095) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MyKjw-0000yV-PW for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2009 03:27:13 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9F7RBdU007329; Thu, 15 Oct 2009 00:27:11 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.14.3/8.14.3/Submit) id n9F7A6W3003995; Thu, 15 Oct 2009 00:10:06 -0700 Resent-Date: Thu, 15 Oct 2009 00:10:06 -0700 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Thu, 15 Oct 2009 07:10:05 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 4680 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 4680-submit@emacsbugs.donarmstrong.com id=B4680.12555902172238 (code B ref 4680); Thu, 15 Oct 2009 07:10:05 +0000 Original-Received: (at 4680) by emacsbugs.donarmstrong.com; 15 Oct 2009 07:03:37 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9F73a3M002235 for <4680@emacsbugs.donarmstrong.com>; Thu, 15 Oct 2009 00:03:37 -0700 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MyKN5-0001bT-JO; Thu, 15 Oct 2009 03:03:35 -0400 X-Spook: North Korea morse csim Osama mania Centro Clinton bootleg X-Ran: | (Chris Newton's message of "Thu, 8 Oct 2009 16:51:43 -0600") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Resent-Date: Thu, 15 Oct 2009 03:27:17 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:31958 Archived-At: 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