Andras Simon andras@renyi.hu writes:
Though I also wouldn't mind a timer to delay showing the arglist for half a sec or so. (And, while we are at it, packaging autodoc as a minor mode that can be turned on/off in inferior-lisp and slime-repl too, wouldn't hurt either.) But all these can be solved quite easily without eldoc.
Good idea. That's now in as `slime-autodoc-delay' with a default of 0.2 seconds. This avoids doing lots of RPCs to Lisp when you're scrolling around, much better.
Just have to put back support for looking up variable documentation and it should be respectable I thik.
-Luke