Discussion:
custom-set-faces for gnus newsgroups
Uwe Brauer
2015-09-14 17:31:40 UTC
Permalink
Hi


I was able to set the faces in group buffer to my liking, as well as in
the different mail groups. However in the newsgroups buffer such as for
example gmane.emacs.gnus.general all messages appear in black.

So me setting is
(custom-set-faces
'(gnus-group-mail-low ((((class color) (background light)) (:foreground "DeepPink3"))))
'(gnus-group-news-1 ((((class color) (background light)) (:foreground "ForestGreen"))))
'(gnus-group-news-1-face ((((class color) (background light)) (:foreground "orange3"))) t)
'(gnus-group-news-2 ((((class color) (background light)) (:foreground "CadetBlue"))))
'(gnus-group-news-3 ((((class color) (background light)) (:foreground "blue"))))
'(gnus-group-news-3-empty ((((class color) (background light)) (:foreground "magenta"))))
'(gnus-group-news-3-face ((((class color) (background light)) (:foreground "blue"))) t)
'(gnus-group-news-4 ((t (:foreground "navy" :weight bold))))
'(gnus-group-news-4-face ((((class color) (background light)) (:foreground "green3" :bold t))) t)
'(gnus-group-news-5-face ((((class color) (background light)) (:foreground "Orange3"))) t)
'(gnus-group-news-6-face ((((class color) (background light)) (:foreground "orange3"))) t)
'(gnus-group-news-low-empty ((((class color) (background light)) (:foreground "DarkGreen"))))
'(gnus-group-news-low-face ((((class color) (background light)) (:foreground "DarkGreen"))) t))

Which font I have to set in order to obtain colours in the newsgroup.
(Needless to say that I have the same setting for Xemacs but there the
newsgroups do have colours.)
Uwe Brauer
2015-09-14 17:50:41 UTC
Permalink
Post by Uwe Brauer
Hi
I was able to set the faces in group buffer to my liking, as well as in
Please ignore this message, I found out how to do it.
Adam Sjøgren
2015-09-14 18:28:36 UTC
Permalink
Post by Uwe Brauer
Please ignore this message, I found out how to do it.
For the benefit of people searching and finding your post: What was the
solution?


Best regards,

Adam
--
"'What-you-see-is-what-you-get' is Motherhood and Adam Sjøgren
Apple Pie for screen editors, and EMACS definitely ***@koldfront.dk
succeeds here."
Uwe Brauer
2015-09-17 21:12:20 UTC
Permalink
Post by Adam Sjøgren
Post by Uwe Brauer
Please ignore this message, I found out how to do it.
For the benefit of people searching and finding your post: What was the
solution?
Sorry didn't see your post earlier:

put the cursor for example on a unread message and then execute
customize-face and Emacs will propose the corresponding face. I tried a
few times and it never failed. So that saved me to look up the name of
the corresponding face. But may be this is all known by everybody....
Loading...