aboutsummaryrefslogtreecommitdiff
path: root/editors/slime/pkg-descr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-15 17:56:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-15 17:56:34 +0000
commit1b20baafc245703df09fd92a651aa6f65a9f5344 (patch)
treee877f64bf5475cee0d0edebef37cd73cc8aea2e7 /editors/slime/pkg-descr
parentc21f0bf63322814b7be1057b3b1effbc1beabf3c (diff)
Notes
Diffstat (limited to 'editors/slime/pkg-descr')
-rw-r--r--editors/slime/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/slime/pkg-descr b/editors/slime/pkg-descr
new file mode 100644
index 000000000000..fbd7c76a90a3
--- /dev/null
+++ b/editors/slime/pkg-descr
@@ -0,0 +1,23 @@
+SLIME is a new Emacs mode for Common Lisp development. Inspired by
+existing systems such Emacs Lisp and ILISP, we are working to create a
+fresh new environment for hacking Common Lisp in.
+
+Features:
+ * slime-mode: An Emacs minor-mode to enhance lisp-mode with:
+ o Code evaluation, compilation, and macroexpansion.
+ o Online documentation (describe, apropos, hyperspec).
+ o Definition finding (aka Meta-Point aka M-.).
+ o Symbol and package name completion.
+ o Automatic macro indentation based on &body.
+ o Cross-reference interface (WHO-CALLS, etc).
+ o ... and more.
+ * SLDB: Common Lisp debugger with an Emacs-based user interface.
+ * REPL: The Read-Eval-Print Loop ("top-level") is written in Emacs
+ Lisp for tighter integration with Emacs. The REPL also has
+ builtin "shortcut" commands similar those of the McCLIM
+ Listener.
+ * Compilation notes: SLIME is able to take compiler messages and
+ annotate them directly into source buffers.
+ * Inspector: Interactive object-inspector in an Emacs buffer.
+
+WWW: http://common-lisp.net/project/slime/