Re: SLIME and in-package
Peter Keller <[email protected]> Wed, 10 Feb 2016 14:08:28 -0600
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <[email protected]> |
On 02/06/2016 03:53 AM, Pascal J. Bourguignon wrote: > On 06/02/16 08:39, Peter Keller wrote: >> Hello, >> >> I have a question, hopefully easy, but I can't seem to find the answer. >> >> I'd like to evaluate a region which contains something like this: >> >> (asdf:load-system '#:foo) >> (in-package #'foo) >> >> and have my slime REPL actually change its current package. > Slime evaluates expressions coming from emacs in a separate thread in the > inferior lisp. Thank you all for your helpful suggestions, if I produce a decent means of accomplishing this task given all the info, I'll make it known. Thank you! -pete