home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / README < prev    next >
Encoding:
Text File  |  1993-02-06  |  3.0 KB  |  64 lines

  1.             GNU Emacs Lisp Archive README
  2.  
  3. Last Update: July 24, 1991
  4.  
  5. General Information
  6.  
  7.     This archive contains various pieces and packages of Emacs Lisp
  8. code.  Emacs Lisp is the language used to extend the GNU Emacs editor
  9. published by the Free Software Foundation.  Although much Emacs Lisp
  10. code is included in the GNU Emacs distribution, many people have
  11. written packages to interface with other systems, to better support
  12. editing the programming language they use, to add new features, or to
  13. change Emacs' default behavior.  Most of the contents of this archive
  14. have been written by individuals and distributed publicly over the
  15. Internet through the info-emacs or info-gnu-emacs mailing lists or the
  16. comp.emacs, gnu.emacs, gnu.emacs.sources newsgroups.
  17.  
  18. Before the GNU Emacs Lisp Archive existed, there was the Lisp Code
  19. Directory, or LCD.  The LCD is a flat-file database of Emacs Lisp
  20. code.  Unlike the Archive, the Directory *does* include references to
  21. the Emacs Lisp distributed with GNU Emacs.  An elisp support package
  22. called lispdir has been provided to interface with the LCD.  With this
  23. package installed, it's a simple matter to determine if a package is
  24. available to meet a particular need.
  25.  
  26. The Lisp Code Directory datafile is in LCD-datafile.Z.  Documentation
  27. for the Lisp Code Directory is in lispdir.doc.Z.
  28.  
  29. Archive Format
  30.  
  31. All of the files in the archive are compressed.
  32.  
  33. Most files are Emacs Lisp code and their names end in ".el.Z".
  34.  
  35. For mode information on submitting entries to the archive read the
  36. file GUIDELINES.Z.
  37.  
  38. The archives are maintained by Dave Sill (de5@ornl.gov) and Dave Brennan
  39. (brennan@hal.com).  Send questions, comments, and submissions to them.
  40.  
  41.                NO WARRANTY
  42.  
  43.   BECAUSE THE GNU EMACS LISP ARCHIVE IS PROVIDED FREE OF CHARGE, WE
  44. PROVIDE ABSOLUTELY NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE
  45. STATE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING, OHIO STATE
  46. UNIVERSITY, DAVID E. SILL, DAVID J. BRENNAN, AND/OR OTHER PARTIES
  47. PROVIDE GNU EMACS LISP ARCHIVE CODE "AS IS" WITHOUT WARRANTY OF ANY
  48. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  49. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  50. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  51. CODE IS WITH YOU.  SHOULD GNU EMACS LISP ARCHIVE CODE PROVE DEFECTIVE,
  52. YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  53.  
  54.  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL OHIO STATE
  55. UNIVERSITY, DAVID E. SILL, DAVID J. BRENNAN, AND/OR ANY OTHER PARTY
  56. WHO MAY MODIFY AND REDISTRIBUTE GNU EMACS LISP ARCHIVE CODE, BE LIABLE
  57. TO YOU FOR DAMAGES, INCLUDING ANY LOST PROFITS, LOST MONIES, OR OTHER
  58. SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  59. INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
  60. BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY THIRD PARTIES OR A
  61. FAILURE OF THE CODE TO OPERATE WITH CODE NOT DISTRIBUTED BY THE EMACS
  62. LISP ARCHIVE) THE CODE, EVEN IF YOU HAVE BEEN ADVISED OF THE
  63. POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  64.