branch: elpa/geiser-gauche
commit 541ca86cc4b56ae686d41431c1f4282cc2a185a6
Author: András Simonyi <andras.simo...@gmail.com>
Commit: András Simonyi <andras.simo...@gmail.com>

    Make eldoc work in the repl
---
 geiser-gauche.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geiser-gauche.el b/geiser-gauche.el
index eef150e..2711857 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -86,7 +86,7 @@
   (cl-case proc
     ;; Autodoc (alone) makes use of the {{cur-module}} cookie to pass current
     ;; module information
-    ((autodoc) (format "(geiser:autodoc %s {{cur-module}})"
+    ((autodoc) (format "(eval '(geiser:autodoc %s {{cur-module}}) (find-module 
'geiser))"
                       (mapconcat 'identity args " ")))
     ;; Eval and compile are (module) context sensitive
     ((eval compile)

Reply via email to