> I did that, and included the "bin" folder in my PATH.
> Now I get "search failed with status 0: xargs: grep: no such file
or directory" which my Google search suggests may have something to do
with having
> filenames with embedded blanks??
> John
You're still missing some things.
One of the ways I've found to get almost all the helper utils emacs
needs in one hit is to install Git for Windows and do something like
(setenv "PATH" (concat "C:\\Program Files\\Git\\usr\\bin;" (getenv "PATH")))
(push "C:/Program Files/Git/usr/bin" exec-path)
at the start of .emacs (or site customisation files).
The main thing I miss are the man pages. The only actual util I sometimes use that isn't in there is a spell checker.
Cheers,