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

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

bug#70010: 30.0.50; completion-preview-mode behaves mode-local, but is g


From: Eshel Yaron
Subject: bug#70010: 30.0.50; completion-preview-mode behaves mode-local, but is global
Date: Wed, 27 Mar 2024 10:24:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Juri Linkov <juri@linkov.net> writes:

>> +(define-globalized-minor-mode completion-preview-global-mode
>> +  completion-preview-mode completion-preview-mode
>> +  :predicate '((not minibuffer-mode special-mode) t))
>
> The naming convention for globalized minor modes suggests
> 'global-completion-preview-mode'.

Indeed.  I'm not a big fan of this convention as it violates the
symbol-prefix-as-a-namespace convention, but it does seem prevalent.

So if that's all right with everyone, I'll change the name to
global-completion-preview-mode and push in a day or two.


Best,

Eshel





reply via email to

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