Norbert Koch <n.koch(a)delta-ii.de> writes:
All right, lessee ... I take font-lock-comment-face. It should be
set
to its default value, blue4.
(face-foreground 'font-lock-comment-face)
#<color-specifier global=<unspecified> fallback=#<color-specifier
#global=<unspecified> fallback=(((mswindows) . "black")) 0x194>
#0x4b16>
Ouch.. This is very wrong. What does it look like under -vanilla?
What happens when you run under vanilla and then evaluate
(reset-face 'font-lock-comment-face 'nil '(custom))
in a scratch buffer?
Jan