unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Emacs Devel <emacs-devel@gnu.org>
Subject: unreading a command key sequence
Date: Wed, 07 May 2008 03:43:53 +0200	[thread overview]
Message-ID: <48210959.9050500@gmail.com> (raw)

I just had a problem with unreading a command key sequence that lead to 
that Emacs looped. Looking into it I found that it is a bit non-trivial 
to unread a command key sequence. I am not sure I have got every thing 
correct but this is what I am using now

   ;; Unread the last command
   (setq last-command-char nil) ;; For viper
   (setq unread-command-events
         (listify-key-sequence (this-command-keys-vector)))

The missing bit that lead to the looping was setting last-command-char 
to nil.

Maybe something like this could be included in the manual in
(info "(elisp) Event Input Misc")?




             reply	other threads:[~2008-05-07  1:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-07  1:43 Lennart Borgman (gmail) [this message]
2008-05-07  2:31 ` unreading a command key sequence Stefan Monnier
2008-05-07  8:01   ` Lennart Borgman (gmail)
     [not found]     ` <jwvod7i883u.fsf-monnier+emacs@gnu.org>
2008-05-07 18:35       ` Lennart Borgman (gmail)
2008-05-08  1:43         ` Stefan Monnier
2008-05-08  8:04           ` Lennart Borgman (gmail)
2008-05-08 13:55             ` Stefan Monnier
2008-05-08 21:00               ` Lennart Borgman (gmail)
2008-05-08 21:15                 ` David Kastrup
2008-05-08 21:19                   ` Lennart Borgman (gmail)

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48210959.9050500@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).