[net.emacs] more wishes

kramer (01/12/83)

1) a compiler for .ml files and a corresponding loader.
   Or at least something to reduce the number of characters
   in a .ml file so that loading is speeded up.  Our load average
   is often around 20 or 30 at which point loading something
   like info can take a very long time.

2) an array data structure for mlisp.

thomas (01/15/83)

(Gosling's emacs, of course.)

I have changes to allow you to "preload" your most commonly used .ml
files into the binary copy of emacs.  It requires small changes to
all the modules with InitXxx calls, but it really speeds things up.

=Spencer