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

[no subject]



     Suppose I'm using lots of functions in two or more
packages and I don't want to remember or specify which is where.  Is there
a way to give a lispm a list of packages to search when it doesn't
find what it's looking for in the current package?  I'd rather not be
notified in the interpreter when I'm unambiguously using things that aren't in my
current package.

     A similar capability exists in unix that allows you to
specify a list of directories to search for commands.  If the command
isn't found in the first directory, it searches the second etc.