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

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

bug#22324: 25.0.50; completion-category-defaults style doesn't override


From: Dmitry Gutov
Subject: bug#22324: 25.0.50; completion-category-defaults style doesn't override completion-styles (gets prepended instead)
Date: Tue, 7 Dec 2021 04:35:18 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 06.12.2021 05:25, Lars Ingebrigtsen wrote:

As a user, I might try to override it with an entry in
completion-category-overrides, to use a stricter style like
'partial-completion' or even 'basic'.

Well, it overrides the specific tag/category -- but
completion-category-overrides doesn't (by being non-nil) override the
entirety of completion-category-defaults.

Perhaps a better word is "prepends".

So it's two types of overrides.
If we use the language from the nadvice package, it performs the "before-until" combination, rather than the "override" one.





reply via email to

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