So is there a workaround for the autodoc bug that I found?
Jonathon McKitrick -- My other computer is your Windows box.
* 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.
On Mon, Sep 10, 2007 at 04:45:47PM +0200, Helmut Eller wrote: : * Jonathon McKitrick [2007-09-10 15:50+0200] writes: : : > So is there a workaround for the autodoc bug that I found? : : 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.
Excellent! That works perfectly, thanks!
Jonathon McKitrick -- My other computer is your Windows box.