From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Diane Murray Newsgroups: gmane.emacs.devel Subject: Re: url-dired.el requires w3 Date: Wed, 21 Nov 2007 18:17:15 +0100 Message-ID: <87d4u334dg.fsf@spargel.x3y2z1.net> References: <87zlx8p91i.fsf@spargel.x3y2z1.net> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1195665391 29313 80.91.229.12 (21 Nov 2007 17:16:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Nov 2007 17:16:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 21 18:16:37 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 1IutBb-0003oy-Od for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 18:16:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IutBN-00069X-RO for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 12:16:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IutBK-00067p-6L for emacs-devel@gnu.org; Wed, 21 Nov 2007 12:16:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IutBH-00066S-Sv for emacs-devel@gnu.org; Wed, 21 Nov 2007 12:16:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IutBH-000666-JC for emacs-devel@gnu.org; Wed, 21 Nov 2007 12:16:07 -0500 Original-Received: from mailout11.sul.t-online.de ([194.25.134.85] helo=mailout11.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IutBH-0008WO-7p for emacs-devel@gnu.org; Wed, 21 Nov 2007 12:16:07 -0500 Original-Received: from fwd29.aul.t-online.de by mailout11.aul.t-online.de with smtp id 1IutBG-0002wP-00; Wed, 21 Nov 2007 18:16:06 +0100 Original-Received: from spargel.x3y2z1.net (GvdBPEZDZhS8pfN1dHfvtETCs8NC1Z-UtlzBUcfqrF6WM4A02wTEXzEw5YHmBw7gPX@[84.189.217.130]) by fwd29.aul.t-online.de with esmtp id 1IutAS-1oLZs80; Wed, 21 Nov 2007 18:15:16 +0100 In-reply-to: X-ID: GvdBPEZDZhS8pfN1dHfvtETCs8NC1Z-UtlzBUcfqrF6WM4A02wTEXzEw5YHmBw7gPX@t-dialin.net X-TOI-MSGID: cceeda4d-2e9e-4462-8aa1-ce4ade5ea968 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:83793 Archived-At: >> * url-dired.el: Don't require w3-fetch and w3-open-local. >> (url-dired-find-file): Use `find-file'. Doc fix. >> (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix. > It's good to remove this dependency on W3, but `find-file' will not > work unless the user enabled url-handler-mode. I thought so, too, at first, but the filenames are in tramp/ange-ftp format: "/anonymous@ftp.gnu.org:/README". The old code changed remote filenames into URLs so that `w3-fetch' could deal with them. Diane Murray