DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ R T

⟦2e7a47177⟧ TextFile

    Length: 2229 (0x8b5)
    Types: TextFile
    Names: »README«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/gnu-31mar87/emacs/README« 

TextFile

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.