info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Custom mailcap.el


From: Katsumi Yamaoka
Subject: Re: Custom mailcap.el
Date: Fri, 29 Jan 2010 19:13:05 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux)

>>>>> Joe Galaxy wrote:
> I have a ~/.mailcap file and it is parsed.
> My problem is that i want see the x-faces in a xterm not with
> imagemagick display, but with xv or qiv or feh. I have in my mailcap
> for example: image/*;z xv -nodecor %s
> but won't work for that.

Maybe this works:

(setq gnus-article-x-face-command
      "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | xv 
-nodecor -")

The means that Gnus displays X-Face is special; see the value of
the `gnus-article-x-face-command' variable when running Gnus in
xterm.  The default value for that condition is:

"{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | display -"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]