Re: [O] More on macros: Defined edebug-spec

2011-08-16 Thread Bastien
Hi David, David Maus writes: > I just pushed a commit to master that adds edebug specifications to > all macros defined by Org mode. This answers questions I've been asking myself for very long! > With these specifications in place it > is now possible to step through macros with edebug like

Re: [O] More on macros: Defined edebug-spec

2011-08-12 Thread Nick Dokos
David Maus wrote: > I just pushed a commit to master that adds edebug specifications to > all macros defined by Org mode. With these specifications in place it > is now possible to step through macros with edebug like a normal > function call. > > Information about instrumenting macro calls can

[O] More on macros: Defined edebug-spec

2011-08-11 Thread David Maus
I just pushed a commit to master that adds edebug specifications to all macros defined by Org mode. With these specifications in place it is now possible to step through macros with edebug like a normal function call. Information about instrumenting macro calls can be found here: http://www.gnu.o