Re: Minibuffer keymap issue?
Michael Heerdegen via Users list for the GNU Emacs text editor <[email protected]> Mon, 20 Jul 2026 04:17:00 +0200
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
Bob Newell <[email protected]> writes: > The problem is definitely with me! I will leave it at that > and will only post further if I discover anything that may be > of more general interest. I would look at the binding of the variable `minibuffer-local-keymap'. Just M-: will do. Finding out where the strange key binding comes from could be an alternative to bisecting. It could be a typo in a third party package you are using, it must not be located in your own config. Michael.