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)