Hi,
If the user uses slime-call-defun in a file without a package defined the function in the repl will have a nil package like (nil::foo ). The attached patch fixes it. (I know that it's not a good style to develop without packages, but I teach using slime and it's good not to use packages in the beginning)
Cheers,
Pedro
kroger.lists@gmail.com (Pedro Kröger) writes:
Hi,
If the user uses slime-call-defun in a file without a package defined the function in the repl will have a nil package like (nil::foo ). The attached patch fixes it. (I know that it's not a good style to develop without packages, but I teach using slime and it's good not to use packages in the beginning)
Fixed in CVS. Thanks!
-T.