Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
(custom-set-faces
'(font-lock-comment-face ((t (:foreground "forest green" :bold t))))
'(font-lock-doc-string-face ((t (:foreground "brown" :bold nil)))))
fail to work.
Please give the values of the relevant specifiers.
Colors are OK, but they are rendered italic
given
(copy-face 'italic 'font-lock-comment-face)
that seems correct. The patch changes the definition of the customize specs
to merge its explicit properties with the other settings. For most
properties that seems like the correct thing to do and gets rid off
all kinds of ugly problems.
and I cannot correct them
via custom.
This however seems like a bug. You should be able to check [x] italic
and with a setting to off to force a non-intalic face).
Could you try calling
(make-face-unitalic font-lock-comment-face tags '(custom))
and if that does not work:
(make-face-unitalic font-lock-comment-face tags)
and may be single step through them to where they don't give the right
result.
--
Jan Vroonhof
http://www.math.ethz.ch/~vroonhof/
Mathematik, vroonhof @ math.ethz.ch
HG E16, ETH-Zentrum, Tel: +41-1-6325456/25154
Raemistrasse 101, CH-8092 Zuerich. Fax: +41-1-6321085