freebsd-ports/devel/elib-emacs/pkg-descr
OKAZAKI Tetsurou 5748e2e5a4 Add ELIB, The Emacs Lisp Library, for Emacs19.
PR:             ports/22572
Submitted by:   OKAZAKI Tetsurou <okazaki@be.to>
2000-12-10 19:48:21 +00:00

15 lines
596 B
Plaintext

Elib, the GNU Emacs Lisp Library, is a collection of useful routines
for Emacs lisp programs which don't have to be reinvented each time
a new program is written.
Elib provides features of:
- 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.
ELIB is installed into the following directory tree:
PREFIX/share/emacs/site-lisp/elib/ --- elib
WWW: http://www.gnu.org/software/elib/elib.html