From fab6e4ab379b1e506bb605f8f63e3150d45a05d7 Mon Sep 17 00:00:00 2001 From: dbj Date: Sun, 18 Oct 1998 19:55:15 +0000 Subject: The Emacs Lisp Reference Manual --- lang/elisp-manual/Makefile | 16 +++++++++++++++ lang/elisp-manual/files/md5 | 3 +++ lang/elisp-manual/pkg/COMMENT | 1 + lang/elisp-manual/pkg/DESCR | 27 +++++++++++++++++++++++++ lang/elisp-manual/pkg/PLIST | 47 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 94 insertions(+) create mode 100644 lang/elisp-manual/Makefile create mode 100644 lang/elisp-manual/files/md5 create mode 100644 lang/elisp-manual/pkg/COMMENT create mode 100644 lang/elisp-manual/pkg/DESCR create mode 100644 lang/elisp-manual/pkg/PLIST (limited to 'lang/elisp-manual') diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile new file mode 100644 index 00000000000..ae6f37691fd --- /dev/null +++ b/lang/elisp-manual/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/10/18 19:55:15 dbj Exp $ + +DISTNAME= elisp-manual-20-2.5 +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= dbj@netbsd.org +HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html + +GNU_CONFIGURE= yes + +ALL_TARGET= elisp + +USE_GTEXINFO= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/lang/elisp-manual/files/md5 b/lang/elisp-manual/files/md5 new file mode 100644 index 00000000000..bf622299dba --- /dev/null +++ b/lang/elisp-manual/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/10/18 19:55:15 dbj Exp $ + +MD5 (elisp-manual-20-2.5.tar.gz) = d11034684296881718ee4eedaa6de56a diff --git a/lang/elisp-manual/pkg/COMMENT b/lang/elisp-manual/pkg/COMMENT new file mode 100644 index 00000000000..baa99bed602 --- /dev/null +++ b/lang/elisp-manual/pkg/COMMENT @@ -0,0 +1 @@ +The Emacs Lisp Reference Manual corresponding to Emacs Version 20.3. diff --git a/lang/elisp-manual/pkg/DESCR b/lang/elisp-manual/pkg/DESCR new file mode 100644 index 00000000000..03bb4839b25 --- /dev/null +++ b/lang/elisp-manual/pkg/DESCR @@ -0,0 +1,27 @@ + 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. + + Generally speaking, the earlier chapters describe features of Emacs +Lisp that have counterparts in many programming languages, and later +chapters describe features that are peculiar to Emacs Lisp or relate +specifically to editing. + + This is edition 2.5. diff --git a/lang/elisp-manual/pkg/PLIST b/lang/elisp-manual/pkg/PLIST new file mode 100644 index 00000000000..b2693f4b814 --- /dev/null +++ b/lang/elisp-manual/pkg/PLIST @@ -0,0 +1,47 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/18 19:55:16 dbj Exp $ +@unexec %D/bin/install-info --delete %D/info/elisp %D/info/dir +info/elisp +info/elisp-1 +info/elisp-2 +info/elisp-3 +info/elisp-4 +info/elisp-5 +info/elisp-6 +info/elisp-7 +info/elisp-8 +info/elisp-9 +info/elisp-10 +info/elisp-11 +info/elisp-12 +info/elisp-13 +info/elisp-14 +info/elisp-15 +info/elisp-16 +info/elisp-17 +info/elisp-18 +info/elisp-19 +info/elisp-20 +info/elisp-21 +info/elisp-22 +info/elisp-23 +info/elisp-24 +info/elisp-25 +info/elisp-26 +info/elisp-27 +info/elisp-28 +info/elisp-29 +info/elisp-30 +info/elisp-31 +info/elisp-32 +info/elisp-33 +info/elisp-34 +info/elisp-35 +info/elisp-36 +info/elisp-37 +info/elisp-38 +info/elisp-39 +info/elisp-40 +info/elisp-41 +info/elisp-42 +info/elisp-43 +@exec %D/bin/install-info %D/info/elisp %D/info/dir -- cgit v1.2.3