From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17194 Path: main.gmane.org!not-for-mail From: Phil Humpherys Newsgroups: gmane.emacs.gnus.general Subject: no face Date: 16 Sep 1998 15:45:56 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155939 32094 80.91.224.250 (20 Oct 2002 23:18:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:18:59 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA12635 for ; Wed, 16 Sep 1998 17:46:45 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id QAF05758; Wed, 16 Sep 1998 16:17:27 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 16 Sep 1998 16:46:11 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id QAA28415 for ; Wed, 16 Sep 1998 16:46:03 -0500 (CDT) Original-Received: from lemmon.iomega.com (tc3-46.utah-inter.net [208.14.202.56]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA12629 for ; Wed, 16 Sep 1998 17:45:56 -0400 (EDT) Original-Received: (from phumpherys@localhost) by lemmon.iomega.com (8.9.1/8.9.1) id PAA12690; Wed, 16 Sep 1998 15:45:56 -0600 Original-To: ding@gnus.org Original-Lines: 32 X-Mailer: Gnus v5.6.43/XEmacs 20.4 - "Emerald" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17194 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17194 I moved stuff over to a new machine and rebuilt xemacs and all that, but I kept my entire environment... I can see other peoples' faces, but I can't generate an X-Face header of my own. Here's my .emacs code: (setq gnus-use-picons t) (add-hook 'gnus-article-display-hook 'gnus-article-display-picons t) (add-hook 'gnus-article-display-hook 'gnus-picons-article-display-x-face) (setq gnus-picons-display-where t) (defun xface-insert () (nnheader-temp-write nil (insert-file-contents "~/.xface") (buffer-string))) (require 'message) (setq message-required-news-headers (nconc message-required-news-headers (list '(X-Face . xface-insert)))) (setq message-required-mail-headers (nconc message-required-mail-headers (list '(X-Face . xface-insert)))) ; display x face (add-hook 'gnus-article-display-hook 'gnus-article-display-x-face) Any ideas? -- Phil Humpherys DriverSoft Unix Systems Administrator Mobile: +1.801.725.3257 WWW/PGPkeys: http://www.spire.com/~humphery