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: Lars Ingebrigtsen
Subject: bug#46781: read-buffer-completion-ignore-case: who would still be looking for m when they typed M?
Date: Mon, 01 Mar 2021 13:43:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> $ 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.

Thanks for the recipe for reproduction.

Yes, I also see this behaviour, and it does indeed behave as documented
(i.e., case is ignored).

But as you say, that's perhaps not optimal behaviour -- in other cases
like this in Emacs (like isearch), Emacs stops ignoring case if the user
enters some upper case characters, and that would make sense here too?

Anybody have opinions here?

-- 
(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]