summaryrefslogtreecommitdiff
path: root/README.elpa
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-07-19 22:41:22 +0100
committerjao <jao@gnu.org>2020-07-19 22:41:22 +0100
commit847d2ad4c6da462c26c50af1ef7d9cd697f3a5d2 (patch)
tree29cdda38fe12e399e36830bd25bd7ac5cb83011e /README.elpa
parent02e228f312483fc78af1c2a1e93f706f774788fa (diff)
downloadgeiser-847d2ad4c6da462c26c50af1ef7d9cd697f3a5d2.tar.gz
geiser-847d2ad4c6da462c26c50af1ef7d9cd697f3a5d2.tar.bz2
scheme and autotools removals
The plan is to have geiser-core contain only, well, the elisp core engine. The autotools scafolding is no really worth it, so it's gone too (and in the process, i'll look younger).
Diffstat (limited to 'README.elpa')
-rw-r--r--README.elpa40
1 files changed, 0 insertions, 40 deletions
diff --git a/README.elpa b/README.elpa
deleted file mode 100644
index a2d717a..0000000
--- a/README.elpa
+++ /dev/null
@@ -1,40 +0,0 @@
-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 Guile, Chicken, Chibi, MIT-Scheme, Gambit, Racket, and Chez.
-
-Main functionalities:
-
- - Evaluation of forms in the namespace of the current module.
-
- - Macro expansion.
-
- - File/module loading.
-
- - Namespace-aware identifier completion (including local bindings,
- names visible in the current module, and module names).
-
- - Autodoc: the echo area shows information about the signature of
- the procedure/macro around point automatically.
-
- - Jump to definition of identifier at point.
-
- - Direct access to documentation, including docstrings (when the
- implementation provides them) and user manuals.
-
- - Listings of identifiers exported by a given module (Guile).
-
- - Listings of callers/callees of procedures (Guile).
-
- - Rudimentary support for debugging (list of
- evaluation/compilation error in an Emacs' compilation-mode
- buffer).
-
- - Support for inline images in schemes, such as Racket, that treat
- them as first order values.
-
-See http://www.nongnu.org/geiser/ for the full manual in HTML form, or
-the the info manual installed by this package.
-
-Author: http://jao.io