* Luis Oliveira [2008-12-28 03:03+0100] writes:
I guess I wasn't as clear as I could have been. My proposal is basically something like this:
< (defun slime-setup (&optional contribs)
(defun* slime-setup (&optional (contribs '(slime-fancy)))
I'm not proposing that slime-fancy should forced on everyone. I'm just suggesting that it (or some subset thereof) should be loaded *by default*. Anemic SLIME would be just one (slime-setup nil) away.
We could change the README file so that it includes (slime-setup '(slime-fancy)) or some other list of contribs.
Helmut.