emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: init_buffer PWD fix


From: Paul Eggert
Subject: Re: init_buffer PWD fix
Date: Wed, 24 Apr 2002 00:13:42 -0700 (PDT)

> From: MIYASHITA Hisashi(=?ISO-2022-JP?B?GyRCNVwyPBsoQiAbJEI+MBsoQjpISU1J?=)
>  <address@hidden>
> Date: Wed, 24 Apr 2002 15:52:06 +0900

> But on WINDOWSNT, I'd like to apply (3) change too because on W32
> we don't have to (or should not) take such rather profound intentions
> into considerations.

But don't similar issues arise in Windows ports?

For example, I know that Windows sometimes plays funky games with
letter case in file names.  Suppose the user prefers one case for the
directory name, and sets PWD accordingly.  Won't the user be annoyed if
Emacs uses the different case returned by getcwd?

Similarly, suppose the Windows directory has a mangled file name that
is returned by getcwd, but the user prefers the non-mangled name in
$PWD.

Also, are permissions problems ever an issue on Windows platforms?  In
Unix and GNU/Linux, getcwd can fail because a parent directory is not
readable, and that is an argument for preferring $PWD to getcwd.  Is
such a getcwd failure possible in Windows?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]