summaryrefslogtreecommitdiff
path: root/README.elpa
diff options
context:
space:
mode:
Diffstat (limited to 'README.elpa')
-rw-r--r--README.elpa20
1 files changed, 1 insertions, 19 deletions
diff --git a/README.elpa b/README.elpa
index df8c414..a2d717a 100644
--- a/README.elpa
+++ b/README.elpa
@@ -2,7 +2,7 @@ Geiser is a generic Emacs/Scheme interaction mode, featuring an
enhanced REPL and a set of minor modes improving Emacs' basic scheme
major mode.
-Geiser supports Racket, Guile, Chicken, Chibi, MIT-Scheme and Chez.
+Geiser supports Guile, Chicken, Chibi, MIT-Scheme, Gambit, Racket, and Chez.
Main functionalities:
@@ -34,24 +34,6 @@ Main functionalities:
- Support for inline images in schemes, such as Racket, that treat
them as first order values.
-
-Chicken Addendum:
- These steps are necessary to fully support Chicken Scheme, but are
- not required for any other scheme.
-
- - Install the necessary support eggs:
- $ chicken-install -s apropos chicken-doc
-
- - Update the Chicken documentation database. For Chicken 4:
- $ cd `csi -p '(chicken-home)'`
- $ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx
-
- or, for Chicken 5:
- $ chicken-install -s srfi-18 srfi-1
- $ cd `csi -R chicken.platform -p '(chicken-home)'`
- $ curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz | sudo tar zx
-
-
See http://www.nongnu.org/geiser/ for the full manual in HTML form, or
the the info manual installed by this package.