"Attila Lendvai" attila.lendvai@gmail.com writes:
If I'm allowed to vote, I vote for presenting just the defsetf because it's the form that allows you to write (setf (mycar ...) ...) in the first place. In your example, mycar is also a defined function but, for defsetf purposes, that's irrelevant. As a result, it shouldn't be presented as relevant. But that's just my opinion and I will not be bothered if you choose to implement it the way as you seem to prefer.
OTOH, it's the same question as whether presenting all the methods with the same name, or jumping to the one directly where you pressed M-.
Are you talking about jumping from a generic function call to a specific method invocation? I mean, from (foo ...) to a specific (defmethod foo ...)?
How would you know which method is the correct target for the jump?
António Leitão.