From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5729 Path: main.gmane.org!not-for-mail From: Pekka Marjola Newsgroups: gmane.emacs.gnus.general Subject: Re: X-Face support in XEmacs Date: 27 Mar 1996 09:04:08 +0200 Organization: Nokia Telecommunications Sender: marjola@bilbo.ntc.nokia.com Message-ID: References: <199603261052.LAA19616@ifi.uio.no> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.48) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035146292 1241 80.91.224.250 (20 Oct 2002 20:38:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:38:12 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id XAA00583 for ; Tue, 26 Mar 1996 23:31:51 -0800 Original-Received: from axl01it.ntc.nokia.com (axl01it.ntc.nokia.com [131.228.118.232]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 27 Mar 1996 08:04:42 +0100 Original-Received: from bilbo.ntc.nokia.com (bilbo.ntc.nokia.com [131.228.58.230]) by axl01it.ntc.nokia.com (8.6.9/8.6.9) with ESMTP id JAA08349 for ; Wed, 27 Mar 1996 09:02:31 +0200 Original-Received: from frodo.ntc.nokia.com (frodo.ntc.nokia.com [131.228.58.150]) by bilbo.ntc.nokia.com (8.6.12/8.6.6+Goodi/1.2.kim) with ESMTP id JAA11491; Wed, 27 Mar 1996 09:04:10 +0200 (for ) Original-Received: (from marjola@localhost) by frodo.ntc.nokia.com (8.6.8/8.6.6/1.20.kim) id JAA06727; Wed, 27 Mar 1996 09:04:09 +0200 Original-To: ding@ifi.uio.no X-Face: 8>EVnZ'MSz2dI{N`dzbBND,clpk$+(a>y[d"rnI,}HfS4x!)hp+1H&ha6Rj93tVlirvJ;Z@@MSpFN[;;X)aF\mDDlk6N&0t*B^C\]| writes: >>>>>> "SLB" == Steven L Baur 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