Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] fix prob with setting gnus-x-face
@ 2002-01-01  3:21 Steve Youngs
  2002-01-01  3:25 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Steve Youngs @ 2002-01-01  3:21 UTC (permalink / raw)


With this, my X-Faces are normal again (colours aren't inverted).

Index: lisp/ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog,v
retrieving revision 6.975
diff -u -w -U0 -r6.975 ChangeLog
--- lisp/ChangeLog	2002/01/01 02:52:37	6.975
+++ lisp/ChangeLog	2002/01/01 03:12:55
@@ -0,0 +1,5 @@
+2002-01-01  Steve Youngs  <youngs@xemacs.org>
+
+	* gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
+	'set-glyph-face' so x-face back/foreground can be set.
+
Index: lisp/gnus-xmas.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-xmas.el,v
retrieving revision 6.18
diff -u -w -r6.18 gnus-xmas.el
--- lisp/gnus-xmas.el	2001/12/31 23:44:44	6.18
+++ lisp/gnus-xmas.el	2002/01/01 03:13:03
@@ -673,7 +673,7 @@
 		    (vector 'xpm :data (buffer-string)))))))
 	    (t
 	     (make-glyph [nothing])))))
-      ;;(set-glyph-face xface-glyph 'gnus-x-face)
+      (set-glyph-face xface-glyph 'gnus-x-face)
 
       (gnus-article-goto-header "from")
       (gnus-put-image xface-glyph " ")

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
|            XEmacs - It's not just an editor.             |
|                    It's a way of life.                   |
|------------------------------------<youngs@xemacs.org>---|



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

end of thread, other threads:[~2002-01-01  6:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-01  3:21 [PATCH] fix prob with setting gnus-x-face Steve Youngs
2002-01-01  3:25 ` Lars Magne Ingebrigtsen
2002-01-01  3:55   ` Steve Youngs
2002-01-01  6:49   ` Simon Josefsson
2002-01-01  6:55     ` Lars Magne Ingebrigtsen
2002-01-01  6:59       ` Lars Magne Ingebrigtsen

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