[slime-devel] in-package inside strings, lists...

When I have IN-PACKAGE inside string or list, slime's information about current package becomes screwed. " (in-package :foo) " or '( (in-package :foo)) -- With Best Regards, Stas.

"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.

"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))
at least in the case of strings, inserting a backslash before the opening parenthesis should help.
participants (3)
-
Michael Livshin
-
Stas Boukarev
-
Tobias C. Rittweiler