[Mew-dist 12032] Re: buffer-visible-p?

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2000年 1月 11日 (火) 12:50:34 JST


From: Kazumasa Utashiro <utashiro at example.com>
Subject: [Mew-dist 12030] Re: buffer-visible-p?

> 今は何も反応しないので、メッセージの先頭に戻るかそのパートの先頭に戻る
> かですが、個人的にはそのパートの先頭に戻ってくれるといいかなと思います。

こんなもんでしょうか? (多くのバージョンに当たると思います。)

--かず
-------------- next part --------------
Index: mew-summary.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-summary.el,v
retrieving revision 1.263
diff -c -r1.263 mew-summary.el
*** mew-summary.el	2000/01/11 01:15:38	1.263
--- mew-summary.el	2000/01/11 04:03:52
***************
*** 794,800 ****
  		     (mew-summary-display-message fld msg buf force)
  		     (setq prefetch t))))
  	      (part
! 	       (if (or (null opart) (not (equal opart part)))
  		   (mew-summary-display-part 
  		    (mew-cache-decode-syntax (mew-cache-hit ofld-msg))
  		    part)))))
--- 794,800 ----
  		     (mew-summary-display-message fld msg buf force)
  		     (setq prefetch t))))
  	      (part
! 	       (if (or (null opart) (not (equal opart part)) force)
  		   (mew-summary-display-part 
  		    (mew-cache-decode-syntax (mew-cache-hit ofld-msg))
  		    part)))))


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