CLIENT CODE

This directory contains code to help client applications interact with
the FE.  

EMACS

To use the Emacs lisp code: start an Emacs in this directory, then
type 

  M-x load-library oo7-client 

This will bring in all the other necessary code, which you can also
load individually if you're so inclined.  If you try loading this into
an emacs started in another directory, chances are that your load-path
variable will be set wrong: you'll need to have

  (setq load-path (cons "your/own/path/to/client" load-path))

either in your .emacs or typed in to M-x eval.

