From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Fwd: HTTP redirects make url-retrieve-synchronously asynchronous Date: Tue, 24 Jan 2006 11:47:42 -0500 Message-ID: References: <87y81ep6wf.fsf-monnier+emacs@gnu.org> <87wtgu8trl.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138123493 30142 80.91.229.2 (24 Jan 2006 17:24:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 17:24:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 24 18:24:44 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1Rt3-00008d-UV for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 18:23:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1Rvl-0006yF-7l for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 12:26:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1RNN-0006qo-Cj for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:50:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1RNM-0006px-NH for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:50:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1RNM-0006pq-JS for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:50:36 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F1RSJ-0001KO-2D for emacs-devel@gnu.org; Tue, 24 Jan 2006 11:55:43 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F1RKY-0000jW-JD; Tue, 24 Jan 2006 11:47:42 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Mon, 23 Jan 2006 11:40:33 -0500) 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: news.gmane.org gmane.emacs.devel:49485 Archived-At: Neither do I, especially not that close to a release. OTOH we haven't released URL yet so it's the last opportunity to clean up the API. In that case, I'd say it is a good idea to pass the success/failure info as another argument to the callback function.