help-gnu-emacs
[Top][All Lists]
Advanced

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

Bug in unread-command-events?


From: Martin Blais
Subject: Bug in unread-command-events?
Date: Tue, 16 May 2006 07:31:25 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello!

Is this a bug?

 (progn
   (global-set-key [(control x)(control l)]
                   '(lambda () (interactive)
                      (print (this-command-keys))
                      (print last-input-event)))

   (setq unread-command-events (listify-key-sequence "^X^L")))

Where is the missing ^L in the print output?  
When I invoke the command by hand two characters
are included, but when I push on the list programmatically 
the last one is missing.

Any hint appreciated.
cheers,






reply via email to

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