[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [External] : bookmark+ keybinding question
From: |
Robert Pluim |
Subject: |
Re: [External] : bookmark+ keybinding question |
Date: |
Sat, 26 Oct 2024 12:16:55 +0200 |
>>>>> On Wed, 23 Oct 2024 14:04:19 -0800, Christopher Howard
>>>>> <christopher@librehacker.com> said:
Christopher> Drew Adams <drew.adams@oracle.com> writes:
>> The first step is finding out what keymap to use.
>> In this case, it's `bookmark-bmenu-mode-map'.
>>
Christopher> Thank you. Is there an automated way to figure out what the
correct
Christopher> keymap is? I find that C-h k does not provide any information
Christopher> regarding that.
Which version of Emacs is that? The following type of output goes back
to at least emacs-25:
C-h k C-c C-a RET
=>
C-c C-a runs the command mml-attach-file (found in message-mode-map),
Robert
--