[mew-dist 26339] Re: C-cC-e

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2005年 5月 23日 (月) 16:41:40 JST


> Excel や Word の添付に対して C-c C-e すると、以下のエラーが出ます(ファ
> イル名が日本語だったので読みにくくてすいません)。

以下のパッチで直りますか?

# mew-mime-application/octet-stream を救おうとしたのが間違いだったか?

--かず

Index: mew-summary4.el
===================================================================
RCS file: /cvsroot/mew/mew/mew-summary4.el,v
retrieving revision 1.164
diff -c -r1.164 mew-summary4.el
*** mew-summary4.el	20 May 2005 04:14:47 -0000	1.164
--- mew-summary4.el	23 May 2005 07:40:38 -0000
***************
*** 519,525 ****
  	  (setq end (point-max))
  	  (set-buffer mbuf)
  	  (funcall program tbuf begin end params))
!       (funcall program cache begin end params ct))))))
  
  ;;; external
  (defun mew-summary-execute-program (program ct ctl cache begin end params fname options async)
--- 519,525 ----
  	  (setq end (point-max))
  	  (set-buffer mbuf)
  	  (funcall program tbuf begin end params))
!       (funcall program cache begin end params))))))
  
  ;;; external
  (defun mew-summary-execute-program (program ct ctl cache begin end params fname options async)




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