emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs 29 expand command in minibuf


From: Stefan Monnier
Subject: Re: emacs 29 expand command in minibuf
Date: Sat, 18 Jun 2022 09:30:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>> Indeed, that looks at least surprising.  When you do em-v<TAB> the basic
>> completion style cannot do anything and so the partial-completion style
>> completes to emacs-v which is the common prefix of both emacs-version
>> and emacs-news-view-mode for this style.  But when doing emacs-v<TAB>
>> afterwards, the basic style can complete and only to emacs-version.
>
> Try moving basic after partial-completion in completion-styles.

I think removing `basic` gives the same result, and is a bit
more efficient.


        Stefan




reply via email to

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