[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

loading LeLisp modules from the contrib directory



How can I load LeLisp modules from the contrib directory (or any
other) into CENTAUR? This is not the same case as for the menumode
stuff, which is treated as the language FORM. I just want to do sth.
like

		(loadmodule 'mytool)

Does I have to handcraft the modules location into the #:system:path,
or can this be specified in the resource database?

-- Guido