Gnus development mailing list
 help / color / mirror / Atom feed
* no face
@ 1998-09-16 21:45 Phil Humpherys
  1998-09-17 11:14 ` Lee Willis
  1998-09-17 14:14 ` Francisco Solsona
  0 siblings, 2 replies; 9+ messages in thread
From: Phil Humpherys @ 1998-09-16 21:45 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 9+ messages in thread
* no face
@ 1998-09-17 21:53 Phil Humpherys
  0 siblings, 0 replies; 9+ messages in thread
From: Phil Humpherys @ 1998-09-17 21:53 UTC (permalink / raw)



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~1998-09-17 21:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-16 21:45 no face Phil Humpherys
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

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).