EmacsWindows

Findコマンド問題

find-grep-diredなどを使った時に、cygwin/mingwのfindコマンドが利用されてしまう問題。 自分はCygwinで以下のように設定。

(setq explicit-shell-file-name "bash")
(setq shell-file-name "sh")
(setq shell-command-switch "-c")
(setq find-program "/bin/find.exe")
Last modified:2015/06/16 23:34:50
Keyword(s):
References: