Hi, I'm using slime (version of cvs 2004-09-03) with cmucl 19a and I'd like to use the cross-references command but it doesn't work. For example, if I load a file with the following 2 functions:
(defun fun1 () (fun2 "pippo"))
(defun fun2 (x) (princ x))
And try 'C-c C-W c' on fun2 in the minibuffer there is:
'Who calls: fun2'
and after I press return:
'No references found for fun2.'
While I expect 'fun1'.
Any suggestion? Thanks.
Giannandrea