From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: url.el blocks Gnus+nnrss Date: Fri, 28 Jan 2005 23:16:45 +0000 Message-ID: References: <87pt09v2m1.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106954637 17211 80.91.229.6 (28 Jan 2005 23:23:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Jan 2005 23:23:57 +0000 (UTC) Cc: sds@gnu.org, Klaus Straubinger , wmperry@aventail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 29 00:23:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CufSv-0007jB-00 for ; Sat, 29 Jan 2005 00:23:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CufcT-00005d-JW for ged-emacs-devel@m.gmane.org; Fri, 28 Jan 2005 18:33:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cufby-0008Jm-Ey for emacs-devel@gnu.org; Fri, 28 Jan 2005 18:33:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cufbu-0008Hp-OL for emacs-devel@gnu.org; Fri, 28 Jan 2005 18:33:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cufbu-0008Gy-4X for emacs-devel@gnu.org; Fri, 28 Jan 2005 18:33:06 -0500 Original-Received: from [148.79.80.137] (helo=mserv6.dl.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CufMc-0006Zm-1C; Fri, 28 Jan 2005 18:17:18 -0500 X-DL-MFrom: X-DL-Connect: Original-Received: from albion.dl.ac.uk (albion.dl.ac.uk [148.79.80.39]) by mserv6.dl.ac.uk (8.12.10/8.12.8/[ref postmaster@dl.ac.uk]) with ESMTP id j0SNGk65008583; Fri, 28 Jan 2005 23:16:46 GMT Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 1CufM6-00057N-00; Fri, 28 Jan 2005 23:16:46 +0000 Original-To: Stefan Monnier In-Reply-To: (Stefan Monnier's message of "Tue, 25 Jan 2005 11:51:05 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3 (gnu/linux) X-CCLRC-SPAM-report: 0 : X-Scanned-By: MIMEDefang 2.37 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32612 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32612 Stefan Monnier writes: > OT1H, looking at the docstring of url-retrieve, I'd think that it's a bug in > url-http.el that it sometimes fails to activate the callback. > > But, OTHO, looking at the url-http.el code it seems that it purposefully > only activates the callback when the retrieval was successful. > > If someone could explain to me which it is, that would help. I'm not sure I understand what this is about, and it's a long time since dealt with that code, but I'll try to take a look at it sometime if no-one else can.