Git for Windowsに付属のBashシェルを実行できます。私はこれを私の中に入れました.emacs
:
(defun git-bash () (interactive)
(let ((explicit-shell-file-name "D:/Program Files/git/bin/bash"))
(call-interactively 'shell)))
その後M-x git-bash
、ほら、bashが実行されていますが、奇妙です。
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
^[]0;MINGW64:/c/Users/M??rton^G
MĂĄrton@Marci MINGW64 /c/Users/MĂĄrton
$
そして^[]
、実行するすべてのコマンドの後に、で始まるその行を出力します。また、エンコーディングはめちゃくちゃです。どうすればこれを修正でき.emacs
ますか?
MĂĄrton
必ずお読みくださいMárton
)