From: Martin Blais <blais@furius.ca>
Subject: Bug in unread-command-events?
Date: Tue, 16 May 2006 07:31:25 +0000 (UTC) [thread overview]
Message-ID: <loom.20060516T092940-30@post.gmane.org> (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,
reply other threads:[~2006-05-16 7:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20060516T092940-30@post.gmane.org \
--to=blais@furius.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.