Gnus development mailing list
 help / color / mirror / Atom feed
* [patch ?] Re: XFaces, smileys
@ 1999-05-12 16:23 Mike McEwan
  1999-05-12 18:31 ` Colin Rafferty
  0 siblings, 1 reply; 3+ messages in thread
From: Mike McEwan @ 1999-05-12 16:23 UTC (permalink / raw)



  Apologies if the list receives 2 copies of this - hit `R' instaed of 
`F' - I think?

Norbert Koch <n.koch@delta-ii.de> writes:

> Uh, what OS are you running on? WinNT too?

  I'm running Linux.

  Any how's, I see what the problem is, I'm just not quite sure if the
following fix is the best way to fix it. It would appear the
`article-hide-headers is now deleting headers, where as before it was
simply marking them as invisible.

  This means that as `article-display-x-face' was being called after
'article-hide-headers', there was no longer any `x-face' header,
invisible or otherwise, for the function to decode.

-- 
Mike.

--- ChangeLog	1999/05/02 10:48:20	1.1.1.33
+++ ChangeLog	1999/05/12 15:45:10
@@ -1,3 +1,8 @@
+1999-05-12  Mike McEwan  <mike@lotusland.demon.co.uk>
+
+	* gnus-art.el (gnus-treatment-function-alist): Display `x-face'
+	*before* `article-hide-headers' deletes the information.
+
 Sat May  1 20:27:43 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
 	* gnus.el: Pterodactyl Gnus v0.84 is released.
--- gnus-art.el	1999/05/02 10:48:20	1.1.1.32
+++ gnus-art.el	1999/05/10 16:46:50
@@ -890,6 +890,7 @@
     (gnus-treat-fill-long-lines gnus-article-fill-long-lines)
     (gnus-treat-strip-cr gnus-article-remove-cr)
     (gnus-treat-emphasize gnus-article-emphasize)
+    (gnus-treat-display-xface gnus-article-display-x-face)
     (gnus-treat-hide-headers gnus-article-maybe-hide-headers)
     (gnus-treat-hide-boring-headers gnus-article-hide-boring-headers)
     (gnus-treat-hide-signature gnus-article-hide-signature)
@@ -914,7 +915,6 @@
     (gnus-treat-strip-blank-lines gnus-article-strip-blank-lines)
     (gnus-treat-overstrike gnus-article-treat-overstrike)
     (gnus-treat-buttonize-head gnus-article-add-buttons-to-head)
-    (gnus-treat-display-xface gnus-article-display-x-face)
     (gnus-treat-display-smileys gnus-smiley-display)
     (gnus-treat-display-picons gnus-article-display-picons)
     (gnus-treat-play-sounds gnus-earcon-display)))


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

* Re: [patch ?] Re: XFaces, smileys
  1999-05-12 16:23 [patch ?] Re: XFaces, smileys Mike McEwan
@ 1999-05-12 18:31 ` Colin Rafferty
  1999-05-14  6:08   ` Norbert Koch
  0 siblings, 1 reply; 3+ messages in thread
From: Colin Rafferty @ 1999-05-12 18:31 UTC (permalink / raw)


Mike McEwan writes:

>   Any how's, I see what the problem is, I'm just not quite sure if the
> following fix is the best way to fix it. 

Works for me.

-- 
Colin


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

* Re: [patch ?] Re: XFaces, smileys
  1999-05-12 18:31 ` Colin Rafferty
@ 1999-05-14  6:08   ` Norbert Koch
  0 siblings, 0 replies; 3+ messages in thread
From: Norbert Koch @ 1999-05-14  6:08 UTC (permalink / raw)


Colin Rafferty <craffert@ms.com> writes:

> Mike McEwan writes:
> 
> >   Any how's, I see what the problem is, I'm just not quite sure if the
> > following fix is the best way to fix it. 
> 
> Works for me.

Ditto. Thanks for the patch :-)



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

end of thread, other threads:[~1999-05-14  6:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-12 16:23 [patch ?] Re: XFaces, smileys Mike McEwan
1999-05-12 18:31 ` Colin Rafferty
1999-05-14  6:08   ` Norbert Koch

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