[Mew-dist 2624] Re: 1.92b7

Kazu Yamamoto ( 山本和彦 ) Kazu at example.com
1997年 10月 22日 (水) 14:47:09 JST


From: Kazuyoshi Furutaka <furutaka at example.com>
Subject: [Mew-dist 2619] Re: 1.92b7
Date: Wed, 22 Oct 1997 13:03:48 +0900

> (setq mew-signature-insert-last t) した状態で、マルチパートの本文
> 末尾に signature を(C-cTABで)挿入後、C-cC-m すると、signature が
> 消えてなくなる様なのですが、こういうものなのでしょうか?

ああああ、これがゆーぞさんや黄さんが言ってたバグですね。やっと理解できた。

これでどうでしょう?

--かず

*** mew-draft.el.orig	Wed Oct 22 14:43:28 1997
--- mew-draft.el	Wed Oct 22 14:44:08 1997
***************
*** 914,921 ****
  	    (if (null (mew-attach-p))
  		(goto-char (point-max))
  	      (goto-char (marker-position mew-draft-buffer-attach))
! 	      (insert "\n")
! 	      (forward-char -1)))
  	(insert-file-contents sigfile)
  	))
      ))
--- 914,920 ----
  	    (if (null (mew-attach-p))
  		(goto-char (point-max))
  	      (goto-char (marker-position mew-draft-buffer-attach))
! 	      (forward-line -1)))
  	(insert-file-contents sigfile)
  	))
      ))



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