From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17213 Path: main.gmane.org!not-for-mail From: Phil Humpherys Newsgroups: gmane.emacs.gnus.general Subject: Re: no face Date: 17 Sep 1998 15:45:27 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87vhmmft0a.fsf@jupiter.rhein-neckar.de> 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 1035155955 32216 80.91.224.250 (20 Oct 2002 23:19:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:19:15 +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 RAA05104 for ; Thu, 17 Sep 1998 17:47:43 -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 QAF09860; Thu, 17 Sep 1998 16:18:25 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 17 Sep 1998 16:45:45 -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 QAA21358 for ; Thu, 17 Sep 1998 16:45:34 -0500 (CDT) Original-Received: from lemmon.iomega.com (tc3-22.utah-inter.net [208.14.202.32]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA04998 for ; Thu, 17 Sep 1998 17:45:24 -0400 (EDT) Original-Received: (from phumpherys@localhost) by lemmon.iomega.com (8.9.1/8.9.1) id PAA03419; Thu, 17 Sep 1998 15:45:29 -0600 Original-To: ding@gnus.org X-Face: +$9kC-KF`ufD[_*@%Xd4eWFvP&"[B~kGxH+z!TZpgBsi9hHQ$IWy`xDm7}TdnQ%$v^en[M4_GI~)d`d%]wJ?(v5;^^KOj%)|pv W'wLia4&6@9AS-1rU)Yt1I`B]^u*/4Oj`H^!Q9jqa?7eitZ~\_%J+0SnzW=G+74wqYt]Jm7BJl`vEh u[z~-D&a^p16O3'""YHVz5WsqYm1mOFVj+ In-Reply-To: Phil Humpherys's message of "17 Sep 1998 15:34:59 -0600" Original-Lines: 49 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:17213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17213 I got it working... my bad. There was a syntax error above the face code, so when emacs loaded, it wouldn't read beyond the error. I fixed the error, and now of course all of you can see my pretty face. ;) Thanks for your help all. -- Phil Humpherys DriverSoft Unix Systems Administrator Mobile: +1.801.725.3257 WWW/PGPkeys: http://www.spire.com/~humphery Phil Humpherys writes: > Christian Kurz writes: > > > Phil Humpherys wrote: > > > > > This didn't work... believe it or not. > > > > I use the following code in my .gnus to insert my xface. Probably it > > works for you, too. > > No. I'm afraid it doesn't. I'm totally stymied. > > > > > > ;;* > > ;;*X-Face > > ;;*=============================== > > (defun mail-insert-x-face () > > (save-excursion > > (goto-char (point-min)) > > (search-forward mail-header-separator) > > (beginning-of-line) > > (insert "X-Face:") > > (insert-file-contents "~/.face"))) > > > > (add-hook 'message-setup-hook 'mail-insert-x-face) > > > > Regards Christian > > -- > Phil Humpherys DriverSoft > Unix Systems Administrator Mobile: +1.801.725.3257 > WWW/PGPkeys: http://www.spire.com/~humphery