summaryrefslogtreecommitdiff
path: root/README.elpa
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-01-19 18:53:35 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-01-19 18:53:35 +0100
commit453eb6b09252c5b936e6e36139f3b4e038ce93d4 (patch)
treea1450ee5d205802eb99ba99439bf397a127a46ab /README.elpa
parent6e7df4ab3ee0e212896d6c1feab09bc67dc2559b (diff)
downloadgeiser-453eb6b09252c5b936e6e36139f3b4e038ce93d4.tar.gz
geiser-453eb6b09252c5b936e6e36139f3b4e038ce93d4.tar.bz2
ELPA-specific README
Diffstat (limited to 'README.elpa')
-rw-r--r--README.elpa40
1 files changed, 40 insertions, 0 deletions
diff --git a/README.elpa b/README.elpa
new file mode 100644
index 0000000..6b1cd66
--- /dev/null
+++ b/README.elpa
@@ -0,0 +1,40 @@
+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 and Guile.
+
+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://hacks-galore.org/jao