app-emacs/matlab: import
[portage-prefix-bleeding-edge-ebuilds.git] / app-emacs / slime / metadata.xml
blob206871240493ef88432c52df1fa9ab92fef21e3d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <herd>emacs</herd>
5 <herd>common-lisp</herd>
6 <longdescription>
7 SLIME: The Superior Lisp Interaction Mode for Emacs.  SLIME is a
8 fresh, new Emacs mode for Common Lisp development inspired by existing
9 systems such Emacs Lisp and ILISP. Feature highlights include:
11   * slime-mode: An Emacs minor-mode to enhance lisp-mode with:
12     o Code evaluation, compilation, and macroexpansion.
13     o Online documentation (describe, apropos, hyperspec).
14     o Definition finding (aka Meta-Point aka M-.).
15     o Symbol and package name completion.
16     o Automatic macro indentation based on &amp;body.
17     o Cross-reference interface (WHO-CALLS, etc).
18     o ... and more.
20   * SLDB: Common Lisp debugger with an Emacs-based user interface.
22   * REPL: The Read-Eval-Print Loop ("top-level") is written in Emacs
23     Lisp for tighter integration with Emacs. The REPL also has builtin
24     "shortcut" commands similar those of the McCLIM Listener.
26   * Compilation notes: SLIME is able to take compiler messages and
27     annotate them directly into source buffers.
29   * Inspector: Interactive object-inspector in an Emacs buffer.
30 </longdescription>
31 </pkgmetadata>