From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Bug Emacs 21.3: write-file downcasing Date: 11 Feb 2003 23:02:43 +0000 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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045004533 12602 80.91.224.249 (11 Feb 2003 23:02:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2003 23:02:13 +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 18ijPm-0003Gv-00 for ; Wed, 12 Feb 2003 00:02:10 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ijbT-0007uU-00 for ; Wed, 12 Feb 2003 00:14:15 +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 18ijQo-00035S-0B for emacs-devel@quimby.gnus.org; Tue, 11 Feb 2003 18:03:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ijQb-00034Q-00 for emacs-devel@gnu.org; Tue, 11 Feb 2003 18:03:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ijQY-00033V-00 for emacs-devel@gnu.org; Tue, 11 Feb 2003 18:02:58 -0500 Original-Received: from server0011.freedom2surf.net ([194.106.56.14] helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ijQY-00033P-00 for emacs-devel@gnu.org; Tue, 11 Feb 2003 18:02:58 -0500 Original-Received: from nyaumo.jasonr.f2s.com ([195.137.103.251]) h1BN38P5003461; Tue, 11 Feb 2003 23:03:08 GMT Original-Received: from nyaumo.jasonr.f2s.com (localhost [127.0.0.1]) by nyaumo.jasonr.f2s.com (Postfix) with ESMTP id 11F214A7F1; Tue, 11 Feb 2003 23:02:45 +0000 (GMT) Original-To: Benjamin Riefenstahl In-Reply-To: Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:11572 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11572 Benjamin Riefenstahl writes: > As I see it, it's not a question of OS but of supported file systems > these days. I am not aware of any standard way to find out whether a file-system is case-sensitive or not, and the standard Linux kernel drivers for FAT and SMB based filesystems are case-sensitive even though the underlying filesystem is case-insensitive (although patches are available to make the drivers case insensitive where applications do not prevent it). So yes, unfortunately it is a question of OS these days.