[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 -"
- Re: Custom mailcap.el, Katsumi Yamaoka, 2010/01/28
- Message not available
- Re: Custom mailcap.el,
Katsumi Yamaoka <=