[slime-devel] M-. too smart sometimes

Nikodemus Siivola nikodemus at random-state.net
Tue Jun 30 19:14:06 UTC 2009


(defun foo (x)
  (let ((cons (cons x x)))
    (cons cons cons)))

Hit M-. on first CONS in (CONS CONS CONS). Point jumps to the binding
of CONS, not the definition of function CONS -- and no XREF buffer
appears.

Cheers,

 -- Nikodemus




More information about the slime-devel mailing list