On Jan 1, 2009, at 4:05 PM, Mark H. wrote:

Once I dismiss the exception, the repl itself works fine.

Thanks y'all!

I don't know how to fix it, but it appears to be related to the synchronization of the notion of the current namespace between swank and slime. This incantation works around it:

        ; SLIME 2009-01-01
        user> (in-ns 'junk)
        #<Namespace junk>
        junk> (in-ns 'user)
        #<Namespace user>
        user>

After the first call, documentation is displayed correctly without an exception being thrown. The second call restores us to the user namespace.

--Steve


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to