[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#550: 23.0.60; A case where file-truename ignores case on w32
From: |
Jason Rumney |
Subject: |
bug#550: 23.0.60; A case where file-truename ignores case on w32 |
Date: |
Fri, 11 Jul 2008 22:50:33 +0100 |
User-agent: |
Thunderbird 2.0.0.14 (Windows/20080421) |
Lennart Borgman (gmail) wrote:
> I got a bug report from a user concerning nXhtml. The problem seems to
> be that Emacs ignores case in an existing directory name.
Only when the file does not exist. In that case, w32-long-file-name
returns nil and the original string that was passed in to file-truename
is used. The solution is probably to recursively descend the directory
heirarchy until we find a directory that exists, and call
w32-long-file-name on that.