[mew-dist 23876] Re: mew-imap-command-post-list-treeでエラー

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2003年 7月 19日 (土) 01:28:15 JST


> 大変失礼いたしました。
> backtraceの内容は次のとおりです。
> なお、<hostname>の部分は、サーバ名(<>は入らない)が入っています。

ひょっとして、これで直りますか?

--かず

Index: mew-imap.el
===================================================================
RCS file: /cvsroot/mew/mew/mew-imap.el,v
retrieving revision 1.188
diff -c -r1.188 mew-imap.el
*** mew-imap.el	2003/07/18 15:17:43	1.188
--- mew-imap.el	2003/07/18 16:27:39
***************
*** 1109,1115 ****
  	 (setq stay t)))
        ((and (goto-char (point-min)) (looking-at "\\+"))
         (setq next (mew-imap-fsm-next status "OK")))
!       ((and (goto-char (point-max)) (forward-line -1) (looking-at eos))
         (mew-imap-set-tag pnm nil)
         (setq code (mew-match-string 1))
         (setq resp (mew-match-string 2))
--- 1110,1116 ----
  	 (setq stay t)))
        ((and (goto-char (point-min)) (looking-at "\\+"))
         (setq next (mew-imap-fsm-next status "OK")))
!       ((and (goto-char (point-max)) (= (forward-line -1) 0) (looking-at eos))
         (mew-imap-set-tag pnm nil)
         (setq code (mew-match-string 1))
         (setq resp (mew-match-string 2))





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