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

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

[nongnu] elpa/geiser-gambit 28a1ba1 32/34: remote repl instructions


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gambit 28a1ba1 32/34: remote repl instructions
Date: Sun, 1 Aug 2021 18:27:20 -0400 (EDT)

branch: elpa/geiser-gambit
commit 28a1ba130557615a8a47ac882ed7cd7cb8115970
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    remote repl instructions
---
 readme.org | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/readme.org b/readme.org
index 990419b..b402858 100644
--- a/readme.org
+++ b/readme.org
@@ -26,3 +26,30 @@ In a typical shell session, these would be the precise 
commands:
     $ make -j
     $ make install
 #+end_example
+
+*** Using a remote REPL
+
+  If you also want to use a remote Gambit REPL:
+
+  - Enable the =gambit/geiser= module:
+    #+begin_example
+      $ mkdir ~/gambit/lib/gambit/geiser
+      $ cp ~/geiser/geiser-module/* ~/gambit/lib/geiser/
+    #+end_example
+  - Now that you have the module you start =gsi= with it, using the =-:d= 
option:
+    #+begin_example
+      $ gsi -:d@ gambit/geiser -
+    #+end_example
+  - You can now open emacs and call
+    #+begin_example
+      M-x geiser-connect gambit
+    #+end_example
+
+  - Enjoy!
+
+  By the way, if you are unable to use gambit modules, open =gsi= with
+  the ~gambit.scm~ file located in ~src/geiser/gambit.scm~ inside
+  geiser-gambit's installation directory; something like:
+  #+begin_example
+     gsi -:d@ ~/.emacs.d/elpa/gambit-xxxxxx/src/geiser/gambit.scm -
+  #+end_example



reply via email to

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