mooigraph 725f3f2b6f added bison manual преди 3 години
..
cpp 725f3f2b6f added bison manual преди 3 години
etc 725f3f2b6f added bison manual преди 3 години
gdb 725f3f2b6f added bison manual преди 3 години
info 725f3f2b6f added bison manual преди 3 години
lisp 725f3f2b6f added bison manual преди 3 години
man 725f3f2b6f added bison manual преди 3 години
shortnames 725f3f2b6f added bison manual преди 3 години
src 725f3f2b6f added bison manual преди 3 години
INSTALL 725f3f2b6f added bison manual преди 3 години
Makefile 725f3f2b6f added bison manual преди 3 години
PROBLEMS 725f3f2b6f added bison manual преди 3 години
README 725f3f2b6f added bison manual преди 3 години
VMSINSTALL 725f3f2b6f added bison manual преди 3 години
build-install 725f3f2b6f added bison manual преди 3 години
emacs.com 725f3f2b6f added bison manual преди 3 години
kept_editor.com 725f3f2b6f added bison manual преди 3 години

README

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.
`gdb' holds the new GNU source-level debugger.
It runs only on Vaxes and suns now; you are encouraged to port
it to other machines.
See etc/DEBUG for info on how to debug Emacs.
`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.
`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.

The file INSTALL in this directory says how to bring up
GNU Emacs on Unix, 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.

The file 'emacs.com' in this directory is for VMS. It defines
logical names and commands such as `emacs', so you must edit
it to specify the file and directory names used on your machine.
This file must be executed in each session to enable you to run
the installed Emacs. It should be executed by your `login.com' file,
or else perhaps it can be executed once at system boot time.

The file `kept_editor.com' in this directory is also for VMS.
When a user says to run Emacs, it really runs this command file.

To convert a Unix distribution into a VMS distribution,
you must change the file names. `-' must be changed to `_`.
To convert a VMS distribution into a Unix distribution,
the reverse change must me made. Can someone supply procedures
to automate this? It is hard because they must be set up
to work with particular means of transferring the files from
one kind of system to the other, and I'm not sure what means
are generally available.