[Mew-dist 05800] mew-mule3.el

Mito mit at example.com
1998年 8月 3日 (月) 17:57:04 JST


folding される漢字、ASCII 混じりの Subject で送信したメール
を見ると \222 のようなものが表示され、上手くエンコードされて
いませんでした。

私の使っている Emacs は、emacs-version が "20.2.6" なので、
mew-mule3.el で mew-aref() と mew-charlen() の設定がおかしく
なっていたようです。

なぜ 20.2.3 なのかわかりませんが、t の方が Emacs 20.3 用なら、

--- mew-mule3.el	1998/08/03 08:34:33	1.1
+++ mew-mule3.el	1998/08/03 08:40:41
@@ -166,7 +166,7 @@
 ;;
 
 (cond
- ((and mew-temacs-p (string< emacs-version "20.2.3"))
+ ((and mew-temacs-p (string< emacs-version "20.2.90"))
   (fset 'mew-aref (symbol-function 'sref))
   (fset 'mew-charlen (symbol-function 'char-bytes)))
  (t



のほうがいいと思います。
-- 
8/3 17:56頃
NECソフトウェア新潟 水戸
mailto:mit at example.com \n



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