help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Which keymap fired in minibuffer?


From: Michael Heerdegen
Subject: Re: Which keymap fired in minibuffer?
Date: Mon, 16 Mar 2020 02:10:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

emacs-list-18@pgxml.net writes:

>  What i did till now is this:
>  (defun find_binding()
>  (interactive)
>  (message "local %s" (current-local-map))
>  )
>
>  (global-set-key (kbd "<f2>") 'find_binding)
>
>  ...but this only tells me the contents of the keymap, but not its name.
>
> Any ideas?

Doesn't C-h k tell you?

Michael.



reply via email to

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