summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-03-19 07:45:25 +0000
committerUlrich Müller <ulm@gentoo.org>2008-03-19 07:45:25 +0000
commitc5436b6290fc48a71183ca157703829207b86104 (patch)
treea5c089326022eac8a5b8c621c34f4b406a263d39
parentAdd longdescription to metadata. (diff)
downloadgentoo-2-c5436b6290fc48a71183ca157703829207b86104.tar.gz
gentoo-2-c5436b6290fc48a71183ca157703829207b86104.tar.bz2
gentoo-2-c5436b6290fc48a71183ca157703829207b86104.zip
Add longdescription to metadata.
(Portage version: 2.1.4.4)
-rw-r--r--app-editors/emacs/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-editors/emacs/metadata.xml b/app-editors/emacs/metadata.xml
index bc306fe58224..6e3715256221 100644
--- a/app-editors/emacs/metadata.xml
+++ b/app-editors/emacs/metadata.xml
@@ -2,4 +2,21 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>emacs</herd>
+<longdescription>
+ GNU Emacs is an extensible, customizable text editor—and more. At its core
+ is an interpreter for Emacs Lisp, a dialect of the Lisp programming language
+ with extensions to support text editing. The features of GNU Emacs include:
+ * Content-sensitive editing modes, including syntax coloring, for a wide
+ variety of file types including plain text, source code, and HTML.
+ * Complete built-in documentation, including a tutorial for new users.
+ * Support for many languages and their scripts, including all the European
+ "Latin" scripts, Russian, Greek, Japanese, Chinese, Korean, Thai,
+ Vietnamese, Lao, Ethiopian, and some Indian scripts.
+ * Highly customizable, using Emacs Lisp code or a graphical customization
+ interface.
+ * A large number of extensions that add other functionality, including a
+ project planner, mail and news reader, debugger interface, calendar, and
+ more. Many of these extensions are distributed with GNU Emacs; others are
+ available separately.
+</longdescription>
</pkgmetadata>