Re: users cannot customize faces?
>>>>> In <[🔎] 20031112.014350.78571362.05@tats.iris.ne.jp>
>>>>> Tatsuya Kinoshita <tats@vega.ocn.ne.jp> wrote:
> I don't know for certain, but (nil) works fine:
>
> (defface test-face-3
> '((t (:background "Yellow")))
> "test face 1"
> :group 'test)
> (custom-set-faces
> '(test-face-3 ((t (nil)))))
> (face-background 'test-face-3) => nil
Eval only the following:
(defface test-face-3
'((t (:background "Yellow")))
"test face 1"
:group 'test)
(face-background 'test-face-3)
Probably you can't get the result "Yellow".
--
OHASHI Akira
bg66@debian.org bg66@koka-in.org
Share what you know. Learn what you don't.
Reply to: