Author: Heinz W. Schmidt (hws@ICSI.Berkeley.EDU)
Copyright (C) International Computer Science Institute, 1991
 
 
This directory holds files related to Gnu Emacs.

lisp: The Sather Gnu Emacs programming environment including our public
      domain mouse support. Cf. also etc/.emacs.
      This also includes parts to run under Epoch, the cs.uiuc.edu
      extension of Gnu Emacs under X. Cf. also etc/.epoch.

info: Emacs info files describing the Sather language and our Emacs environment
      for it.

-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
To compile all lisp files you may use M-x byte-recompile-directory
from within epoch, or simply type something like below. Check sather home
Makefile.header for TOPDIR and SATHER_HOME settings.

	echo Making emacs environment'.'
	TOPDIR=$TOPDIR
	export TOPDIR
        SATHER_HOME=$SATHER_HOME
	export SATHER_HOME
	emacs -batch -l $TOPDIR/emacs/sa-install.el -f sather-install
 

