From bbfb8ba77eb475573a0aae0af253a960a6269133 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 28 Dec 2010 01:36:27 +0100 Subject: Bug fix: properly enqueue requests I've observed that autodoc requests in connections to tekuti processes often miss their deadline. This was causing serialization problems, fixed (i think) by this patch; but we still have the problem of too many misses, which could be fixed by making autodoc asynchronous (and we probably need this for really remote connections anyway). --- elisp/geiser-connection.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elisp/geiser-connection.el') diff --git a/elisp/geiser-connection.el b/elisp/geiser-connection.el index 49f0b0b..3638e12 100644 --- a/elisp/geiser-connection.el +++ b/elisp/geiser-connection.el @@ -211,7 +211,7 @@ (geiser-con--connection-eot c) r 'geiser-con--process-completed-request - nil)) + t)) ;;; Message sending interface: -- cgit v1.2.3