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

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

bug#10630: 24.0.92; :inheirt isn't being inherited in custom themes


From: Chong Yidong
Subject: bug#10630: 24.0.92; :inheirt isn't being inherited in custom themes
Date: Sun, 25 Nov 2012 12:51:41 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux)

Adam Christensen <pope@shifteleven.com> writes:

>     (deftheme foo
>       "A test theme.")
>     
>     (custom-theme-set-faces
>      'foo
>      '(region ((t (:background "LightSkyBlue1"))))
>      '(isearch ((t (:inherit region)))))
>     
>     (provide-theme 'foo)
>
> This doesn't appear to change the background of isearch. This did work
> in Emacs 23.3.

I've committed a change to trunk which fixes this, by making theme faces
completely replace defface specs.





reply via email to

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