From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10750 Path: main.gmane.org!not-for-mail From: Erik Selberg Newsgroups: gmane.emacs.gnus.general Subject: customizing gnus-signature-face Date: 18 Apr 1997 21:06:47 +0200 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150567 26162 80.91.224.250 (20 Oct 2002 21:49:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:49:27 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id MAA05544 for ; Fri, 18 Apr 1997 12:23:43 -0700 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 18 Apr 1997 21:06:56 +0200 Original-Received: (qmail 26683 invoked by uid 504); 18 Apr 1997 19:04:33 -0000 Original-Received: (qmail 26680 invoked from network); 18 Apr 1997 19:04:32 -0000 Original-Received: from minbar.cs.washington.edu (128.95.2.69) by claymore.vcinet.com with SMTP; 18 Apr 1997 19:04:32 -0000 Original-Received: (speed@localhost) by minbar.cs.washington.edu (8.8.5+CS/7.2ws+) id MAA02717; Fri, 18 Apr 1997 12:06:48 -0700 (PDT) Original-To: ding@gnus.org Original-Lines: 37 X-Mailer: Gnus v5.4.45/XEmacs 19.15 Xref: main.gmane.org gmane.emacs.gnus.general:10750 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10750 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