diff options
author | 2015-06-09 12:55:52 +0000 | |
---|---|---|
committer | 2015-06-09 12:55:52 +0000 | |
commit | 3cb4f4a357bfbe6f5c7bf599215f7765dc2d0f8e (patch) | |
tree | 3bbc241daf1cfbaccd0967304507b8a3b43f8e3a /app-emacs | |
parent | Whitespace. (diff) | |
download | gentoo-2-3cb4f4a357bfbe6f5c7bf599215f7765dc2d0f8e.tar.gz gentoo-2-3cb4f4a357bfbe6f5c7bf599215f7765dc2d0f8e.tar.bz2 gentoo-2-3cb4f4a357bfbe6f5c7bf599215f7765dc2d0f8e.zip |
Whitespace.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/slime/metadata.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/app-emacs/slime/metadata.xml b/app-emacs/slime/metadata.xml index 0123edb1a997..907cce48a952 100644 --- a/app-emacs/slime/metadata.xml +++ b/app-emacs/slime/metadata.xml @@ -1,37 +1,37 @@ <?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: +<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 &body. - o Cross-reference interface (WHO-CALLS, etc). - o ... and more. + * 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. + * 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. + * 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. + * Compilation notes: SLIME is able to take compiler messages and + annotate them directly into source buffers. - * Inspector: Interactive object-inspector in an Emacs buffer. + * Inspector: Interactive object-inspector in an Emacs buffer. </longdescription> - <use> - <flag name="xref">Install xref.lisp cross-referencing tool</flag> - </use> - <upstream> - <remote-id type="github">slime/slime</remote-id> - </upstream> +<use> + <flag name="xref">Install xref.lisp cross-referencing tool</flag> +</use> +<upstream> + <remote-id type="github">slime/slime</remote-id> +</upstream> </pkgmetadata> |