emacs-devel
[Top][All Lists]
Advanced

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

Re: [External] : Making a key binding work in minibuffer editing.


From: Perry E. Metzger
Subject: Re: [External] : Making a key binding work in minibuffer editing.
Date: Thu, 2 Sep 2021 14:15:10 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Thunderbird/92.0

On 9/2/21 11:48, Drew Adams wrote:
Is there a keymap I can add this to which will also cover editing in
minibuffers, so I can use my weird input method in isearch and that sort
of thing as well?
Caveat: I'm not following this thread.

In general, you can bind keys in the minibuffer
keymaps.  The most basic is `minibuffer-local-map'.

See the Elisp manual, nodes `Text from Minibuffer'
and `Completion Commands':

https://www.gnu.org/software/emacs/manual/html_node/elisp/Text-from-Minibuffer.html

https://www.gnu.org/software/emacs/manual/html_node/elisp/Completion-Commands.html

So I have to explicitly bind that, there's no common map that will be inherited both by the global map and the minibuffer maps?


Perry





reply via email to

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