[gnu.emacs.bug] GNU Emacs 18.54 for Apollos

lnz@lucid.com (Leonard Zubkoff) (05/10/89)

A new version of my modifications to GNU Emacs for the Apollo is now available.
This version supports GNU Emacs 18.54, as well as including some improvements
to the Apollo mouse interface.

I am distributing this release from labrea.stanford.edu (36.8.0.47).  The
following files are available for anonymous ftp from the "pub/gnu" directory:

	APOLLO.README		    README for Apollo GNU Emacs
	apollo-emacs.tar.Z	    Apollo GNU Emacs modifications
	apollo-emacs-10.1.tar.Z	    Compound Executables for SR10.1
	apollo-emacs-9.7.tar.Z	    Executables for SR9.7

As always, to install my Apollo Emacs modifications, uncompress and untar
apollo-emacs.tar.Z on top of a vanilla GNU Emacs 18.54 distribution tree, and
consult APOLLO.README for building instructions.  If you also uncompress and
untar the appropriate file of executables, then you need not build Emacs
yourself.

Note: There is a bug in the SR10.1 tar program which prevents it from correctly
setting the object type of the executables in apollo-emacs-10.1.tar.Z to
"cmpexe"; it sets the object types to "coff" instead.  To work around this bug,
execute the following csh script after untaring the SR10.1 executables:

#! /bin/csh -f
set executables = (emacs etc/test-distrib etc/etags etc/ctags etc/loadst \
		   etc/make-docfile etc/digest-doc etc/sorted-doc \
		   etc/movemail etc/cvtmail etc/fakemail etc/yow etc/env \
		   etc/server etc/emacsclient)
foreach file ($executables)
    /com/obty $file cmpexe
end

I will shortly be sending a complete copy of GNU Emacs 18.54 for SR10.1 to
ADUS.

		Leonard N. Zubkoff
		Lucid, Incorporated