Gnus development mailing list
 help / color / mirror / Atom feed
From: Mike McEwan <mike@lotusland.demon.co.uk>
Subject: [patch ?] Re: XFaces, smileys
Date: 12 May 1999 17:23:11 +0100	[thread overview]
Message-ID: <m3iu9yw93k.fsf@lotusland.demon.co.uk> (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)))


             reply	other threads:[~1999-05-12 16:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-12 16:23 Mike McEwan [this message]
1999-05-12 18:31 ` Colin Rafferty
1999-05-14  6:08   ` Norbert Koch

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=m3iu9yw93k.fsf@lotusland.demon.co.uk \
    --to=mike@lotusland.demon.co.uk \
    /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).