From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Bug Emacs 21.3: write-file downcasing Date: Mon, 10 Feb 2003 17:39:54 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030207163850.3779.LEKTU@terra.es> <2110-Fri07Feb2003191658+0200-eliz@is.elta.co.il> <20030207182150.377E.LEKTU@terra.es> <2593-Fri07Feb2003201921+0200-eliz@is.elta.co.il> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044917162 1851 80.91.224.249 (10 Feb 2003 22:46:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2003 22:46:02 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18iMgX-0000Sj-00 for ; Mon, 10 Feb 2003 23:45:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18iMrj-0001xb-00 for ; Mon, 10 Feb 2003 23:57:32 +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 18iMfZ-0003lS-02 for emacs-devel@quimby.gnus.org; Mon, 10 Feb 2003 17:44:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18iMdL-0003OQ-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 17:42:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18iMcR-00035s-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 17:41:45 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18iMah-0002hD-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 17:39:55 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18iMag-0000yp-00; Mon, 10 Feb 2003 17:39:54 -0500 Original-To: huug In-reply-to: (message from huug on Sun, 09 Feb 2003 16:23:21 +0100) 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:11548 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11548 >> We should have a `file-name-equal' predicate instead. > > I don't like the idea of distorting Emacs that much for the sake of > Windows. It isn't Windows-specific: Emacs needs it handle any case-preserving-but-indifferent file system correctly. Are there any other such systems we are trying to support? I don't think so. I am firmly against complicating Emacs for the sake of theoretical generality.