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

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

completion-styles with increasing level of matching


From: uzibalqa
Subject: completion-styles with increasing level of matching
Date: Mon, 01 Aug 2022 13:05:46 +0000

I am setting up `completion-styles'. Would like to have a system
where a user could switch values according to an increasing level
of matching. From least aggressive to most aggressive. What
would be the most useful transitions?

1. (setq completion-styles '(basic substring))

2. (setq completion-styles '(basic partial-completion))

3. (setq completion-styles '(flex))

4. (setq completion-styles '(initials))

Are `flex' and `initials' considered frequently useful? Which isthe most 
aggressive from the two?

reply via email to

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