emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-gauche 541ca86 060/119: Make eldoc work in the repl


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 541ca86 060/119: Make eldoc work in the repl
Date: Sun, 1 Aug 2021 18:27:57 -0400 (EDT)

branch: elpa/geiser-gauche
commit 541ca86cc4b56ae686d41431c1f4282cc2a185a6
Author: András Simonyi <andras.simonyi@gmail.com>
Commit: András Simonyi <andras.simonyi@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

[Prev in Thread] Current Thread [Next in Thread]