Eu posso executar o shell Bash que acompanha o Git for Windows. Coloquei isso no meu .emacs: (defun git-bash () (interactive) (let ((explicit-shell-file-name "D:/Program Files/git/bin/bash")) (call-interactively 'shell))) Então, M-x git-bashe pronto, o bash está em execução, mas com alguma...