[slime-devel] Re: Questions about latest slime (where did feature X go?)

Helmut Eller heller at common-lisp.net
Sun Sep 9 14:25:36 UTC 2007


* Jonathon McKitrick [2007-09-07 03:37+0200] writes:

> Ah, thanks for tracking it down and/or following up.
>
> Until a correct patch is applied, is there something I can do in my
> .emacs or even manually as a workaround?

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