[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: Meadow2 での x-face 表示?



From: Tetsuo Tsuchida <iascii@xxxxxxxxx>
Subject: Re: Meadow2 での x-face 表示?
Date: Tue, 04 Mar 2003 21:22:37 +0900

> ys> x-face-e21.el を使うと良いかもしれません。
> 
> linux で、xemacs を使用していたときのものが必要なようですね。

Emacs 21 専用ですが……。

> ys> http://homepage3.nifty.com/akima/soft/meadow_28.html#SEC349
> 
> 早速、拝見させていただきましたが gnus 用のもので良いのでしょうか?

info に

x-face-e21 (Emacs 21.x の場合)
..............................

Emacs 21.x の場合には、`x-face-mule.el' の代わりに `x-face-e21.el'
(`ftp://jpl.org/pub/elisp/') を使って X-Face を表示することもできます。
その場合、bitmap-mule は不要です。以下のように設定してください。

     (autoload 'x-face-decode-message-header "x-face-e21")
     (setq wl-highlight-x-face-function 'x-face-decode-message-header)

と書かれています。

Hiroshi Fujishima