I'm trying to debug this julia-mode indentation issue using edebug.
The elisp I'm running is here and the bug only occurs on Emacs 23.3.
TAB is bound to julia-latexsub-or-indent
. I can reproduce the issue. However, if I run edebug-defun
on julia-latexsub-or-indent
, the problem disappears!
I know Emacs has a lot of internal state, so I presume some of it is modified by edebug (even though it uses a recursive editor).
When is edebug
not appropriate for debugging?