[mew-dist 24419] x-face on Carbon Emacs

Takeo OKAZAKI okazaki at example.com
2004年 1月 28日 (水) 17:57:31 JST


岡崎@琉球大学です。

最近MacOS X上のCarbon EmacsでXBMなどが表示できるようになりました。
http://mail.gnu.org/archive/html/emacs-devel/2004-01/msg00230.html
そこでx-faceを表示させようと思い,x-face-e21.el を使って

(autoload 'x-face-decode-message-header "x-face-e21")
(autoload 'x-face-insert "x-face-e21" nil t)
(autoload 'x-face-save "x-face-e21" nil t)
(autoload 'x-face-show "x-face-e21" nil t)
(autoload 'x-face-ascii-view "x-face-e21" nil t)
(autoload 'x-face-turn-off "x-face-e21")
(setq x-face-auto-image t)
(setq mew-use-highlight-x-face t
      mew-use-highlight-x-face-function 'x-face-decode-message-header)
(add-hook 'mew-make-message-hook 'x-face-turn-off)

defaultでx-faceを表示させたいのですがうまく行きません。
x-face-showでtoggleすると表示するのですが,
いちいち切り替えるのが面倒なので,あるものは表示させたいのです。
#Gnusではdefaultで表示してくれています。
何が問題なのでしょうか?

MacOSX 10.3.2
Emacs 21.3.50.1 (cvs)
Mew 4.0.64 (cvs)

---
 岡崎 威生
   琉球大学 工学部 情報工学科
   (okazaki at example.com)



Mew-dist メーリングリストの案内