Subject: Re: Removing selected methods from generic function
From: Erik Naggum <erik@naggum.no>
Date: 1999/05/12
Newsgroups: comp.lang.lisp
Message-ID: <3135520300794853@naggum.no>

* Kenny Tilton <tilt@liii.com>
| What's all this about there being a problem eliminating individual
| methods of a generic function?

  that you don't know a priori which to remove.

| I do it all the time via interface tools in both ACL and MCL (the latter
| a user contrib).

  that is not useful if you want to load a file.

| My guess is they use: (setf (generic-function-methods <gf>) (delete <m>
| (g-f-m <gf>)) of course, if your environment has weak AMOP support...

  REMOVE-METHOD is the standard interface.

#:Erik