Re: Reading key sequences followed by read-event.

2005-05-11 Thread Jay Belanger
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)

Re: Reading key sequences followed by read-event.

2005-05-11 Thread Richard Stallman
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

Reading key sequences followed by read-event.

2005-05-09 Thread Jay Belanger
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