Bill_Clementson@peoplesoft.com writes:
I get the following output (note that :function-name is "NIL" and their are no :POSITION values for any of the methods with the exception of the last (default) method). The generic function is stored in a library file "xml-xform.lisp" while the specialized methods are stored in an example file "resume.lisp". Only the non-specialized (default) method in "resume.lisp" is showing up with a :POSITION value. Don't know if that provides any clues. I'll try to come up with a cut-down, reproducible example that I can send you. It was working fine for me with the patch that I had sent you previously. Is "excl:source-file" not a supported function in ACL 5.0?
excl:source-file works, but scm:find-definition-in-file returns nil for fspecs returned by excl::find-multiple-definitions in ACL5.
Helmut.