<div dir="ltr"><div>Hi Orm,</div><div><br></div><div>The two key functions at play here are slime-autodoc (contrib/slime-autodoc.el) on the elisp side and swank:autodoc on the CL side (contrib/swank-arglists.lisp). For testing, use slime-autodoc-manually instead of slime-autodoc-space to avoid that ^M. When you reach the point where slime-autodoc is not working, evaluate slime-autodoc with stepping enabled (C-u C-M-x). If nothing fishy shows up there, the next place to look at would be the swank side, then slime-autodoc--async% (elisp) which is what handles the SWANK reply; you might want to step through that as well.</div><div><br></div><div>Good luck; let us know if you find anything.</div><div><br></div><div>Cheers,</div><div>Luís<br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 15, 2018 at 10:38 AM Orm Finnendahl <<a href="mailto:orm.finnendahl@selma.hfmdk-frankfurt.de">orm.finnendahl@selma.hfmdk-frankfurt.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
 after some time slime-autodoc stops working on my machine. I haven't<br>
yet found out what triggers this. Disabling/Reenablinging<br>
slime-autodoc-mode doesn't help. It works again after restarting emacs<br>
and lisp.<br>
<br>
Here is the situation after it stops working:<br>
<br>
- Calling #'slime-arglist directly works: The symbol at point is<br>
  suggested correctly and the arglist is properly displayed.<br>
<br>
- <C-h k SPC> displays:<br>
<br>
  SPC runs the command slime-autodoc-space (found in<br>
  slime-autodoc-mode-map), which is an interactive Lisp function in<br>
  ‘slime-autodoc.el’.<br>
<br>
  It is bound to SPC.<br>
<br>
  (slime-autodoc-space N)<br>
<br>
  Like ‘slime-space’ but nicer.<br>
<br>
  [back]<br>
<br>
- Running #'slime-autodoc-space manually results in a ^M displayed at<br>
  point.<br>
<br>
This is on emacs 26.1, slime 2.21, sbcl 1.4.8, Arch Linux 64 bit.<br>
<br>
Can someone help or give me some hints how to debug this?<br>
<br>
--<br>
Orm<br>
<br>
</blockquote></div></div>