emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Echoing of keys and process I/O


From: Daniel Jensen
Subject: Echoing of keys and process I/O
Date: Sun, 25 Feb 2007 15:37:34 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux)

When Emacs is communicating with a process, the display of multi-
character keys in the echo area is disturbed. I was wondering why this
is so, and if there is anything that can be done about it.

For example, in shell mode:

    while true; do echo; sleep .5; done

Now I can't see keystrokes in the echo area unless I set
echo-keystrokes to <= 0.5.

Another peculiarity, which is new in Emacs 22 and also apparently
caused by process communication, is that a space is inserted before
the key in the echo area. I can see the text jump to the right.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]