Gnus development mailing list
 help / color / mirror / Atom feed
From: Phil Humpherys <phumpherys@utah-inter.net>
Subject: no face
Date: 16 Sep 1998 15:45:56 -0600	[thread overview]
Message-ID: <m3iuinpw8b.fsf@lemmon.iomega.com> (raw)


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 <phumpherys@utah-inter.net>   DriverSoft
Unix Systems Administrator                   Mobile: +1.801.725.3257 
WWW/PGPkeys: http://www.spire.com/~humphery



             reply	other threads:[~1998-09-16 21:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-09-16 21:45 Phil Humpherys [this message]
1998-09-17 11:14 ` Lee Willis
1998-09-17 17:01   ` Phil Humpherys
1998-09-17 19:17     ` Christian Kurz
1998-09-17 21:34       ` Phil Humpherys
1998-09-17 21:45         ` Phil Humpherys
1998-09-17 14:14 ` Francisco Solsona
1998-09-17 17:02   ` Phil Humpherys
1998-09-17 21:53 Phil Humpherys

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=m3iuinpw8b.fsf@lemmon.iomega.com \
    --to=phumpherys@utah-inter.net \
    /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).