[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 21:28:53 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
> Actually, I think this is a new problem on master, introduced by
> making the mode-line face be a parent of mode-line-active and
> mode-line-inactive faces. When that was done, lookup_basic_face was
> changed to use mode-line-active instead of mode-line, so now the
> mode-line face is not recomputed when face-remapping-alist is changed.
> Instead, we recompute mode-line-active and mode-line-inactive, but
> those are not in face-remapping-alist in this scenario, so they don't
> change on the existing frame.
Ah, right. So we should go back to also recomputing mode-line, I guess...
> Do we still need the mode-line as a parent of these two faces, or can
> we go back to what we had before the variable-pitch mode-line changes?
The plan is to reintroduce the variable-pitch stuff after we've ironed
out the width issues, so I'd rather keep the faces as is. (And I think
it makes more sense conceptually, since `mode-line' is also used as the
parent of other faces, like `header-line'.)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- bug#53636: 29.0.50; face-remapping broken on master, Tassilo Horn, 2022/01/30
- bug#53636: 29.0.50; face-remapping broken on master, Lars Ingebrigtsen, 2022/01/30
- bug#53636: 29.0.50; face-remapping broken on master, Eli Zaretskii, 2022/01/30
- bug#53636: 29.0.50; face-remapping broken on master, Lars Ingebrigtsen, 2022/01/30
- bug#53636: 29.0.50; face-remapping broken on master, Eli Zaretskii, 2022/01/30
- bug#53636: 29.0.50; face-remapping broken on master, Eli Zaretskii, 2022/01/30
- bug#53636: 29.0.50; face-remapping broken on master,
Lars Ingebrigtsen <=
- bug#53636: 29.0.50; face-remapping broken on master, Eli Zaretskii, 2022/01/31
- bug#53636: 29.0.50; face-remapping broken on master, Eli Zaretskii, 2022/01/31