Eli Zaretskii <[EMAIL PROTECTED]> writes: > According to that article, there are a few more directories where > openp should look for executables: the Windows directory and the > Windows/System32 (Windows/system on Windows 9X) directory. Perhaps > w32.c:init_environment should prepend these two directories to the > value of PATH it sets up. Then they will be automatically searched.
Those directories are normally in the PATH already (at the start by default). If we want to make sure they are, I suggest appending, not prepending, as advanced users may prepend other directories deliberately, for example to get a Unix style find command instead of the Windows find.exe. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel