
This is my package for using emacs to develop pop11 code. There is a
mode for editing pop11 code and one for reading help files.

The pop11 file pop_for_emacs.p needs to be on people's load path.

The .el files should be in a directory emacs will search to find
libraries. You really need to compile them with M-xbyte-compile-file
since otherwise indentation is very slow, pop syntax being what it is.

The file `emacs' is a help file. It has all the relationship to the
English language one would expect form someone who usually speaks
Ansi-C. I called it `emacs' because that is what I would look for
first. It refers people to HELP *VEDEMACS as an alternative.

example.emacs is an example of how to set up a .emacs file. Similarly
example.init.p shows what to do in init.p

This all works under POPLOG 13.7 and emacs 18.55, let me know if
something else breaks it. 

RJC 19/1/91

Updated 28/2/91 to use the cmu shell package, the relevent bits
	of which are now included. Also cleaned things up and split 
	inferior-pop-mode off from pop-mode.
