From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: [jidanni@jidanni.org: browse-url-of-dired-file vs. .gz] Date: Wed, 28 Jun 2006 22:56:11 +0100 Message-ID: <44A2FAFB.1080808@gnu.org> References: <34493.128.165.123.18.1151514061.squirrel@webmail.lanl.gov> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151531810 12025 80.91.229.2 (28 Jun 2006 21:56:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jun 2006 21:56:50 +0000 (UTC) Cc: "Richard M. Stallman" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 28 23:56:50 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 1Fvi1X-000776-B9 for ged-emacs-devel@m.gmane.org; Wed, 28 Jun 2006 23:56:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvi1W-0002ZI-RW for ged-emacs-devel@m.gmane.org; Wed, 28 Jun 2006 17:56:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fvi1L-0002Z9-Ab for emacs-devel@gnu.org; Wed, 28 Jun 2006 17:56:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fvi1J-0002Yx-TO for emacs-devel@gnu.org; Wed, 28 Jun 2006 17:56:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvi1J-0002Yu-OS for emacs-devel@gnu.org; Wed, 28 Jun 2006 17:56:25 -0400 Original-Received: from [213.86.207.50] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FviDi-0000nm-EG; Wed, 28 Jun 2006 18:09:14 -0400 Original-Received: from [10.0.0.32] (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id NMA81SWQ; Wed, 28 Jun 2006 22:48:20 +0100 Original-Received: from 83.67.23.108 ([83.67.23.108] helo=[10.0.0.32]) by ASSP-nospam; 28 Jun 2006 22:48:19 +0100 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Original-To: herring@lanl.gov In-Reply-To: <34493.128.165.123.18.1151514061.squirrel@webmail.lanl.gov> 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:56265 Archived-At: Stuart D. Herring wrote: > But is it a bug that > > (browse-url-file-url "/foo.bar") > > gives "file:/foo.bar" and not "file:///foo.bar"? > > Both are equally valid URLs for a local file.