Michael Bohn <spaceodyssey@gmx.de> wrote:
+---------------
| I have a questing about changing the package during runtime (LispWorks)
| I'm doing:
| (let ((*package* (find-package package))) ;package = cl-user
| (eval '(defun my-function () "bla")))
|
| Why do I not see my-function afterward in the Listener, although I'm in
| the package cl-user?
+---------------
Hint: What package were you in when you typed
[or when Lisp read] the LET form?
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607