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

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

Re: Question about customising faces


From: Gregory Heytings
Subject: Re: Question about customising faces
Date: Tue, 30 Aug 2022 18:48:47 +0000


emacs -Q
C-x 5 2
M-: (set-face-attribute 'isearch nil :background 'unspecified :foreground 
"#d33682") RET
C-s buffer
C-x 5 2
C-s buffer

I see exactly the exact same colors with the two isearch commands.

Joost used nil, not 'unspecified, for the background attribute.


Which is why I asked why he did not use 'unspecified instead of nil 😉

What does nil do that 'unspecified doesn't?

(And after using nil, describe-face displays 'unspecified.)


reply via email to

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