"Tobias C. Rittweiler" tcr@freebits.de writes:
Helmut Eller heller@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.