Chris Capel pdf23ds@gmail.com writes:
I noticed that it doesn't handle class names. Would it be possible to have it find the definition for a class if it doesn't find another meaning of the word? It also seems to skip over defparameters.
This requires support from your Lisp implementation. SBCL doesn't have it. You could switch to another Lisp, implement it yourself, or you could try to port the CMUCL code. See:
http://article.gmane.org/gmane.lisp.cmucl.devel/5170 http://article.gmane.org/gmane.lisp.cmucl.devel/5358
Helmut.