Re: 1.3.68 and emacs problem

Ulrich Windl (Ulrich.Windl@rz.uni-regensburg.de)
Mon, 26 Feb 1996 09:39:37 +0100


On 25 Feb 96 at 14:34, Doug Liu wrote:

>
> I'm not sure why, but the arrow keys in emacs
> print characters with a "beep":
> A(with beep) == up arrow
> B(with beep) == down arrow
> D(with beep) == left arrow
> C(with beep) == right arrow

I guess you are using a vt100 compatible terminal, not running the
X11 version. I also suspect that it's a timeout problem (arrow keys
are sent as escape sequences (as you surely know)). If you intended
to use the X11 version, you might have forgotten to "xhost
+your_host".

>
> This occurs when the system is up for at least
> a couple of hours.

Have you tried "M-x view-lossage" to view the last keys that arrived
in emacs?

>
> --Doug
Ulrich