Gary King <[email protected]> writes: > Note that you can use remove-method to get rid of an individual > method. The only tricky part is finding the method that you want to > remove:
It's really easy with SLIME. Just inspect the generic function (e.g. #'print-object), and you'll see all the methods and have a clickable way to remove a particular one. I think other IDEs do that too. Zach _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
