Eric Marsden <[EMAIL PROTECTED]> writes: > >>>>> "ew" == Edi Weitz <[EMAIL PROTECTED]> writes: > > ew> <http://groups.google.com/groups?threadm=3243682048034314%40naggum.no> > ew> > ew> but nobody replied. Maybe someone here has the specific answer for > ew> CMUCL at least? > > you can get the behaviour that Erik is looking for by calling > EVAL:FLUSH-INTERPRETED-FUNCTION-CACHE each time you redefine a macro, > by encapsulating #'(setf macro-function). This only works with > interpreted code, of course. > > [snip]
Thanks! Exactly what I was looking for! Cheers, Edi.
