GNU bug report logs -
#54119
29.0.50; Edebug: Jumping commands in recursive definitions
Previous Next
Full log
Message #11 received at 54119 <at> debbugs.gnu.org (full text, mbox):
Michael Heerdegen <michael_heerdegen <at> web.de> writes:
> Seems to do the job.
Let me add: if you wonder why I don't just add a new variable and make
the behavior of `edebug-slow-after' depend on the value, and then just
change the binding in `edebug-forward-sexp': that would not work because
it would also change the behavior of the outer `edebug-slow-after' calls
"we are already in". We would get more or less go-nonstop: everything
would unwind up to the top. Remember: we can't just let-bind that
variable since we are in a recursive edit and the jumping commands
immediately terminate. We can only set it, and then edebug just goes
nonstop.
My approach only works because the "outer" `edebug-slow-after' calls are
unaffected and still stop. So I think must we must mess with function
bindings - or use a different approach.
Michael.
This bug report was last modified 3 years and 109 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.