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

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

bug#34027: 27.0.50; disable-theme resets variables to their initial valu


From: Mauro Aranda
Subject: bug#34027: 27.0.50; disable-theme resets variables to their initial values
Date: Fri, 3 Jan 2020 12:25:32 -0300

Michael Albinus <michael.albinus@gmx.de> writes:

> I've added the test case custom--test-theme-variables in
> test/lisp/custom-resources/custom--test-theme.el for showing the effect.

The test is failing for a different reason.  With the call to
custom-set-variables, both variables will end up having a user theme
setting, and since the user theme has the highest priority, enabling
the custom--test theme makes no difference.  The following check fails,
because of the user theme having the highest priority:

;; The variables have the theme values.
(should (equal custom--test-user-option 'bar))
(should (equal custom--test-variable 'bar))

IOW, the variables have the user theme values, and not the custom--test
theme values.

Best regards,
Mauro.

reply via email to

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