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: Mon, 07 Feb 2022 00:16:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> But which case is considered a bug?  In the first case, the mode line
> of *scratch* is affected in the second frame; in the second case the
> remapping doesn't show in that buffer on _any_ frame, although
> face-remapping-alist is updated.

The bug I'm talking about here is that `face-remap-add-relative' is
supposed to be buffer-local, but calling it, and then creating a new
frame (with point in that buffer) will have the remapping take place in
all buffer in the new frame.

>> But after poking at the code for a couple minutes, I'm not sure where
>> the computation for faces is done for new faces.  Hm...  is it
>> `face-spec-recalc'?  Hm...  but that doesn't access
>> `face-remapping-alist'...   Is this done at a lower level?
>
> What is "this" and "the computation" which you are asking about here?

The computation of the faces for the new frame.

-- 
(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]