Is there already a SLIME feature like a "Generic Function Browser"? If so can someone tell how to invoke it?
Here's what I'd expect from it: - list all methods of a generic function in a separate buffer - by navigating to a function and pressing 'r' it gets removed (like with REMOVE-METHOD) - 'q' closes the window - there might be some other nice things possible but this is what's be most important, cause every time I modify a method the old method is still there and it's awfully complicated to remove it then.
hope someone can help
-ts