GNU bug report logs -
#508
emacs 22.2.1 becomes confused
Previous Next
Reported by: "Bruce Korb" <bruce.korb <at> gmail.com>
Date: Mon, 30 Jun 2008 15:10:04 UTC
Severity: normal
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Resent-From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Resent-To: bug-submit-list <at> donarmstrong.com
> Resent-CC: Emacs Bugs <bug-gnu-emacs <at> gnu.org>
> Resent-Sender: don <at> donarmstrong.com
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Date: Thu, 03 Jul 2008 00:54:57 -0400
> Cc: Kevin Rodgers <kevin.d.rodgers <at> gmail.com>, 508 <at> emacsbugs.donarmstrong.com
>
> > There could be a new defvar (or defconst), like this:
>
> > (defvar case-insensitive-systems-alist
> > '(ms-dos windows-nt cygwin darwin macos vax-vms axp-vms)
> > "List of systems who have case insensitive filesystems.")
>
> Actually, it should not be a variable but a function (and even
> a file-name operation, obeying file-name-handlers):
>
> (directory-case-sensitive-p FILE)
100% agreement: with the proliferation of network-mounted filesystems,
there's no longer a deterministic way to infer whether a filesystem is
case-sensitive or not from the OS brand. Instead, we should query the
filesystem about that, and the function suggested by Stefan should do
that (when there're no file-name-handlers for the filesystem).
This bug report was last modified 16 years and 299 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.