From: teranisi Date: Tue, 28 Aug 2001 16:07:02 +0000 (+0000) Subject: * acap.el (acap-parse-response): Don't delete process when BYE X-Git-Tag: wl-2_7_3~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ae97a1d6f3c425bea23e48ddc4b319b873a7f94a;p=elisp%2Fwanderlust.git * acap.el (acap-parse-response): Don't delete process when BYE response (It causes hang-up on slow network environment). --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index e04ef1f..7a46405 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2001-08-29 Yuuichi Teranishi + + * acap.el (acap-parse-response): Don't delete process when BYE + response (It causes hang-up on slow network environment). + 2001-08-28 Yuuichi Teranishi * slp.el (slp-exec-wait): Use `slp-program-arguments'. diff --git a/elmo/acap.el b/elmo/acap.el index 0c8dcde..384f3b7 100644 --- a/elmo/acap.el +++ b/elmo/acap.el @@ -760,7 +760,7 @@ ENTRIES is a store-entry list." (BYE ;(cons 'bye (acap-parse-resp-body))) ;;(message (nth 1 (acap-parse-resp-body))) ;;(ding) - (delete-process acap-process)) + ) (CHANGE (cons 'change (list (acap-parse-quoted) (progn