On 10/01/2008, Nikodemus Siivola nikodemus@random-state.net wrote:
I guess I'm doing something silly, but I can't figure out what.
C-c C-k compiles & loads the file. Whatever you have in that file doesn't work equally well compiled.
You can in all probability replicate your error by doing
(load (compile-file "x.lisp"))
in the REPL. (Not a Slime issue.)
Yes, it was. thanks Nikodemus.
regards