From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bug Emacs 21.3: write-file downcasing Date: Mon, 10 Feb 2003 07:46:11 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030210044115.A4F4E467C3@server2.fastmail.fm> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044856023 31909 80.91.224.249 (10 Feb 2003 05:47:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2003 05:47:03 +0000 (UTC) Cc: Emacs Devel Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18i6mS-0008IJ-00 for ; Mon, 10 Feb 2003 06:47:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18i6xJ-0000Ov-00 for ; Mon, 10 Feb 2003 06:58:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18i6n2-0006aw-0C for emacs-devel@quimby.gnus.org; Mon, 10 Feb 2003 00:47:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18i6mm-0006Ub-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 00:47:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18i6mj-0006OM-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 00:47:17 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18i6m9-0006A5-00; Mon, 10 Feb 2003 00:46:41 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA07975; Mon, 10 Feb 2003 07:46:12 +0200 (IST) X-Sender: eliz@is Original-To: Dhruva Krishnamurthy In-Reply-To: <20030210044115.A4F4E467C3@server2.fastmail.fm> Original-cc: Emacs Bug X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11527 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11527 On Mon, 10 Feb 2003, Dhruva Krishnamurthy wrote: > If this problem is left unsolved, If I try to write in to an NFS mounted > file system, just imagine if the downcasing happens. I will end up > having filenames which do not adhere to what I typed (as Unix file > system is case sensitive). Could you please try that and see if the Windows port of Emacs indeed downcases file names in that case? I think it queries the system about the letter-case type of the underlying filesystem and behaves accordingly, but perhaps the primitives which do that are not called in the case in point.