diff options
author | Lockywolf <lockywolf@gmail.com> | 2019-08-06 00:43:05 +0800 |
---|---|---|
committer | Lockywolf <lockywolf@gmail.com> | 2019-08-06 00:43:05 +0800 |
commit | 1881db7de8c1a0b2d2544dca8b755c6792c916c9 (patch) | |
tree | 96d97a74b33bae5c4e350545e5f0fd5e22fe4218 /elisp/geiser-connection.el | |
parent | fbdfbee56a03a1a0396d61fdc8f0b0af87273fc9 (diff) | |
download | geiser-guile-1881db7de8c1a0b2d2544dca8b755c6792c916c9.tar.gz geiser-guile-1881db7de8c1a0b2d2544dca8b755c6792c916c9.tar.bz2 |
Add scheme subroutine to find files implementing modules to chibi.
Add a helper function make-location to chibi interface.
Diffstat (limited to 'elisp/geiser-connection.el')
-rw-r--r-- | elisp/geiser-connection.el | 1 |
1 files changed, 1 insertions, 0 deletions
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")) |