[mew-int 00527] Re: mew-summary-pipe-message and mew-summary-display-asis
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Mon Oct 29 18:42:58 JST 2001
From: sen_ml at example.com
Subject: [mew-int 00525] mew-summary-pipe-message and mew-summary-display-asis
> I had a fellow Mew user test using Mew 2.0.53 and Emacs 20.7 with an
> appropriate message which I sent him, and he was also able to
> experience part of the problem, except that in his case, some of the
> mark-up did not appear -- however, he also had:
>
> Content-Type: text/enriched
> Text-Width: 70
OK. I understand. Please apply this patch in addition to the previous
one. I hope this fixes the bug.
--Kazu
Index: mew-mime.el
===================================================================
RCS file: /cvsroot/mew/mew/mew-mime.el,v
retrieving revision 1.39
diff -c -r1.39 mew-mime.el
*** mew-mime.el 2001/10/26 05:19:15 1.39
--- mew-mime.el 2001/10/29 08:54:03
***************
*** 178,184 ****
;; format.el is buggy.
(format-decode-region start (point-max) 'text/enriched)
(args-out-of-range (message nil))) ;; just clear
! (enriched-mode nil))))
;; Page breaks
(when mew-break-pages
(goto-char (point-min))
--- 178,184 ----
;; format.el is buggy.
(format-decode-region start (point-max) 'text/enriched)
(args-out-of-range (message nil))) ;; just clear
! (enriched-mode 0))))
;; Page breaks
(when mew-break-pages
(goto-char (point-min))
More information about the Mew-int
mailing list