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

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

bug#12190: 24.1.50; Minibuffer completion


From: Stefan Monnier
Subject: bug#12190: 24.1.50; Minibuffer completion
Date: Mon, 13 Aug 2012 09:59:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>> From "emacs -Q", type:
>   M-x re-bu TAB TAB
> I see that the first TAB produces "re-builder", and the second one says
> that this is the sole completion.

That's expected: the default completion-styles starts with `basic' which
performs old-style prefix-completion, so the partial-completion does not
kick in.  Either add a * after `re', or change `completion-styles' by
removing `basic' from it.


        Stefan





reply via email to

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