[Mew-dist 07365] Re: 1.94b3
TAKANO Yuji
takachan at example.com
1999年 2月 10日 (水) 00:00:50 JST
たかのです。こんばんは。
From: Kazu Yamamoto (山本和彦) <kazu at example.com>さん
> > って(英語)で聞いて来るばずだと思うのですが、私の場合は、
ここの英文は、正確には、
Content-Type: was automatically added.Sendthis message? (y or n)
ですね。失礼しました。
> > Buffer is read-only: #<buffer "+draft/78">
> >
> > 等と、なります。まぁ、その後、更にもう一回 C-c C-c すると送信出
> > 来るので苦痛は感じていませんが・・(^^;;。
>
> この辺りは変更していないので、こうなるのはおかしいと思います。
> 僕のところでは、今まで通りです。
いろいろ試してみたのですが、x-face を付けようとした時、
Buffer is read-only: #<buffer "+draft/78">
てな感じになる様な気がします。x-face を付けないと正常動作します。
x-face は x-face-1.3.4 で、x-face-xmas.el* と x-face.el* を利用
して、site-lisp に入れています。.emacs には、
---
(autoload 'x-face-xmas-display-x-face "x-face" "Display X-Face fields as XEmacs-glyph." t)
(autoload 'x-face-xmas-force-display-x-face "x-face" "Display X-Face fields compulsorily as XEmacs glyph." t)
(autoload 'x-face-xmas-remove-x-face-glyph "x-face" "Remove X-Face images and some text-properties." t)
(autoload 'x-face-encode "x-face" "Generate X-Face string(s) from xbm file." t)
(autoload 'x-face-insert "x-face" "Insert X-Face fields." t)
(autoload 'x-face-save "x-face" "Save X-Face fields to files." t)
(autoload 'x-face-view "x-face" "View X-Face fields." t)
(autoload 'x-face-ascii-view "x-face" "View X-Face fields as ascii pictures." t)
(setq x-face-image-file-directory "~/bm/x-faces")
(setq x-face-default-xbm-file "takano.xbm")
; mew で x-face を付けるか聞いて来るようにする設定
(add-hook 'mew-draft-mode-hook
(function
(lambda ()
(and (y-or-n-p "X-Face ヘッダを付けますか? ")
(call-interactively 'x-face-insert)
))))
---
の様な感じで、特に最後の付けるか付けないかの指定は
x-face-1.3.4/README.ja を見て設定しました。
他の x-face を付ける方は皆さんうまく動いていますでしょうか。
たかの@このメールには x-face は付けていません。
-------------
e-mail : takachan at example.com
HomePage : http://www.running-dog.net/
Mew-dist メーリングリストの案内