From ... From: Erik Naggum Subject: Re: Removing selected methods from generic function Date: 1999/05/12 Message-ID: <3135520300794853@naggum.no>#1/1 X-Deja-AN: 477092290 References: <37375758.AF367445@liii.com> <3135421306057890@naggum.no> <0iXZ2.594$jw4.42246@burlma1-snr2> <37385A2B.2FF54370@iname.com> <3135491588197551@naggum.no> <3739BD3C.97CE54BC@liii.com> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * Kenny Tilton | 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 ) (delete | (g-f-m )) of course, if your environment has weak AMOP support... REMOVE-METHOD is the standard interface. #:Erik