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

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

[nongnu] elpa/geiser-gauche 3b5e7f1 098/119: Add a sentence on setting t


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 3b5e7f1 098/119: Add a sentence on setting the Gauche binary path
Date: Sun, 1 Aug 2021 18:28:05 -0400 (EDT)

branch: elpa/geiser-gauche
commit 3b5e7f104e529ebe3b26fcef72592b787c676f75
Author: András Simonyi <andras.simonyi@gmail.com>
Commit: András Simonyi <andras.simonyi@gmail.com>

    Add a sentence on setting the Gauche binary path
---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4c11b18..41c0472 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Currently the following Geiser features are supported:
 
 ## Requirements
 
-+ Gauche 0.9.7 or later,
++ Gauche 0.9.7 or later.
 + Geiser 0.11.2 or later.
 
 ## Installation
@@ -46,6 +46,12 @@ with
 ```emacs-lisp
 (setq geiser-active-implementations '(guile chez gauche))
 ```
+3. If Gauche's `gosh` binary is not in the path for Emacs then the variable
+   `geiser-gauche-binary` also has to be set in the init file:
+```emacs-lisp
+(setq geiser-gauche-binary /path/to/gosh)
+```
+
 ## Credits
 Thanks to [Jao](https://gitlab.com/jaor) and his co-developers for creating 
and maintaining Geiser, and for helping the development of this package. Thanks 
also to Shiro Kawai and his co-developers for Gauche, the _raison d'être_ of 
this package.
 ## License



reply via email to

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