
15 Sep
2007
15 Sep
'07
4:11 p.m.
"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?
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
Ah! I think the new policy is that requiring a contrib, also means that its functionality should automatically be enabled, right? previous key args was passed, and if so, die gracefully? -T.