emacs-devel
[Top][All Lists]
Advanced

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

Re: master f7816c94b6: * lisp/outline.el: Pre-compute some frequent data


From: Juri Linkov
Subject: Re: master f7816c94b6: * lisp/outline.el: Pre-compute some frequent data for button icons
Date: Sun, 23 Oct 2022 22:48:13 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

>>  (defface completions-group-separator
>> -  '((t :inherit shadow :strike-through t))
>> +  '((t :inherit shadow :underline t))
>>    "Face used for the separator lines between the candidate groups."
>>    :version "28.1")
>
> Why is this change a good idea?  That face was introduced in Emacs 28,
> so it's already out in the wild.  Why change the default now?  If you
> personally don't like the looks, you can change it in your
> configuration.

'strike-through' conflicts with outline icons.
Please see the screenshot in bug#57813.

> And if we _are_ changing the default, the :version tag should be
> adjusted.

Ok, will do.



reply via email to

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