From 424470849cec9044d67c50003624d95556b0055f Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Tue, 6 Aug 2019 00:43:05 +0800 Subject: Add scheme subroutine to find files implementing modules to chibi. Add a helper function make-location to chibi interface. --- elisp/geiser-connection.el | 1 + 1 file changed, 1 insertion(+) (limited to 'elisp/geiser-connection.el') diff --git a/elisp/geiser-connection.el b/elisp/geiser-connection.el index 510afe9..560412f 100644 --- a/elisp/geiser-connection.el +++ b/elisp/geiser-connection.el @@ -252,6 +252,7 @@ "Time limit, in msecs, blocking on synchronous evaluation requests") (defun geiser-con--send-string/wait (con str cont &optional timeout sbuf) + (message "lwf:g-c--s-s/w:%s" str) (save-current-buffer (let ((proc (and con (geiser-con--connection-process con)))) (unless proc (error "Geiser connection not active")) -- cgit v1.2.3