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: Wed, 28 Jun 2006 19:22:59 +0200 Message-ID: <44A2BAF3.4070209@student.lu.se> 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 1151515418 15437 80.91.229.2 (28 Jun 2006 17:23:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jun 2006 17:23:38 +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 19:23:30 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 1Fvdl7-0000Gl-Td for ged-emacs-devel@m.gmane.org; Wed, 28 Jun 2006 19:23:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvdl7-0003X2-CF for ged-emacs-devel@m.gmane.org; Wed, 28 Jun 2006 13:23:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fvdkw-0003VF-24 for emacs-devel@gnu.org; Wed, 28 Jun 2006 13:23:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fvdku-0003TD-26 for emacs-devel@gnu.org; Wed, 28 Jun 2006 13:23:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvdkt-0003TA-Tc for emacs-devel@gnu.org; Wed, 28 Jun 2006 13:23:11 -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 1FvdxC-0002kC-H5; Wed, 28 Jun 2006 13:35:54 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.072.1) id 44A2309F00029CFD; Wed, 28 Jun 2006 19:23:04 +0200 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:56258 Archived-At: Stuart D. Herring wrote: >> browse-url-of-dired-file on file.html.gz doesn't first uncompress it. >> > > I don't think this is an Emacs bug, precisely, since Emacs shouldn't be > uncompressing that file. But is it a bug that > > (browse-url-file-url "/foo.bar") > > gives "file:/foo.bar" and not "file:///foo.bar"? > > It seems to me that the last element of `browse-url-filename-alist' should > just be > > ("^/+" . "file:///") > > If I'm not mistaken and this is wrong, perhaps it's confusing the browser? > > Davis > I have posted some complaints about browse-url-filename-alist previously. Please take a look here: http://lists.gnu.org/archive/html/emacs-devel/2006-06/msg00613.html