Why isn't my emacs displaying shell output?

I am using emacs23.4 on an xp window. So the shell uses windows cmd.exe.

I ran into a problem like this: if I use commands that ask for user input (eg email, password) my emacs does not display the prompt.

I have commented out all configuration in .emacs.

The picture shows the output where I enter "login hero" in emacs and cmd.

The result that I input "heroku login" in emacs and cmd

+3


source to share


1 answer


This is a known issue with emacs on Windows: https://www.gnu.org/software/emacs/windows/Sub_002dprocesses.html#index-subprocesses_002c-hanging-when-reading-input-213



Unfortunately, there is no easy job. A better alternative is probably providing your heroku credentials in a file .netrc

to avoid being prompted.

+3


source







All Articles