[slime-devel] Re: Parsing the in-package form

Helmut Eller heller at common-lisp.net
Thu Nov 23 23:12:34 UTC 2006


* Antonio Menezes Leitao [2006-11-22 22:25+0100] writes:

> Hi,
>
> If I'm not mistaken, the current Slime version doesn't correctly parse
> in-package forms when the package name is a string or a keyword.  This
> can be easily seen by writing in an edit buffer
>
> (in-package :foo)
>
> or 
>
> (in-package "FOO")
>
> and then pressing C-c M-p (slime-repl-set-package)
>
> The following replacement correct this behaviour.

Thanks for the report.  I committed something similar.

Helmut.




More information about the slime-devel mailing list