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

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

bug#36745: 27.0.50; completing-read with require-match nil does not acce


From: Lars Ingebrigtsen
Subject: bug#36745: 27.0.50; completing-read with require-match nil does not accept spaces
Date: Sun, 20 Feb 2022 16:22:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> Anyway, my opinion doesn't matter much.  I don't like the behavior of
> space not just inserting a space - I get angry every time this happens.
> I wonder what others do think about it.

I absolutely loathe it, so I have:

(keymap-set minibuffer-local-completion-map "SPC" #'self-insert-command)
(keymap-set minibuffer-local-completion-map "?" #'self-insert-command)

But I don't think this is something we can change at this point.

But I've now added this to the Minibuffer Edit node in the Emacs manual.
I don't think there's anything more to do in this bug report, and I'm
therefore closing it.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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