[emy] mime-display-gzipped

Yuuichi Teranishi teranisi @ gohome.org
2000年 3月 17日 (金) 15:18:16 JST


At 16 Mar 2000 17:53:51 +0900,
Akihiro Arisawa <ari @ atesoft.advantest.co.jp> wrote:
> 
> いくつかの MUA で確認してみたところ、以下のようになりました。
> 
> ● (set-buffer-multibyte nil) としなければならない
>         Wanderlust (2.2.12)
>         SEMI-VM (6.75-19991026-1)
>         EMH (1.10.1)
>         CMAIL (2.60+20000216)
> ● (set-buffer-multibyte nil) としてはいけない
>         T-gnus (6.14.1 r12)
>         RMAIL-MIME (1.13.0)
>         mime-edit-preview-message
> 

もしかして、Wanderlust 側で以下のようにすると
EMY はもとのままでも大丈夫ではないでしょうか?

-------------- next part --------------
--- mmelmo-2.el	2000/03/07 09:13:25	1.1.1.1.2.8
+++ mmelmo-2.el	2000/03/17 06:08:46
@@ -129,6 +129,13 @@
 						       mime-elmo-entity))
   (luna-call-next-method)
   (run-hooks 'mmelmo-entity-content-inserted-hook))
+
+(luna-define-method mime-entity-content ((entity mime-elmo-entity))
+  (mime-decode-string
+   (with-current-buffer (mime-buffer-entity-buffer-internal entity)
+     (buffer-substring (mime-buffer-entity-body-start-internal entity)
+		       (mime-buffer-entity-body-end-internal entity)))
+   (mime-entity-encoding entity)))
 
 (provide 'mmelmo-2)
 
-------------- next part --------------
--
Yuuichi Teranishi (寺西裕一) <teranisi @ gohome.org>
PGP 5.0i Public Key: http://www.gohome.org/pgp5/teranisi.key
"The love you take is equal to the love you make..."


More information about the Emacs-mime-ja mailing list