[Mew-dist 1974] Re: im* が止まる (win95)

Kazu Yamamoto ( 山本和彦 ) Kazu at example.com
1997年 9月 12日 (金) 16:27:11 JST


Apply the following patch. I have not tested yet, however, I'm sure
that I works. Even if not, fix is a piece of cake to you, I believe.

--Kazu

*** mew-scan.el.orig	Fri Sep 12 15:26:10 1997
--- mew-scan.el	Fri Sep 12 15:28:07 1997
***************
*** 231,237 ****
        (setq mew-summary-buffer-start-point nil)
        (setq mew-summary-buffer-process nil)
        (setq mew-summary-buffer-string nil)
!       (run-hooks 'mew-summary-scan-sentinel-hook)
        )))
  
  ;;
--- 231,242 ----
        (setq mew-summary-buffer-start-point nil)
        (setq mew-summary-buffer-process nil)
        (setq mew-summary-buffer-string nil)
!       (cond
!        ((string-match mew-prog-imget prog)
! 	(run-hooks 'mew-summary-inc-sentinel-hook))
!        ((string-match mew-prog-imls prog)
! 	(run-hooks 'mew-summary-scan-sentinel-hook))
!        )
        )))
  
  ;;




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