[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Elib, the GNU Emacs lisp library, is a collection of elisp functions which you can use as parts of your own elisp programs. Each file contains functions which have something in common, e.g. they handle a certain data type.
Elib is designed to be both as efficient and as easy to use as
possible. Each file in Elib uses the elisp function provide
to tell emacs when it has been loaded. To use the functions in
the file foo
, you just have to put a line such as:
(require 'foo) |
into your own elisp file. This will cause emacs to load the file
foo.elc
and evaluate the functions in it. This, of course,
requires that your system manager has installed Elib properly on your
system.
1.1 Contributors to Elib | Contributors to GNU Elib. | |
1.2 Where can I get Elib? | Where can I get a copy of Elib? |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following persons have made contributions to GNU Elib.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
There will probably be a number of sites archiving Elib.
Currently the latest release can always be fetched via anonymos
ftp from ftp.lysator.liu.se
in `pub/emacs'.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by XEmacs shared group account on December, 19 2009
using texi2html 1.65.