[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
CC: (BUG LISPM) at MIT-MC
Date: Thu ,28 Dec 78 20:35:00 EDT
From: JERRYB at MIT-AI (Gerald R. Barber)
Sent-by: JERRY0 at MIT-AI
To: (BUG LISM) at MIT-AI
If you try to load a file into a package, say USER, which itself loads
another file into a different package the loader breaks. This
happened when my INIT tryed to load something into a package that
wasn't USER.
We don't have "new I/O"; you can't have more than one input file open
at a time. So loading a file from inside a file will not work until
we get the new I/O system, which is being worked on. This is documented
someplace in the manual I believe.