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

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

bug#53636: 29.0.50; face-remapping broken on master


From: Lars Ingebrigtsen
Subject: bug#53636: 29.0.50; face-remapping broken on master
Date: Sun, 30 Jan 2022 19:31:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> If the problem is with face remapping, can we please have a reproducer
> that is simpler to debug?  Like one that doesn't need any timers and
> flashing text?

I assumed that all that async stuff was part of the reproducer, but
indeed it's not.

Just evaling this is sufficient:

 (face-remap-add-relative 'mode-line 'error)

And this is because mode-line is (in Emacs 29) the parent of two faces
(but not used directly on the mode line), so you apparently have to do
this instead:

 (face-remap-add-relative 'mode-line-active 'error)

I'm not sure whether that's a bug or not?  (That remapping a parent face
has no effect.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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