From: jazz AT softway DOT com (Jason Zions) Subject: Re: Fix to readline for case-insensitive file-name completion 22 May 1997 23:00:12 -0700 Sender: mail AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <3384755E.7D47.cygnus.gnu-win32@softway.com> References: <3 DOT 0 DOT 1 DOT 32 DOT 19970520190749 DOT 006a6194 AT pop DOT primenet DOT com> <33831AD6 DOT DD559635 AT pdi DOT com> Reply-To: jazz AT softway DOT com X-Mailer: Mozilla 3.0 (WinNT; I) MIME-Version: 1.0 Original-To: Curtis Galloway Original-CC: "gnu-win32 AT cygnus DOT com" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Original-Sender: owner-gnu-win32 AT cygnus DOT com > I think it's even possible to have a case-sensitive > filesystem on a Win32 machine with an NFS client. NTFS is by nature case-sensitive; it's the Win32 API to it that is case-insensitive. The NT POSIX subsystem running on top of the same NTFS filesystem is case-sensitive. NT FAT filesystems are a little funnier. Although the filenames are stored in case-sensitive fashion, I'm not sure if all of the filesystem implementation code is careful to handle it correctly. Jason - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".