emacs-devel
[Top][All Lists]
Advanced

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

Re: Input events and (interactive "e")


From: Stefan Monnier
Subject: Re: Input events and (interactive "e")
Date: Sun, 24 Jun 2012 00:45:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> And btw, what is the story behind special-event-map, and why should
> events be put on that map?

Think of "C-x <someevent> C-s".  Should "someevent" be considered as
part of the whole key-sequence for the purpose of command lookup, or is
"someevent" sufficiently special that it should be run immediately
regardless of the previous "C-x" and then ignored from the overall
key-sequence which will just read "C-x C-s"?

If the latter, then your event should be handled by special-event-map.


        Stefan



reply via email to

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