* Bug in unread-command-events?
@ 2006-05-16 7:31 Martin Blais
0 siblings, 0 replies; only message in thread
From: Martin Blais @ 2006-05-16 7:31 UTC (permalink / raw)
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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-16 7:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 7:31 Bug in unread-command-events? Martin Blais
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.