[Mew-dist 10133] Re: IMAP & nntp (Re: Mew 1.94b49 + IM 120)

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
1999年 8月 17日 (火) 12:40:06 JST


From: Hideyuki SHIRAI (白井秀行) <shirai at example.com>
Subject: [Mew-dist 10131] IMAP & nntp (Re: Mew 1.94b49 + IM 120)
Date: Tue, 17 Aug 1999 12:15:50 +0900

>     (set-buffer (process-buffer process)) ;; necessary
>                 ~~~~~~~~~~~~~~~~~~~~~~~~
> の部分が (start-process BUFFER が nil なので?) nil を返すため破
> 綻します。その後の passwd の input or alist から適用する部分は動
> いているみたいです。

おお! このパッチでどうでしょうか?

--かず

-------------- next part --------------
Index: mew-mark.el
===================================================================
RCS file: /usr/home/kazu/cvsroot/Mew/mew/mew-mark.el,v
retrieving revision 1.80
diff -c -r1.80 mew-mark.el
*** mew-mark.el	1999/08/16 06:56:20	1.80
--- mew-mark.el	1999/08/17 03:48:21
***************
*** 717,723 ****
      (setq mew-summary-buffer-string nil)
      (setq mew-summary-buffer-config mew-config-imget)
      (setq mew-summary-buffer-process (apply (function start-process)
! 					    imprg nil imprg
  					    (format "--src=%s" src)
  					    (append imarg dsts msgs)))
      (set-process-filter mew-summary-buffer-process 'mew-summary-im-filter)
--- 717,723 ----
      (setq mew-summary-buffer-string nil)
      (setq mew-summary-buffer-config mew-config-imget)
      (setq mew-summary-buffer-process (apply (function start-process)
! 					    imprg (current-buffer) imprg
  					    (format "--src=%s" src)
  					    (append imarg dsts msgs)))
      (set-process-filter mew-summary-buffer-process 'mew-summary-im-filter)


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