
31 Aug
2010
31 Aug
'10
1:09 p.m.
In article <87iq2rkqeq.fsf@desktop-ng.home.sw4me.com>, Anton Kovalenko <anton@sw4me.com> wrote:
Tobias C Rittweiler <tcr@freebits.de> writes:
There could be a SWANK:DECLAIM-SYNTAX along SWANK:DECLAIM-INDENTATION which people could put into their CL source files.
While we're at it, there could also be a symbol pushed to *features*, on which these declarations would be conditionalized (we don't want to _depend_ on swank unconditionally, do we?).
Adapted from my .sbclrc:
(when (find-package "SWANK") (pushnew :SWANK *features*)) .... #+swank (do something useful for swank/slime)
Yes I had the same issue before. Logged as https://bugs.launchpad.net/slime/+bug/627313 -T.