Gnus development mailing list
 help / color / mirror / Atom feed
* pgnus 0.52 doesn't honor some face customizations
@ 1998-11-20 17:55 Bill White
  1998-11-20 22:03 ` Bill White
  0 siblings, 1 reply; 2+ messages in thread
From: Bill White @ 1998-11-20 17:55 UTC (permalink / raw)


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.


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

* Re: pgnus 0.52 doesn't honor some face customizations
  1998-11-20 17:55 pgnus 0.52 doesn't honor some face customizations Bill White
@ 1998-11-20 22:03 ` Bill White
  0 siblings, 0 replies; 2+ messages in thread
From: Bill White @ 1998-11-20 22:03 UTC (permalink / raw)


Please ignore this. When upgrading to 0.52 I wound up with this in my
.emacs:

(setq load-path (cons (expand-file-name
"/billw/local/pgnus-0.52/") load-path))

i.e. *not* /billw/local/pgnus-0.52/lisp, so M-x gnus started emacs
20.3's gnus 5.5

bw

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


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

end of thread, other threads:[~1998-11-20 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-20 17:55 pgnus 0.52 doesn't honor some face customizations Bill White
1998-11-20 22:03 ` Bill White

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