Gnus development mailing list
 help / color / mirror / Atom feed
From: Pekka Marjola <marjola@bilbo.ntc.nokia.com>
Subject: Re: X-Face support in XEmacs
Date: 27 Mar 1996 09:04:08 +0200	[thread overview]
Message-ID: <of0ag13nhjr.fsf@frodo.ntc.nokia.com> (raw)
In-Reply-To: Jens Lautenbacher's message of Tue, 26 Mar 1996 10:53:28 +0100

"Jens" == Jens Lautenbacher <jtl@tkm.physik.uni-karlsruhe.de> writes:

>>>>>> "SLB" == Steven L Baur <steve@miranova.com> writes:
SLB> Support for X-Face is already built into the Tools for MIME
SLB> package, so effectively, it's already supported.  Gnus need
SLB> do nothing more.

Jens> Unfortunately I never got this one to work. But maybe I don't
Jens> understand how it is supposed to work: Should it display X-faces
Jens> automatically inside the buffer as the proposed code of the original
Jens> poster does? Or does it spawn a xv? How does it react if the message
Jens> has no mime header?

There is no specific support in Gnus for showing X-Face in XEmacs
currently... Using xv is kinda silly. It also requires netpbm package.

Anyway, I noticed that x-face displaying hook must be added after
other hooks are there (otherwise highlighting stuff etc. are never
added):

(add-hook 'gnus-startup-hook
	  '(lambda ()
	     (add-hook 'gnus-article-display-hook
		       'gnus-article-display-x-face t)))


Jens> I think something that simple as the proposed piece of code should be
Jens> added to gnus, at least until tm is oficially added to (X)Emacs.

Well, tm uses external processes to show X-Face, too. (It shows X-Face
in article buffer, though.) X-Face support is in precompiled XEmacs
binaries, so most XEmacs users should be able to use internal method.

IMNSHO X-Face support should in both Gnus and tm, as it is now. It's
not MIME thing, but for completeness (everyone does not use Gnus :( ),
tm should have it, too. Until tm is used almost always/automatically
with Gnus, if ever, it shouldn't be removed from Gnus.

# pema



  reply	other threads:[~1996-03-27  7:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-25 16:05 Pekka Marjola
1996-03-25 18:08 ` Steven L Baur
1996-03-26  7:07   ` Pekka Marjola
1996-03-26  8:17     ` Pekka Marjola
1996-03-26  9:53   ` Jens Lautenbacher
1996-03-27  7:04     ` Pekka Marjola [this message]
1996-03-29 18:51       ` Wes Hardaker
1996-04-01  6:51         ` Pekka Marjola
1996-04-03 16:07 ` Mark Borges

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=of0ag13nhjr.fsf@frodo.ntc.nokia.com \
    --to=marjola@bilbo.ntc.nokia.com \
    /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).