[Mew-dist 06179] Re: UseCL=yes for Solaris 2.x

Murata Takashi Takashi.Murata at example.com
1998年 8月 27日 (木) 14:29:12 JST


From: Murata Takashi <Takashi.Murata at example.com>
Subject: [Mew-dist 06176] Re: UseCL=yes for Solaris 2.x
Date: Thu, 27 Aug 1998 13:36:20 +0900

>   消すのも必要ですが、なぜ Mew がエラーを検出出来ないのか、それが
> 問題です。調べてみたのですが、以下の場所で捕まえるべきところ、
> mew-summary-buffer-string が空になってしまうようです。

  以下のパッチでエラー検出が出来るようになりました。
┌───────────── 村田 隆 / Takashi.Murata at example.com ┐
└ 日本システム技術(株) 技術部  Tel:03-3503-8736  Fax:03-3580-7806 ┘

*** mew-scan.el~	Mon Aug 24 23:45:36 1998
--- mew-scan.el	Thu Aug 27 14:25:37 1998
***************
*** 194,203 ****
  	     (format "%s\n" (mew-input-passwd "Enter password : ")))
  	    ))
        ;; Skip greeting...
!       (if (string-match "^imget: Getting new messages.*\n"
  			mew-summary-buffer-string)
  	  (setq mew-summary-buffer-string
! 		(substring mew-summary-buffer-string (match-end 0))))))
      (while (string-match "^ *[0-9]+.*\n" mew-summary-buffer-string)
        (goto-char (point-max))
        ;; the cursor moves forward!
--- 194,203 ----
  	     (format "%s\n" (mew-input-passwd "Enter password : ")))
  	    ))
        ;; Skip greeting...
!       (if (string-match "^imget: Getting new messages[^\n]*\n"
  			mew-summary-buffer-string)
  	  (setq mew-summary-buffer-string
! 		(substring mew-summary-buffer-string 0 (match-beginning 0))))))
      (while (string-match "^ *[0-9]+.*\n" mew-summary-buffer-string)
        (goto-char (point-max))
        ;; the cursor moves forward!



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