emacs-devel
[Top][All Lists]
Advanced

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

Strange Results from local-key-binding


From: T.V Raman
Subject: Strange Results from local-key-binding
Date: Tue, 3 Jul 2018 07:32:37 -0700 (PDT)

Try evaluating 

(local-key-binding (read-key-sequence "key:"))

For many of emacs' prefix-key bindings the above returns 1.

e.g. 
In the scratch buffer:
(local-key-binding (read-key-sequence "key:"))
Press C-x C-e to eval then press 
C-x a a 
or any other valid key sequence starting with C-x. C-x doesn't appear
to be special in that other prefix keys in my environment trigger the
same behavior -- except for C-c 
so 
(local-key-binding (read-key-sequence "key:"))
then press C-c C-c (in the mail buffer) shows the binding for sending mail.



-- 
Id: kg:/m/0285kf1 

-- 
Id: kg:/m/0285kf1 



reply via email to

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