summaryrefslogtreecommitdiff
blob: 206871240493ef88432c52df1fa9ab92fef21e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>emacs</herd>
<herd>common-lisp</herd>
<longdescription>
SLIME: The Superior Lisp Interaction Mode for Emacs.  SLIME is a
fresh, new Emacs mode for Common Lisp development inspired by existing
systems such Emacs Lisp and ILISP. Feature highlights include:

  * 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 &amp;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.
</longdescription>
</pkgmetadata>