"Stas Boukarev" stassats@gmail.com writes:
When I have IN-PACKAGE inside string or list, slime's information about current package becomes screwed. " (in-package :foo) " or
'( (in-package :foo))
I think the answer to this one is: Don't do that. It breaks the regexp based heuristic.
-T.