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

* Re: [PATCH] fix prob with setting gnus-x-face
  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
  0 siblings, 2 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-01  3:25 UTC (permalink / raw)


Steve Youngs <youngs@xemacs.org> writes:

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

Thanks for the patch; I've applied it to Oort Gnus v0.05 (i. e., CVS).

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: [PATCH] fix prob with setting gnus-x-face
  2002-01-01  3:25 ` Lars Magne Ingebrigtsen
@ 2002-01-01  3:55   ` Steve Youngs
  2002-01-01  6:49   ` Simon Josefsson
  1 sibling, 0 replies; 6+ messages in thread
From: Steve Youngs @ 2002-01-01  3:55 UTC (permalink / raw)


|--==> "LMI" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

  LMI> Thanks for the patch; I've applied it to Oort Gnus v0.05 (i. e.,
  LMI> CVS).

You're very welcome.  Thank you for applying it. :-)

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

* Re: [PATCH] fix prob with setting gnus-x-face
  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
  1 sibling, 1 reply; 6+ messages in thread
From: Simon Josefsson @ 2002-01-01  6:49 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

>> With this, my X-Faces are normal again (colours aren't inverted).
>
> Thanks for the patch; I've applied it to Oort Gnus v0.05 (i. e., CVS).

Ooh, there is a 0.04 release.  Was there an announcement?




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

* Re: [PATCH] fix prob with setting gnus-x-face
  2002-01-01  6:49   ` Simon Josefsson
@ 2002-01-01  6:55     ` Lars Magne Ingebrigtsen
  2002-01-01  6:59       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-01  6:55 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> Ooh, there is a 0.04 release.  Was there an announcement?

There was supposed to have been...  I thought I mailed it to
ding@gnus.org and ding-announce@gnus.org?  Hmmm...

I can't find anything anywhere, so it must have been botched.  I'll
re-send.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: [PATCH] fix prob with setting gnus-x-face
  2002-01-01  6:55     ` Lars Magne Ingebrigtsen
@ 2002-01-01  6:59       ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-01  6:59 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> I can't find anything anywhere, so it must have been botched.  I'll
> re-send.

The mail log says that it was sent, but perhaps something dropped it
on its way.  I see now that it was 125KiB long, due to the passing of
time between releases. 

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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