From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: [raman@users.sf.net: url-http.el breaks Emacs/W3] Date: Thu, 22 Feb 2007 02:38:37 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172108318 2219 80.91.229.12 (22 Feb 2007 01:38:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Feb 2007 01:38:38 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 22 02:38:31 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HK2uk-0004X0-RE for ged-emacs-devel@m.gmane.org; Thu, 22 Feb 2007 02:38:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HK2uk-0005rd-Fa for ged-emacs-devel@m.gmane.org; Wed, 21 Feb 2007 20:38:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HK2uO-0005fY-37 for emacs-devel@gnu.org; Wed, 21 Feb 2007 20:38:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HK2uN-0005eM-Ck for emacs-devel@gnu.org; Wed, 21 Feb 2007 20:38:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HK2uN-0005e3-1T for emacs-devel@gnu.org; Wed, 21 Feb 2007 20:38:07 -0500 Original-Received: from pfepb.post.tele.dk ([195.41.46.236]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HK2uL-0005Vs-Rg; Wed, 21 Feb 2007 20:38:06 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx19.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 516BEA5001A; Thu, 22 Feb 2007 02:37:48 +0100 (CET) In-Reply-To: (Richard Stallman's message of "Mon\, 18 Sep 2006 10\:57\:50 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:66592 Archived-At: Richard Stallman writes: > It was broken by this change: > > 2005-07-15 Richard M. Stallman > > * url-http.el (url-http-parse-headers): Add :redirect arg-pair > when calling url-retrieve, to indicate a redirect. > > * url.el (url-retrieve): The callback function can get an additional > keyword arg pair. > > w3-fetch-callback does not know how to deal with that. > > The change I installed fixes a bug. ISTR that my fix was the only > natural one that I saw. It may be that someone will find another good > way to fix this which is 100% compatible. > > Otherwise, I think w3 needs to be changed to handle this convention. The w3 repository seems to have a fix for this problem now: revision 1.36 date: 2006-11-01 00:21:50 +0000; author: legoscia; state: Exp; lines: +24 -8 lisp/w3.el (w3-fetch-redirect-callback): Handle both old and new style of `url-retrieve' callback. So I have deleted the following item from FOR-RELEASE / BUGS: ** W3 status with latest url package. -- Kim F. Storm http://www.cua.dk