[slime-devel] Re: Basic SLIME initialization that actually calls SLIME-LOAD-HOOK
Tobias C. Rittweiler
tcr at freebits.de
Sat Sep 15 16:11:19 UTC 2007
"Tobias C. Rittweiler" <tcr at freebits.de> writes:
> Helmut Eller <heller at common-lisp.net> writes:
>
> > (require 'slime)
> > (slime-setup '(slime-autodoc slime-typeout-frame))
>
> What is about the keyargs it previously took?
Ah! I think the new policy is that requiring a contrib, also means that
its functionality should automatically be enabled, right?
>From that perspective, the keyargs aren't needed anymore. But could we
let `slime-setup' take an &rest argument, and check if any of the
previous key args was passed, and if so, die gracefully?
-T.
More information about the slime-devel
mailing list