Peter Enerccio <[email protected]> writes:

> When I try to use ecl with emacs and slime, if I need to change the
> method to a different one, with different lambda list, I get an error
> out of which I can't recover in any sensible way, so I have to stop
> the ecl and start is again and load the new method in. This is way
> too cumberstone, there should be a redefinition restart installed
> when you try to compile new method that has different lambda list
> that expected (or a way to easily undefine previous definition) as it
> is in lispworks.
>
> Could something like this be added, by any chance?

You can also remove the method(s) yourself.

(remove-method (function your-generic-function)
               (find-method (function your-generic-function)
                            qualifier-list
                            old-type-list))

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to