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, 12 Sep 2020 11:43:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> -    (unless group
>> -      ;; We might as well provide a best-guess default group.
>> -      (setq group
>> -        `(:group ',(intern (replace-regexp-in-string
>> -                            "-mode\\'" "" mode-name)))))
>
> After this change I have to specify a group for every define-minor-mode
> in my init file, otherwise I'm flooded with warnings.

Hmm... so you have `define-minor-mode`s in your init file?  That sounds
rather unusual [ And "flooded" suggests you have very many.  ]

> It's a bit annoying.  I don't care about groups there since I don't
> use customize myself at all.  What's the suggestion to handle this
> use case?

Add a dummy `defgroup` at the beginning of the file?


        Stefan






reply via email to

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