From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: specifying Windows filenames Date: Tue, 24 Jun 2003 17:52:17 +0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3405-Tue24Jun2003175216+0300-eliz@elta.co.il> References: <87el1kyh73.fsf@openbsd.agero.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1056467571 20524 80.91.224.249 (24 Jun 2003 15:12:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2003 15:12:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 24 17:12:49 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 19UpRW-00059z-00 for ; Tue, 24 Jun 2003 17:10:46 +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 19UpQw-00056r-IM for gnu-help-gnu-emacs@m.gmane.org; Tue, 24 Jun 2003 11:10:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19UpM8-0003h8-HZ for help-gnu-emacs@gnu.org; Tue, 24 Jun 2003 11:05:12 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19UpBa-0000ut-3B for help-gnu-emacs@gnu.org; Tue, 24 Jun 2003 10:54:18 -0400 Original-Received: from aragorn.inter.net.il ([192.114.186.23]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19UpAN-0000jE-VM for help-gnu-emacs@gnu.org; Tue, 24 Jun 2003 10:53:04 -0400 Original-Received: from zaretsky (tony08-235-183.inter.net.il [80.230.235.183] (may be forged)) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id AYC24043; Tue, 24 Jun 2003 17:52:56 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Harald Joerg on Tue, 24 Jun 2003 09:47:29 +0200) 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:11180 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11180 > From: Harald Joerg > Newsgroups: gnu.emacs.help > Date: Tue, 24 Jun 2003 09:47:29 +0200 > > Sorry, I really should have checked this before. I've been fooled by > the fact that cygwin _Emacs_ does not accept Windows notation. > > Hmmm... what's the reason behind this Emacs behaviour? unixish > assumptions in a built-in function (expand-file-name)? The Cygwin port is mostly unmodified Unix code (that's the crux of the Cygwin project's philosophy), so it _must_ use Unixish assumptions, almost by definition.