* William Halliburton [2009-06-17 20:25+0200] writes:
Is there a configuration that can just automatically jump directly to the only method available?
No, I think not. The problem is probably that the generic function was implicitly defined with defmethod (without defgeneric). If it is possible to recognize this situation we should exclude the GF and return only methods.
Helmut