[slime-devel] Re: Basic SLIME initialization that actually calls SLIME-LOAD-HOOK

Helmut Eller heller at common-lisp.net
Sat Sep 15 15:20:24 UTC 2007


* Tobias C. Rittweiler [2007-09-14 19:04+0200] writes:

> Helmut Eller <heller at common-lisp.net> writes:
>
>> However, we could change slime-setup so that it takes a list of
>> contribs to load, because there seems to be some confusion when
>> slime-load-hook is called.
>
> I think that sounds like a good idea.

I changed slime-setup and now the following should also load the
contribs:

 (require 'slime)
 (slime-setup '(slime-autodoc slime-typeout-frame))


Helmut.



More information about the slime-devel mailing list