emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lisp debugger problems.


From: Stefan Monnier
Subject: Re: Lisp debugger problems.
Date: Mon, 28 Feb 2005 13:10:04 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> Meanwhile, it would be nice and clean if redefining a function
>> with defun, defmacro, defsubst or defalias were smart enough
>> to turn debug-on-entry back on if it was on before.
>> Want to do that?
> Ok, I'll look into it.

IIRC defadvice has some support for such things (e.g. you can add an advice
even before the function is defined).  Maybe it'd be a good idea to
implement debug.el in terms of advice.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]