Gnus development mailing list
 help / color / mirror / Atom feed
From: Bill White <billw@wolfram.com>
Subject: pgnus 0.52 doesn't honor some face customizations
Date: 20 Nov 1998 11:55:17 -0600	[thread overview]
Message-ID: <ruohfvugsfu.fsf_-_@banshee.wolfram.com> (raw)
In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "20 Nov 1998 16:34:12 +0100"

Gnus v5.5; nntp 5.0; nnml 1.0; nnmh 1.0; nndoc 1.0; nndraft 1.0

GNU Emacs 20.3.1 (i586-unicent-linux-gnu, X toolkit) of Thu Aug 20
1998 on banshee

I customize gnus-group-news-...-face in my .emacs:

 '(gnus-group-news-4-face ((((class color) (background dark)) (:bold t :foreground "white"))))
 '(gnus-group-news-5-face ((((class color) (background dark)) (:bold t :foreground "wheat"))))
 '(gnus-group-news-6-face ((((class color) (background dark)) (:bold t :foreground "tan"))))
 '(gnus-group-news-4-empty-face ((((class color) (background dark)) (:foreground "white"))))
 '(gnus-group-news-5-empty-face ((((class color) (background dark)) (:foreground "wheat"))))
 '(gnus-group-news-6-empty-face ((((class color) (background dark)) (:foreground "tan"))))

but those customizations aren't honored in pgnus 0.52's *Group*
buffer. Instead, news groups 4 through 6 are displayed using
gnus-group-news-low-empty-face and gnus-group-news-low-face

The faces also don't appear in the *Customize Faces* buffer, even
though they seem to be provided for in 0.52's code:

cd /billw/local/pgnus-0.52/lisp/
find . -path './*.el' -type f -print0 | xargs -0 -e grep -ni gnus-group-news-[4-6]
./gnus-group.el:303:     gnus-group-news-4-empty-face)
./gnus-group.el:305:     gnus-group-news-4-face)
./gnus-group.el:307:     gnus-group-news-5-empty-face)
./gnus-group.el:309:     gnus-group-news-5-face)
./gnus-group.el:311:     gnus-group-news-6-empty-face)
./gnus-group.el:313:     gnus-group-news-6-face)
./gnus.el:367:(defface gnus-group-news-4-face
./gnus.el:378:(defface gnus-group-news-4-empty-face
./gnus.el:389:(defface gnus-group-news-5-face
./gnus.el:400:(defface gnus-group-news-5-empty-face
./gnus.el:411:(defface gnus-group-news-6-face
./gnus.el:422:(defface gnus-group-news-6-empty-face

Bill
-- 
Bill White . billw@wolfram.com . http://www.wolfram.com/~billw
I have discovered a truly wonderful proof of Fermat's Last Theorem,
but unfortunately this .signature is too small to contain it.


             reply	other threads:[~1998-11-20 17:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-20 17:55 Bill White [this message]
1998-11-20 22:03 ` Bill White

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=ruohfvugsfu.fsf_-_@banshee.wolfram.com \
    --to=billw@wolfram.com \
    /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).