Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Emre Sevinc <emres@bilgi.edu.tr>
Subject: Re: Why can't I see my X-face?
Date: Thu, 29 Sep 2005 00:22:53 +0300	[thread overview]
Message-ID: <87irwkanv6.fsf@ileriseviye.org> (raw)
In-Reply-To: <v9hdc5qhh4.fsf@marauder.physik.uni-ulm.de>

Reiner Steib <reinersteib+from-uce@imap.cc> writes:

> On Wed, Sep 28 2005, Emre Sevinc wrote:
>
>> However, when I read back the messages I posted, I can't see
>> any graphics.
>
> See the manual:
>
> ,----[ (info "(gnus)X-Face") ]
> |    Decoding an `X-Face' header either requires an Emacs that has
> | `compface' support (which most XEmacs versions has), or that you have
> | `compface' installed on your system.  If either is true, Gnus will
> | default to displaying `X-Face' headers.
> `----
>
>> But I can see some graphics when I read some other people's
>> posts, e.g. the ones from Pascal Bourguignon in comp.lang.lisp;
>> hmm, I've just checked his headers and his is somehow different:
>>
>> Newsgroups: comp.lang.lisp
>> Subject: Re: Why Lisp is not popular with average programmers
>> Face: [...]
>
> "Face" != "X-Face", see (info "(gnus)Face") and (info "(gnus)X-Face").


Thank you very much. I followed your pointers and created
a 48x48 pixels JPEG image and used 

(setq message-default-headers
        (with-temp-buffer
          (insert "Face: ")
          (insert (gnus-face-from-file "~/pics/emre-face.jpg"))
          (buffer-string)))

and it brought a big, long Face: ... header. I think
it works now.

Thanks again.



-- 
Emre Sevinc

eMBA Software Developer         Actively engaged in:
http:www.bilgi.edu.tr           http://ileriseviye.org
http://www.bilgi.edu.tr         http://fazlamesai.net
Cognitive Science Student       http://cazci.com
http://www.cogsci.boun.edu.tr


  reply	other threads:[~2005-09-28 21:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-28 15:49 Emre Sevinc
2005-09-28 16:32 ` Emre Sevinc
2005-09-28 16:34 ` Reiner Steib
2005-09-28 21:22   ` Emre Sevinc [this message]
2005-09-28 23:14     ` Katsumi Yamaoka

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=87irwkanv6.fsf@ileriseviye.org \
    --to=emres@bilgi.edu.tr \
    /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).