emacs-history/README

26 lines
1.2 KiB
Text
Raw Normal View History

1985-07-15 13:20:18 +02:00
This directory holds the latest distribution version of GNU Emacs.
The subdirectory `src' holds the C code,
`lisp' holds the Lisp code for the editing commands,
`etc' holds various associated documentation files
and programs that Emacs runs,
`info' holds the Info documentation tree.
`man' holds the source of the Emacs manual.
1986-04-17 23:44:13 +02:00
`dbx' holds a version of dbx that can debug GNU Emacs.
It runs only on Vaxes.
See etc/DEBUG for info on how to debug.
`cpp' holds a C preprocessor for use instead of the installed one
when the installed one fails to distinguish more than 8 characters
in a symbol name.
1986-04-10 05:43:53 +02:00
`shortnames' holds programs and data files for creating files of #define's
used to convert long symbol names to distinct short ones
for C compiles that cannot distinguish more than 8 characters.
1985-07-15 13:20:18 +02:00
The file INSTALL in this directory says how to bring up
GNU Emacs, once you have loaded the entire subtree of this
directory. It also contains information on many common
problems that occur in building, installing and running Emacs.
The `etc' subdirectory contains several other files,
named in capital letters, which you should look at
when installing GNU Emacs.