home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / lispdir.doc < prev    next >
Encoding:
Text File  |  1993-03-11  |  2.8 KB  |  61 lines

  1.                 Answers to Frequently Asked Questions
  2.            About the GNU Emacs Lisp Code Directory
  3.  
  4.                      Last Update: March 12 1993
  5.  
  6.  
  7. Q. What *is* the Lisp Code Directory?
  8.  
  9. A. Originally it was simply a list, in tabular form, of various
  10. packages of GNU Emacs Lisp code that had been posted to one of the
  11. Emacs-related Internet or USENET mailing lists or newsgroups.  Later
  12. it became a flat-file database and associated formatting software.
  13. Today it includes over 800 entries, contains entries for the packages
  14. in the standard GNU Emacs distribution, and there is an Emacs Lisp package
  15. available for use with interfacing with it.
  16.  
  17. Q. Where can I get a copy of the Directory?
  18.  
  19. A. The latest copy can be ftp'd from archive.cis.ohio-state.edu.  The file
  20. is pub/gnu/emacs/elisp-archive/LCD-datafile.Z.  (The .Z means it's
  21. compressed; use `binary' mode in ftp when retrieving it.)
  22.  
  23. Q. How can I get a copy of a package listed in the Directory?
  24.  
  25. A. The `archive' field of the LCD entry for the package indicates
  26. where it's archived.  If this field starts with a `~', as in
  27. ~/lispdir.el.Z, the archive host is archive.cis.ohio-state.edu, and the
  28. file is under the Emacs Lisp Archives which reside in the directory
  29. pub/gnu/emacs/elisp-archive (see README.Z for more details).  If the
  30. `archive' field is empty, the `contact' field indicates where one can
  31. write by e-mail to obtain the code.  In the case of a package that's
  32. part of the standard Emacs distribution, you probably already have it
  33. in your $EMACS/lisp directory.  If you're  unable to find a copy
  34. through the listed contact, post a query to gnu.emacs, info-gnu-emacs,
  35. or your favorite Emacs group.
  36.  
  37. Q. What and where is the LCD interfacing package?
  38.  
  39. A. It's called `lispdir', and it's in ~/lispdir.el.Z.  (See previous
  40. answer for details on exactly where that is.)  It currently produces a
  41. full-directory report in three different formats, two of which are
  42. tabular.  It also provides a function called lisp-dir-apropos that
  43. pops up a buffer containing entries that relate to a given topic.
  44.  
  45. Q. I don't have ftp or uucp access.  Is there a mail archive server?
  46.  
  47. A. No, there isn't.  Probably the best thing for you to do is contact
  48. the author directly or try to uses one of the mail/ftp gateway services.
  49. If that fails, request the items you want via your favorite Emacs mailing
  50. list or newsgroup.  We would like to set up a mail archive server, but
  51. have our hands full keeping the archive up-to-date.  We would be very
  52. interested in hearing from anyone who has experience in that area.
  53.  
  54. Q. How can I get my package added to the Directory or get typos or
  55. inaccuracies fixed?
  56.  
  57. A. Dave Sill (de5@ornl.gov) and Dave Brennan (brennan@hal.com)
  58. maintain the archive and the Directory.  Send typos, inaccuracies,
  59. and submissions to them at the address elisp-archive@cis.ohio-state.edu.
  60. See the GUIDELINES file for more information on submissions.
  61.