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