Gnus development mailing list
 help / color / mirror / Atom feed
From: Nick Papadonis <nick@coelacanth.com>
Subject: integrating x-face stuff
Date: 10 Jan 2001 23:08:23 -0500	[thread overview]
Message-ID: <m3puhuu3wo.fsf@h0050bad6338d.ne.mediaone.net> (raw)

Hi.

I spent some time trying to set up my X-face: header in gnus.  Since
I'm no lisp god, you can understand how frustrated I was.

Anyway I claim that the GNUS >= v5.8.8 does not have enough
documentation (info file) on setting up the X-face header.  I finally
found how to set it up from some post from 1999 in the group.

Why can't an X-face file be specified in 'customize->gnus'?  Since
they are displayed in gnus, shouldn't people be able to configure
which one to send.

I will include the old threads that brought this to mind:

--------------------------------------------------------------
I'm not sure what the proper way is, but I've been using the following for
some time, and it works great.  I'm not sure where this came from
originally; presumably one of the prolific contributors to this list.
Another option is to use gnus-posting-styles, IIRC.

It is probably a bug that this isn't covered in the documentation.  I'd
submit a doc patch, but am not confident enough that this is the most
elegant way to do it.

(defun message-insert-x-face ()
  (save-excursion
    (goto-char (point-min))
    (search-forward mail-header-separator)
    (beginning-of-line nil)
    (insert "X-Face: ")
    (insert-file (expand-file-name "/u/mmp/.xface"))))
(add-hook 'message-send-hook 'message-insert-x-face)

-matt 
--------------------------------------------------------------
I, for once, also searched for directions on inserting X-Face in gnus
and Xemacs manuals, and found nothing. I think that it should be
covered somewhere.

So, I second the request: could somebody please share the proper way
of inserting x-face header with gnus?

Thanks,
-- 
Arcady Genkin                          
----------------------------------------------------------------

> So, I second the request: could somebody please share the proper way
> of inserting x-face header with gnus?

I don't know of any "proper" way.
---------------------------------------------------------------
-- 
- Nick



             reply	other threads:[~2001-01-11  4:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-11  4:08 Nick Papadonis [this message]
2001-01-11  9:52 ` Per Abrahamsen
2001-01-11 10:02   ` Nick Papadonis
2001-01-11 11:28     ` Per Abrahamsen
2001-01-11 22:30       ` Nick Papadonis
2001-01-12 21:52         ` Kai Großjohann
2001-01-12 22:00     ` Kai Großjohann
2001-01-12 22:46       ` Nick Papadonis
2001-01-12 22:53         ` Charles Sebold
2001-01-12 23:13           ` Jack Twilley
2001-01-12 23:31         ` Kai Großjohann
2001-01-13 12:29           ` Nick Papadonis
     [not found]   ` <86ae8x5zf1.fsf@blowfish.brfmasthugget.se>
2001-01-12 11:50     ` Per Abrahamsen
2001-01-12 11:52       ` Per Abrahamsen

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=m3puhuu3wo.fsf@h0050bad6338d.ne.mediaone.net \
    --to=nick@coelacanth.com \
    /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).