Bury the shell buffer while it sleeps.
That's a horrible thing to do. No wonder it gets confused
when it wakes up!
$ sleep 1; echo -n 'Password: '; read -rs; echo -e "\nREPLY=\"$REPLY\""
Bury the shell buffer while it sleeps.
The mode line prompts Password: with no indication as to why
nor which of several shell buffers and other processes want it.
What do you think it should do in this case?
It seems to me that the cleanest way to handle this case
would be to wait until the buffer is current again
before prompting the user. But that isn't easy to do.
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug