[slime-devel] autodoc workaround?
Helmut Eller
heller at common-lisp.net
Mon Sep 10 14:45:47 UTC 2007
* Jonathon McKitrick [2007-09-10 15:50+0200] writes:
> So is there a workaround for the autodoc bug that I found?
[I have sent the message below via Gmane yesterday, but apparently it
didn't get through.]
Loading the contribs before connecting should help. One way to do it,
is to call (require 'slime-autodoc) in a slime-load-hook, and make
sure that the load hook is actually called.
Manually you could do it with:
1.) M-x load-library slime
2.) M-x load-library slime-autodoc
3.) M-: (setq slime-use-autodoc-mode t)
4.) M-x slime
Helmut.
More information about the slime-devel
mailing list