emacs-devel
[Top][All Lists]
Advanced

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

Re: Interaction between load-theme and custom-theme-set-faces is broken


From: Nikolai Weibull
Subject: Re: Interaction between load-theme and custom-theme-set-faces is broken
Date: Wed, 25 Jul 2012 19:32:31 +0200

On Mon, Jul 23, 2012 at 9:30 AM, Nikolai Weibull <address@hidden> wrote:

> It seems that the interaction between load-theme and
> custom-theme-set-faces is broken.  Previously, before a commit on
> 2011-03-21 that changed how custom--inhibit-theme-enable was used,
> custom-theme-set-faces would do quite a bit of work (setting
> properties) that other code depends upon (unless
> custom--inhibit-theme-enable was t, of course).  For example, it would
> set 'saved-face, which face-spec-recalc checks for to determine how it
> should recalculate the specification of a face.  As this code is no
> longer executed (ever, it seems, as custom--inhibit-theme-enable is
> never logically non-t while it’s being executed), this is now broken,
> which means that faces set through themes will always be a combination
> of the face-default-spec of the face and the spec of the theme.
>
> The same goes for custom-theme-set-variables, but isn’t as visually apparent.

Have I somehow misunderstood how custom-theme-set-faces may be used?
I see no calls to it that don’t have custom--inhibit-theme-enable set
to t, so my analysis above seems correct.



reply via email to

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