diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-08 13:05:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-08 13:05:11 +0000 |
commit | 7e92d2ad9f727b42a15e321d3bcb10956cfc4f00 (patch) | |
tree | 21e2b8bd31ab840a8fed17bb76342cfc4cb81124 /app-emacs/elscreen | |
parent | Add SMAIL license (bug #176006). (diff) | |
download | gentoo-2-7e92d2ad9f727b42a15e321d3bcb10956cfc4f00.tar.gz gentoo-2-7e92d2ad9f727b42a15e321d3bcb10956cfc4f00.tar.bz2 gentoo-2-7e92d2ad9f727b42a15e321d3bcb10956cfc4f00.zip |
Add longdescription to metadata.xml.
(Portage version: 2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'app-emacs/elscreen')
-rw-r--r-- | app-emacs/elscreen/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emacs/elscreen/metadata.xml b/app-emacs/elscreen/metadata.xml index bc306fe58224..105523fef1a2 100644 --- a/app-emacs/elscreen/metadata.xml +++ b/app-emacs/elscreen/metadata.xml @@ -2,4 +2,18 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>emacs</herd> +<longdescription> + Emacs is more of an "environment" than just an editor, since it has the + strong configuration language, emacs-lisp. There are a lot of applications + written in emacs-lisp, and you may run many applications on your Emacs at + the same time, i.e. e-mail reader, news reader, IRC client, a kind of IDE, + etc. These applications likely consist of two or more windows, so when you + switch among applications, you may want to save or restore how windows are + located (this is called as "window-configuration"). For this purpose, Emacs + has two functions, window-configuratin-to-register and jump-to-register, but + these are too primitive to use on a daily basis. + + ElScreen provides the ease-to-use environment to save or restore several + window-configurations. +</longdescription> </pkgmetadata> |