Gnus development mailing list
 help / color / mirror / Atom feed
* customizing gnus-signature-face
@ 1997-04-18 19:06 Erik Selberg
  1997-04-18 20:12 ` Hrvoje Niksic
  1997-04-19  8:26 ` Per Abrahamsen
  0 siblings, 2 replies; 3+ messages in thread
From: Erik Selberg @ 1997-04-18 19:06 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: customizing gnus-signature-face
  1997-04-18 19:06 customizing gnus-signature-face Erik Selberg
@ 1997-04-18 20:12 ` Hrvoje Niksic
  1997-04-19  8:26 ` Per Abrahamsen
  1 sibling, 0 replies; 3+ messages in thread
From: Hrvoje Niksic @ 1997-04-18 20:12 UTC (permalink / raw)


Erik Selberg <selberg@cs.washington.edu> writes:

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

This may be a bug is custom.  If I remember correctly, custom shipped
with 19.15 failed to set the variables correctly.  It has been fixed.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
`VI' - An editor used by those heretics that don't subscribe to
       the Emacs religion.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: customizing gnus-signature-face
  1997-04-18 19:06 customizing gnus-signature-face Erik Selberg
  1997-04-18 20:12 ` Hrvoje Niksic
@ 1997-04-19  8:26 ` Per Abrahamsen
  1 sibling, 0 replies; 3+ messages in thread
From: Per Abrahamsen @ 1997-04-19  8:26 UTC (permalink / raw)
  Cc: ding


Erik Selberg <selberg@cs.washington.edu> writes:

> Here's my .custom.el:

Be sure to load that file before gnus.  You should load it as the
first thing in your .emacs, actually.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-04-19  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-04-18 19:06 customizing gnus-signature-face Erik Selberg
1997-04-18 20:12 ` Hrvoje Niksic
1997-04-19  8:26 ` Per Abrahamsen

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).