Subject: Re: make-package on the fly
From: rpw3@rpw3.org (Rob Warnock)
Date: Wed, 29 Nov 2006 05:47:12 -0600
Newsgroups: comp.lang.lisp
Message-ID: <Ru6dnf_cv4Hd7vDYnZ2dnUVZ_qudnZ2d@speakeasy.net>
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