From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [jidanni@jidanni.org: browse-url-of-dired-file vs. .gz] Date: Thu, 29 Jun 2006 01:09:36 +0200 Message-ID: <44A30C30.8000105@student.lu.se> References: <34493.128.165.123.18.1151514061.squirrel@webmail.lanl.gov> <44A2FAFB.1080808@gnu.org> 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 1151536201 26157 80.91.229.2 (28 Jun 2006 23:10:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jun 2006 23:10:01 +0000 (UTC) Cc: "Richard M. Stallman" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 29 01:09:56 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 1FvjAQ-00031J-A9 for ged-emacs-devel@m.gmane.org; Thu, 29 Jun 2006 01:09:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvjAP-0007di-Px for ged-emacs-devel@m.gmane.org; Wed, 28 Jun 2006 19:09:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvjAF-0007ck-K0 for emacs-devel@gnu.org; Wed, 28 Jun 2006 19:09:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvjAD-0007c9-SF for emacs-devel@gnu.org; Wed, 28 Jun 2006 19:09:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvjAD-0007c1-Os for emacs-devel@gnu.org; Wed, 28 Jun 2006 19:09:41 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvjMa-0002Qg-DG; Wed, 28 Jun 2006 19:22:28 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.075) id 44A2E86F00006272; Thu, 29 Jun 2006 01:09:37 +0200 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Original-To: Jason Rumney In-Reply-To: <44A2FAFB.1080808@gnu.org> 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:56270 Archived-At: Jason Rumney wrote: > 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. Thanks for that info. That clears my confusion a bit. But where is this info? I did a search at w3c.org but did not find it.