AAREADME.DOC                                            A. Sloman Feb 1982

                        THE POP11 LIBRARY
                        =================

The library is in several parts. Files in
                $usepop/pop/lib/auto/*.p
Are 'autoloaded'. See $usepop/pop/help/autoload

Other autoloadable directories may be added to POPLIBLIST. The default
value of POPLIBLIST is easily altered in /pop/pop/init.p which is compiled
whenever POP11 starts up.

Files in
                $usepop/pop/lib/lib/*.p

are only loaded if this is explicitly requested by the LIB command, or the
USES command. (See LIB.P and USES.P).

The directories accessed by LIB and USES are those listed in
        POPUSESLIST

which may also be set up in /pop/pop/init.p

Many extensions to the editor commands are to be found in
        $usepop/pop/lib/ved/ved_*.p

See for example VED_DM.P. If a VED ENTER command is given which is not
recognized, then 'VED_' is attached to the command, and a search is made for
an autoloadable file which will define an appropriate procedure. E.g.
        ENTER DM
will cause the file $usepop/pop/lib/ved/ved_dm.p to be compiled, and the
procedure defined therein to be obeyed.
