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

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

bug#59283: 29.0.50; `custom-set-faces' does not respect :height when set


From: Mickey Petersen
Subject: bug#59283: 29.0.50; `custom-set-faces' does not respect :height when set on start-up
Date: Tue, 15 Nov 2022 13:10:53 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2



On 15/11/2022 12:57 pm, Po Lu wrote:
Mickey Petersen <mickey@fyeah.org> writes:

Regression from Emacs 28.x.

$ cat face-only-custom.el
(custom-set-faces '(default ((t (:background "black" :foreground
"gainsboro" :weight regular :height 173 :width normal :family "Cascadia
Code")))))

Tested against the bleeding edge today:

./emacs -q --eval "$(cat ~/.emacs.d/face-only-custom.el)"

This applies the font face and colours but _not_ height. Subsequent eval
will correctly apply `:height'.

Note that this is _also_ the case when it is called through the custom
machinery; it is not required to demonstrate the issue though.

Thanks

Mickey.
This should already be fixed on master.  Please test, thanks.

That did not appear to fix it.

Mickey





reply via email to

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