From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jasonr (Jason Rumney) @ f2s.com Newsgroups: gmane.emacs.help Subject: Re: specifying Windows filenames Date: 24 Jun 2003 17:24:35 +0100 Organization: freedom2surf Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87el1kyh73.fsf@openbsd.agero.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056472377 14195 80.91.224.249 (24 Jun 2003 16:32:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2003 16:32:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 24 18:32:56 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19UqhY-0003aJ-00 for ; Tue, 24 Jun 2003 18:31:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Uqca-0003Ey-9L for gnu-help-gnu-emacs@m.gmane.org; Tue, 24 Jun 2003 12:26:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!cyclone.bc.net!tdsnet-transit!newspeer.tds.net!out.nntp.be!propagator2-sterling!news-in-sterling.newsfeed.com!news.freedom2surf.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 195.137.103.251 Original-X-Trace: news.freedom2surf.net 1056471887 1515 195.137.103.251 (24 Jun 2003 16:24:47 GMT) Original-X-Complaints-To: abuse@freedom2surf.net Original-NNTP-Posting-Date: Tue, 24 Jun 2003 16:24:47 +0000 (UTC) X-Face: .PruP48JRO{Z6Rfz?YkZ>)zR+7!Up"`!1Cvq{fGd)@K; y]C:8r\CrJ^Mj\_U"9*WD2 I#zdK_#tw]y9*Y$?ge&b23Zt7zpknL{)F7Px4DVSY6b9dg[^VtkN-R_$YJ0cL''j[,}O#k{k| User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:114695 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11186 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11186 Harald Joerg writes: > Sorry, I really should have checked this before. I've been fooled by > the fact that cygwin _Emacs_ does not accept Windows notation. Really? The cygwin port is now merged into Emacs CVS, so M-x report-emacs-bug > Hmmm... what's the reason behind this Emacs behaviour? unixish > assumptions in a built-in function (expand-file-name)? I would expect the Cygwin version to have the following behaviour: (expand-file-name "c:/test") -> "/cygdrive/c/test" (expand-file-name "c:\\test") -> "/cygdrive/c/test" Does it do something different?