[slime-devel] Re: bug: ( at the beginning of the line in docstring

Tobias C. Rittweiler tcr at freebits.de
Sat Jul 21 14:02:45 UTC 2007


Tamas K Papp <tpapp at Princeton.EDU> writes:

> I asked about this issue in comp.lang.lisp and was told it might be a
> bug.  See
>
> http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/dd17e76e31ecea3e/

My guess would be that this particular case is because of
insufficienties of BEGINNING-OF-DEFUN, i.e. not really a problem of
Slime. That's just what you get with a parsing engine based on regexps.

A solution is simply not to start lines with opening parentheses, for
instance by prepending a backslash ("\(" is equal to "(".)

The Solution is to use Climacs.

In your case, I'd suggest indenting the examples; it's good style
anyway.

  -T.




More information about the slime-devel mailing list