From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: url-default-expander expands wrongly on Windows Date: Thu, 27 Mar 2008 12:08:48 +0000 Message-ID: <47EB8E50.9060500@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206619786 13578 80.91.229.12 (27 Mar 2008 12:09:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2008 12:09:46 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Klaus Straubinger Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Mar 27 13:10:15 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jeqvj-0003Hf-C0 for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 Mar 2008 13:10:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jeqv7-0002qu-KO for geb-bug-gnu-emacs@m.gmane.org; Thu, 27 Mar 2008 08:09:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jeqv2-0002pf-LP for bug-gnu-emacs@gnu.org; Thu, 27 Mar 2008 08:09:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jeqv1-0002nZ-AX for bug-gnu-emacs@gnu.org; Thu, 27 Mar 2008 08:09:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jeqv0-0002nO-W5 for bug-gnu-emacs@gnu.org; Thu, 27 Mar 2008 08:09:19 -0400 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jeqv0-0007Ep-Og for bug-gnu-emacs@gnu.org; Thu, 27 Mar 2008 08:09:18 -0400 Original-X-Trace: 43092911/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuAEAMQr60dTQxds/2dsb2JhbACBWqkg X-IP-Direction: IN Original-Received: from i-83-67-23-108.freedom2surf.net (HELO wanchan.jasonrumney.net) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP; 27 Mar 2008 12:08:58 +0000 Original-Received: from [192.168.249.27] (chiko.jasonrumney.net [192.168.249.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 0E273B6; Thu, 27 Mar 2008 12:08:55 +0000 (GMT) User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17749 Archived-At: Klaus Straubinger wrote: > In GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) > of 2008-03-26 on RELEASE > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > > the function url-default-expander calls expand-file-name which > inserts interesting but wrong drive letters into URLs when called > on Windows. > Can you please provide a test case for reproducing the problem. As far as I can see, url-expand-file-name is the entry point for calling this function, but I can't find a URL that causes it to fail in the way you describe.