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 | 424470849cec9044d67c50003624d95556b0055f (patch) | |
tree | db7a029cd15ec84a4e3906f037ba9ebd7b3ca65f /elisp/geiser-connection.el | |
parent | e8a9fdf7a6fef3378d7b7016fd01d1f3ba1a50d0 (diff) | |
download | geiser-424470849cec9044d67c50003624d95556b0055f.tar.gz geiser-424470849cec9044d67c50003624d95556b0055f.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")) |