Gnus development mailing list
 help / color / mirror / Atom feed
From: Erik Selberg <selberg@cs.washington.edu>
Subject: customizing gnus-signature-face
Date: 18 Apr 1997 21:06:47 +0200	[thread overview]
Message-ID: <rj767xkf8vs.fsf@minbar.cs.washington.edu> (raw)

I've been trying to customize gnus-signature-face from italic to
something else (in my case, gnus-header-from-face).

Here's my .custom.el:

(custom-set-variables
 '(gnus-summary-selected-face (quote gnus-summary-selected-face))
 '(gnus-signature-face (quote gnus-header-from-face))
 '(gnus-cite-always-check t)
 '(gnus-summary-highlight (quote (((= mark gnus-canceled-mark) . gnus-summary-cancelled-face) ((and (> score default) (or (= mark gnus-dormant-mark) (= mark gnus-ticked-mark))) . gnus-summary-high-ticked-face) ((and (< score default) (or (= mark gnus-dormant-mark) (= mark gnus-ticked-mark))) . gnus-summary-low-ticked-face) ((or (= mark gnus-dormant-mark) (= mark gnus-ticked-mark)) . gnus-summary-normal-ticked-face) ((and (> score default) (= mark gnus-ancient-mark)) . gnus-summary-high-ancient-face) ((and (< score default) (= mark gnus-ancient-mark)) . gnus-summary-low-ancient-face) ((= mark gnus-ancient-mark) . gnus-summary-normal-ancient-face) ((and (> score default) (= mark gnus-unread-mark)) . gnus-summary-high-unread-face) ((and (< score default) (= mark gnus-unread-mark)) . gnus-summary-low-unread-face) ((and (= mark gnus-unread-mark)) . gnus-summary-normal-unread-face) ((> score default) . gnus-summary-high-read-face) ((< score default) . gnus-summary-low-read-face) (t
  . gnus-summary-normal-read-face)))))
(custom-set-faces
 '(gnus-header-subject-face ((((class color) (background dark)) (:bold nil :foreground "pink")) (((class color) (background light)) (:bold t :foreground "red4")) (t (:bold t :italic t))))
 '(gnus-header-from-face ((((class color) (background dark)) (:bold nil :foreground "skyblue1")) (((class color) (background light)) (:bold t :foreground "red3")) (t (:bold t :italic t))))
 '(gnus-summary-normal-read-face ((((class color) (background dark)) (:foreground "skyblue1")) (((class color) (background light)) (:foreground "DarkGreen")) (t nil)))
 '(gnus-header-newsgroups-face ((((class color) (background dark)) (:bold nil :italic t :foreground "yellow")) (((class color) (background light)) (:bold t :italic t :foreground "MidnightBlue")) (t (:bold t :italic t))))
 '(gnus-summary-selected-face ((t (:foreground "black" :background "skyblue1"))))
 '(gnus-summary-low-unread-face ((t (:foreground "grey" :background "black"))))
 '(gnus-header-content-face ((((class color) (background dark)) (:italic t :foreground "burlywood")) (((class color) (background light)) (:italic t :foreground "indianred4")) (t (:italic t))))
 '(gnus-signature-face ((((class color) (background dark)) (:bold t :foreground "skyblue")) (((class color) (background light)) (:bold t :foreground "red4")) (t (:bold t))))
 '(gnus-header-name-face ((((class color) (background dark)) (:bold nil :foreground "NavajoWhite")) (((class color) (background light)) (:foreground "maroon")) (t (:bold t))))
 '(gnus-summary-high-unread-face ((t nil))))


You'll notice that it's set in line 3.

However, this does _NOT_ work, as when I do customize it's still
italic, and in the article it's still italic.

Bug?

Thanks,
-Erik

-- 
				Erik Selberg
"I get by with a little help	selberg@cs.washington.edu
 from my friends."		http://www.cs.washington.edu/homes/selberg


             reply	other threads:[~1997-04-18 19:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-18 19:06 Erik Selberg [this message]
1997-04-18 20:12 ` Hrvoje Niksic
1997-04-19  8:26 ` Per Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rj767xkf8vs.fsf@minbar.cs.washington.edu \
    --to=selberg@cs.washington.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).