Richard Stallman <[EMAIL PROTECTED]> writes:
> Does this patch fix it?
Yes; it works great.
> *** xdisp.c 02 May 2005 13:07:23 -0400 1.1007
> --- xdisp.c 11 May 2005 06:40:06 -0400
> ***
> *** 6934,6939
> --- 6934,6940
>
> GCPRO1 (m);
> clear_message (1,1)
Does this patch fix it?
*** xdisp.c 02 May 2005 13:07:23 -0400 1.1007
--- xdisp.c 11 May 2005 06:40:06 -0400
***
*** 6934,6939
--- 6934,6940
GCPRO1 (m);
clear_message (1,1);
+ cancel_echoing ();
/* First flush out any partial line writte
I would expect the following function to prompt for a key sequence,
read it, then display a message "You just pressed ..." while waiting
for another event.
That's what it does if the key sequence is one character, but if it is
more than one character, then after the key sequence (say "ab") is