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

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

bug#46781: read-buffer-completion-ignore-case: who would still be lookin


From: 積丹尼 Dan Jacobson
Subject: bug#46781: read-buffer-completion-ignore-case: who would still be looking for m when they typed M?
Date: Mon, 01 Mar 2021 12:08:29 +0800

$ emacs -nw -Q --eval '(setq read-buffer-completion-ignore-case t)' Makefile 
murmurfile BLA
C-x b                  ;; switch-to-buffer
M                      ;; self-insert-command
TAB                    ;; minibuffer-complete

I am saying that if I typed "m", then offer me both choices.

But I have gone through all the trouble of holding down SHIFT, that
means I am serious about only matching uppercase M.

"Then don't tamper with read-buffer-completion-ignore-case in the first
place."

But then I don't get the two choices for little "m". Too much price to pay.

So maybe read-buffer-completion-ignore-case should allow a third value,
not just nil and t.





reply via email to

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