e2a4cbd65b
a rip-off of devel/elib, that depends on solely on emacs20, to make packaging possible for the various packages that use devel/elib.
13 lines
640 B
Text
13 lines
640 B
Text
This is the source directory for the GNU emacs lisp library Elib
|
|
version 1.0. Elib is designed to be for Elisp programs what libg++ is
|
|
for C++ programs: a collection of useful routines which don't have to
|
|
be reinvented each time a new program is written.
|
|
|
|
Elib contains code for:
|
|
- container data structures (queues, stacks, AVL trees, etc)
|
|
- string handling functions missing in standard emacs
|
|
- minibuffer handling functions missing in standard emacs
|
|
- routines for handling lists of so called cookies in a buffer.
|
|
|
|
This package uses emacs from the version 20 series. In order to use
|
|
it with any other version, install devel/elib.
|