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: Drew Adams
Subject: RE: [External] : Making a key binding work in minibuffer editing.
Date: Thu, 2 Sep 2021 15:48:20 +0000

> 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

reply via email to

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