[slime-devel] problems with cross-references
Giannandrea Castaldi
g.castal at tiscali.it
Mon Sep 13 11:21:38 UTC 2004
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
More information about the slime-devel
mailing list