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

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

[nongnu] elpa/geiser-gauche 9623869 083/119: WIP README update


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 9623869 083/119: WIP README update
Date: Sun, 1 Aug 2021 18:28:02 -0400 (EDT)

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

    WIP README update
---
 README.md | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7b8cff1..a67767f 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,31 @@
-WIP Gauche support in Geiser
+
+# geiser-gauche
+
+[Gauche Scheme](http://practical-scheme.net/gauche/) support for 
[Geiser](https://gitlab.com/jaor/geiser/).
+
+## Description
+
+This package adds support for the Gauche Scheme implementation to Geiser, a 
generic Scheme interaction mode for the GNU Emacs editor. 
+
+Currently the following Geiser features are supported both in Scheme source 
editing buffers and REPLs:
++ evaluation of sexps, definitions, regions and whole buffers,
++ loading Scheme files,
++ macroexpansion,
++ symbol and module-name completion,
++ short symbol documentation,
++ detailed symbol and module documentation lookup in the Gauche Info manual.
+
+## Requirements
+
++ Gauche 0.9.7 or later,
++ Geiser 0.11.2 or later.
+
+## Installation
+
+1. Download the package file from TODO and install it using Emacs's built-in 
package manager by invoking the command
+```
+    M-x package-install-file
+```
+2. 
+
+## License



reply via email to

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