[slime-devel] sbcl and compiler note annotation

Zach Beane xach at xach.com
Wed Jul 20 19:35:48 UTC 2005


Recently, slime and SBCL have stopped collaborating to correctly place
compiler notes in source buffers. For example, I compile this function
with C-c C-c:

   (defun funk (x)
     (+ 1 'x))

The generated notes are stuck on the arglist of the form. If I use
cmucl, for example, all the notes are correctly placed.

What should I do?

Zach




More information about the slime-devel mailing list