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

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

bug#41145: 27.0.91; small issues with `display-fill-column-indicator' Cu


From: Stefan Monnier
Subject: bug#41145: 27.0.91; small issues with `display-fill-column-indicator' Customization group
Date: Sat, 29 Aug 2020 23:58:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>>> Or if eventually a defface or a defcustom makes its way into
>>>> display-fill-column-indicator.el, of course.
>>
>> Actually, there is a defcustom there (in the expansion of
>> `define-globalized-minor-mode`).
>
> Sorry, I wasn't clear enough.  There is no defcustom or defface whose
> :group is display-fill-column-indicator.

`global-display-fill-column-indicator-mode` should definitely belong to
the `display-fill-column-indicator` group (because the `defcustom`
doesn't have an explicit `:group` so it should fallback to using the
last-defined group).

BTW, another quick-fix might be to move the defface definition to
display-fill-column-indicator.el.


        Stefan






reply via email to

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