[slime-devel] open parenthesis in the documentation string confuses slime-compile-defun
Anton Vodonosov
vodonosov at mail.ru
Fri Nov 24 04:56:40 UTC 2006
Open parenthesis in the documentation string confuses slime-compile-defun.
Exmaple:
(defun f2 ()
"
(
...
)
"
)
Note, open parenthesis shuld be the first character of the line.
Trying to compile this with slime-compile-defun signals the following:
READ from #1=#<INPUT STRING-INPUT-STREAM>: a token consisting only of
dots cannot be meaningfully read in
[Condition of type SYSTEM::SIMPLE-READER-ERROR]
Looks like on the emacs side slime takes this open parenthesis into account
when picking out parentheses-balanced portion of text.
Regards,
-Anton
More information about the slime-devel
mailing list