[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug Emacs 21.3: write-file downcasing
From: |
Jason Rumney |
Subject: |
Re: Bug Emacs 21.3: write-file downcasing |
Date: |
12 Feb 2003 08:28:07 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Richard Stallman <address@hidden> writes:
> That adds to the weight of the need. Still, I would much rather
> we could avoid the need to compare file names using anything other
> than string=.
Even on GNU and similar systems, it is probably better to compare
inodes than strings to determine if two files are the same file.
That would deal with case-insensitive filesystems where they exist on
those platforms.
There are already places in the Emacs code where inodes are used (to
deal with hard-links), making a function available for lisp to do
such a comparison and encouraging people to use it rather than string=
seems like a good thing to me.
- Re: Bug Emacs 21.3: write-file downcasing, (continued)
- Re: Bug Emacs 21.3: write-file downcasing, Richard Stallman, 2003/02/09
- Re: Bug Emacs 21.3: write-file downcasing, Eli Zaretskii, 2003/02/09
- Re: Bug Emacs 21.3: write-file downcasing, Dhruva Krishnamurthy, 2003/02/09
- Re: Bug Emacs 21.3: write-file downcasing, Eli Zaretskii, 2003/02/10
- Re: Bug Emacs 21.3: write-file downcasing, Dhruva Krishnamurthy, 2003/02/10
- Re: Bug Emacs 21.3: write-file downcasing, Jason Rumney, 2003/02/10
- Re: Bug Emacs 21.3: write-file downcasing, Juanma Barranquero, 2003/02/10
- Message not available
- Re: Bug Emacs 21.3: write-file downcasing, Richard Stallman, 2003/02/10
- Re: Bug Emacs 21.3: write-file downcasing, Andreas Schwab, 2003/02/10
- Re: Bug Emacs 21.3: write-file downcasing, Richard Stallman, 2003/02/11
- Re: Bug Emacs 21.3: write-file downcasing,
Jason Rumney <=
- Re: Bug Emacs 21.3: write-file downcasing, Kim F. Storm, 2003/02/12
- Re: Bug Emacs 21.3: write-file downcasing, Jason Rumney, 2003/02/12
- Re: Bug Emacs 21.3: write-file downcasing, Kevin Rodgers, 2003/02/12
- Re: Bug Emacs 21.3: write-file downcasing, Andreas Schwab, 2003/02/12
- Re: Bug Emacs 21.3: write-file downcasing, Kevin Rodgers, 2003/02/14
- Re: Bug Emacs 21.3: write-file downcasing, Benjamin Riefenstahl, 2003/02/11
- Re: Bug Emacs 21.3: write-file downcasing, Jason Rumney, 2003/02/11
- Re: Bug Emacs 21.3: write-file downcasing, Benjamin Riefenstahl, 2003/02/12
- Re: Bug Emacs 21.3: write-file downcasing, Andreas Schwab, 2003/02/12
- Re: Bug Emacs 21.3: write-file downcasing, Benjamin Riefenstahl, 2003/02/12