From 066bb0f58fc42ff21ec20f09267e446298a19167 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 19 Mar 2008 07:59:57 +0000 Subject: Add longdescription to metadata. Package-Manager: portage-2.1.4.4 --- app-doc/elisp-manual/Manifest | 12 +++++++++++- app-doc/elisp-manual/metadata.xml | 22 +++++++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) (limited to 'app-doc/elisp-manual') diff --git a/app-doc/elisp-manual/Manifest b/app-doc/elisp-manual/Manifest index fd17a5b51864..eb3a6c1b3a6a 100644 --- a/app-doc/elisp-manual/Manifest +++ b/app-doc/elisp-manual/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST elisp-info.tar.gz 687236 RMD160 5c0205a543967f72a4832fcf7a992c3fbbfdc863 SHA1 d10771de4f46441368ca346ecb3877dfb6c8e6c0 SHA256 dc8fe63a70dac38a789fc515217e811526516f50d470ba00d97cd46b3f17cc8f EBUILD elisp-manual-21.2.8-r1.ebuild 773 RMD160 dc94b2f5f550f67622dd990e56c8700acdda8125 SHA1 51f8a2c6309c53ec44a84ce700b56fb406b6ea7a SHA256 06696b6033c075aad587fdc34893ef2397800c72e111e8710d56ba281338c8db MISC ChangeLog 2361 RMD160 c893e02c811af3ab39118178ff0ed94797c185fa SHA1 9969944f1bf787a67f95acb839a21b040b3d5864 SHA256 0ee9ae475080e0804e8bb00f69d36ed5a815ac562e067ba5f69e1e5f4e8b6787 -MISC metadata.xml 159 RMD160 f997186a466cc3629429a6adbb6d6c609c621a7a SHA1 da32fed3458e2338a09e325da366caca249ea44e SHA256 1a2c240d1d46720c2d261c95e014a19171e6147da6651e92557a51df3f2feb37 +MISC metadata.xml 1348 RMD160 5ecbda1b0b2424fb2d8dbc6dcb291d2b5277323c SHA1 073d9ee41bf2414a89c3952605cbd03113258d98 SHA256 d3a76777e927836d3ab86e6f07a97eea4eb5eb178c761bfaa2375c1076f34ddf +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.8 (GNU/Linux) + +iEYEARECAAYFAkfgyA0ACgkQOeoy/oIi7uyg7QCeLb/Rv084P7S8uS7kzxLdFRPd +TfsAn0i3qvw2NA8QLChfp0L+/yJkrSRz +=u3+H +-----END PGP SIGNATURE----- diff --git a/app-doc/elisp-manual/metadata.xml b/app-doc/elisp-manual/metadata.xml index 52882dd49b45..b47e13bb88ac 100644 --- a/app-doc/elisp-manual/metadata.xml +++ b/app-doc/elisp-manual/metadata.xml @@ -1,5 +1,25 @@ - emacs +emacs + + Most of the GNU Emacs text editor is written in the programming language + called Emacs Lisp. You can write new code in Emacs Lisp and install it as an + extension to the editor. However, Emacs Lisp is more than a mere "extension + language"; it is a full computer programming language in its own right. You + can use it as you would any other programming language. + + Because Emacs Lisp is designed for use in an editor, it has special features + for scanning and parsing text as well as features for handling files, + buffers, displays, subprocesses, and so on. Emacs Lisp is closely integrated + with the editing facilities; thus, editing commands are functions that can + also conveniently be called from Lisp programs, and parameters for + customization are ordinary Lisp variables. + + This manual attempts to be a full description of Emacs Lisp. For a + beginner's introduction to Emacs Lisp, see An Introduction to Emacs Lisp + Programming, by Bob Chassell, also published by the Free Software + Foundation. This manual presumes considerable familiarity with the use of + Emacs for editing; see The GNU Emacs Manual for this basic information. + -- cgit v1.2.3-65-gdbad