README 834 B

1234567891011121314151617181920
  1. This directory holds the latest distribution version of GNU Emacs.
  2. The subdirectory `src' holds the C code,
  3. `lisp' holds the Lisp code for the editing commands,
  4. `etc' holds various associated documentation files
  5. and programs that Emacs runs,
  6. `info' holds the Info documentation tree.
  7. `man' holds the source of the Emacs manual.
  8. `dbx' holds a version of dbx that can debug GNU Emacs.
  9. It runs only on Vaxes.
  10. See etc/DEBUG for info on how to debug.
  11. The file INSTALL in this directory says how to bring up
  12. GNU Emacs, once you have loaded the entire subtree of this
  13. directory. It also contains information on many common
  14. problems that occur in building, installing and running Emacs.
  15. The `etc' subdirectory contains several other files,
  16. named in capital letters, which you should look at
  17. when installing GNU Emacs.