[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug Emacs 21.3: write-file downcasing
From: |
Juanma Barranquero |
Subject: |
Re: Bug Emacs 21.3: write-file downcasing |
Date: |
Fri, 07 Feb 2003 21:19:25 +0100 |
On Fri, 07 Feb 2003 20:18:12 +0200 "Eli Zaretskii" <address@hidden>
wrote:
> I still don't see how a problem of downcasing the drive letter got to
> normalizing the file name by downcasing all of it.
There are two problems:
1.- from "C:/file1" to "c:/file1"
2.- from "/file1" to "c:/file1"
While trying to solve both, I proposed using an already existing
function: `untranslated-canonical-name'. That function does the
downcasing: (untranslated-canonical-name "/fILe1") => "c:/file1", but
that was, from the point of view of the bug fix, a side effect.
Anyway, we've had, AFAIK, just one report for the bug, and that was from
someone using 20.7; while the downcasing is obviously much more
troublesome. So reverting to the old behavior and fixing the bug in a
much less "brute force" way is IMO the best answer. :)
--
Juanma Barranquero <address@hidden>
- Re: Bug Emacs 21.3: write-file downcasing, (continued)
- 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
- Re: Bug Emacs 21.3: write-file downcasing, Jason Rumney, 2003/02/12
- Re: Bug Emacs 21.3: write-file downcasing, Eli Zaretskii, 2003/02/07
- Re: Bug Emacs 21.3: write-file downcasing,
Juanma Barranquero <=
- Re: Bug Emacs 21.3: write-file downcasing, Eli Zaretskii, 2003/02/07
- Re: Bug Emacs 21.3: write-file downcasing, Jason Rumney, 2003/02/07