Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!brl-adm!seismo!rochester!pt.cs.cmu.edu!spice.cs.cmu.edu!ram From: ram@spice.cs.cmu.edu.UUCP Newsgroups: comp.lang.lisp Subject: Re: IN-PACKAGE anomaly Message-ID: <1174@spice.cs.cmu.edu> Date: Sun, 29-Mar-87 20:17:44 EST Article-I.D.: spice.1174 Posted: Sun Mar 29 20:17:44 1987 Date-Received: Tue, 31-Mar-87 01:47:02 EST References: <372@zyx.UUCP> Organization: Carnegie-Mellon University, CS/RI Lines: 6 Usually non-trivial systems (involving multiple files) set up the package structure in one place. The uses of IN-PACKAGE in the individual files simply place the code in this established package environment. This would not work if omitting the use list forced the Lisp package to be used. Rob