On Sat, Sep 22, 2018 at 9:00 PM Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > > Hello, > > Adrian Bradd <adrian.br...@gmail.com> writes: > > > Running `edebug-defun' on `org-export-data' produces the following > > error: > > > > edebug-syntax-error: Invalid read syntax: "Failed matching", (&rest > > (&define name (&rest arg) cl-declarations-or-string def-body)) > > > > The issue seems to relate to the NAME field of the `cl-macrolet' > > function, but I'm not sure if this is user error or a bug. > > This is probably a bug in the debugger.
Adrian: What emacs version are you using? Yes, this was a bug in edebug up to Emacs 26.1, but is fixed on the emacs master branch. (I happened to have opened this bug on debbugs and it got resolved: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30348 :))