Initial Commit
[packages] / xemacs-packages / elib / README
1                      This is the README file for
2
3                                  ELIB
4                                   -
5                         The Emacs Lisp Library
6
7                            Version 1.0
8
9                   Inge Wallin <inge@lysator.liu.se>
10                 Per Cederqvist <ceder@lysator.liu.se>
11
12 ================================================================
13
14 This is the source directory for the GNU emacs lisp library Elib
15 version 1.0.  Elib is designed to be for Elisp programs what libg++ is
16 for C++ programs:  a collection of useful routines which don't have to
17 be reinvented each time a new program is written.
18
19 Elib contains code for:
20  - container data structures (queues, stacks, AVL trees, etc)
21  - string handling functions missing in standard emacs
22  - minibuffer handling functions missing in standard emacs
23  - routines for handling lists of so called cookies in a buffer. 
24
25 Information about how to install the library and the documentation is
26 in the file INSTALL.  Licensing terms are in the file COPYING.
27 Further documentation is in the Texinfo file elib.texi. 
28
29 Please send bug reports, suggestions and comments to
30 elib-maintainers@lysator.liu.se.  
31
32 Known bugs:
33   + The documentation could be better. It lacks an index, among 
34     other things.
35   + The stack-m and stack-f should probably both (provide 'stack).
36     stack-m.el should maybe be renamed stack.el, and stack-f.el
37     should maybe only be used while debugging.  We are still 
38     thinking about this. Suggestions are welcome.
39   + The cookie package has a number of inconsistencies regarding
40     handling of (point).
41
42 Enjoy!
43
44         Linköping 10-dec-1995
45         Inge Wallin
46         Per Cederqvist