以下是引用周章明在2013-5-9 11:20:29的发言:
是啊,就是在windows下运行不了。
;; use bash as shell
(defun my-shell-setup ()
"For bash"
(setq comint-scroll-show-maximum-output 'this)
(make-variable-buffer-local 'comint-completion-addsuffix)
)
(setq comint-completion-addsuffix t)
(setq w32-quote-process-args ?\")
(setq shell-mode-hook 'my-shell-setup)
上面的配置让它在windows下用bash 这样M-x shell 是正常的
当然 这就需要你装bash 可以用cygwin 也可以用MinGW