
This is Richard Caley's package for using Poplog with GNU Emacs,
installed by Robert Duncan, 16th November 1992.

For (lack of) copyright information, see the file: rjc/COPYING.

Files in this directory are as follows:

    rjc/
        Contains the original files as distributed by Richard.

    lisp/
        Contains byte-compiled versions of the Emacs Lisp files.

    init.el
        Initialisation file.

To use the package, you don't need to do anything with Poplog, but in
Emacs you should compile the initialisation file "init.el". You can
have this done automatically by placing in your ".emacs" file the
line:

    (load (substitute-in-file-name "$popcontrib/emacs/init.el"))

This makes available the following functions:

    pop-mode:
        Major mode for editing Pop11 programs (set automatically for
        files with the extension ".p").

    run-pop:
        Starts an inferior Pop11 process.

    pop-help:
    pop-ref:
    pop-teach:
    pop-doc:
        Display Poplog documentation files of the appropriate kind.

    pop-apropos:
        Displays a summary of the documentation available for a given
        topic.

For more information, see the files:

    rjc/ReadMe
    rjc/emacs

Note that the file "pop_for_emacs.p" is no longer required for Poplog
Versions 14.2 and later.
