From ae97a1d6f3c425bea23e48ddc4b319b873a7f94a Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 28 Aug 2001 16:07:02 +0000 Subject: [PATCH] * acap.el (acap-parse-response): Don't delete process when BYE response (It causes hang-up on slow network environment). --- elmo/ChangeLog | 5 +++++ elmo/acap.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.4