emacs-devel
[Top][All Lists]
Advanced

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

Re: about instrumenting macro calls


From: Richard Stallman
Subject: Re: about instrumenting macro calls
Date: Fri, 16 Nov 2001 23:31:40 -0700 (MST)

    I haven't looked into how this might be implemented -- I presume this
    would be a C-level and not Emacs Lisp-level thing.

It can be done entirely at Lisp level, and that would be the clean
thing to do.  The function definition of `edebug-spec' can be a no-op.
The byte compiler has to notice it so as to put it into the compiled
macro; that won't be hard.  Then edebug just has to look inside the macro
definition to find the spec.




reply via email to

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