You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just recompiled Emacs from fresh source and to my surprise it looked vastly different, and really ugly. It turns out that solarized-theme (I use solarized-dark) isn't loading.
I get this warning:
Invalid face box: :line-width, 4, :color, "grey90", :style, nil
On trying a second time after executing (load-theme 'solarized-dark t) I get this:
commit dcd755dabcf9ef95d6d0534c11c668f44c6f89c2
Author: Eli Zaretskii <eliz@gnu.org>
Date: Thu Nov 30 17:17:02 2023 +0200
Fix validation of :box face attribute
* src/xfaces.c (Finternal_set_lisp_face_attribute): Fix the logic
of validating the :box attribute. The previous code would always
allow invalid attributes of :box as long as the invalid attribute
was the last in the list. (Bug#67404)
The text was updated successfully, but these errors were encountered:
There's this subsequent commit adding to that one:
commit 3cbe263b081eaa40753e122e5b98d74d9d9d0c9f
Author: Eli Zaretskii <eliz@gnu.org>
Date: Fri Dec 1 14:15:30 2023 +0200
Fix mode-line-inactive face
* src/xfaces.c (Finternal_set_lisp_face_attribute): Fix validation
of the :style attribute of :box. Previously, nil for :style was not
accepted, which causes 'mode-line-inactive' face to be rejected.
(Bug#67567)
I just recompiled Emacs from fresh source and to my surprise it looked vastly different, and really ugly. It turns out that solarized-theme (I use solarized-dark) isn't loading.
I get this warning:
On trying a second time after executing
(load-theme 'solarized-dark t)I get this:... followed by much more.
I think it's because of this commit:
The text was updated successfully, but these errors were encountered: