[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Unable to instrument `org-export-data' using `edebug-defun'
From: |
Kaushal Modi |
Subject: |
Re: [O] Unable to instrument `org-export-data' using `edebug-defun' |
Date: |
Sat, 22 Sep 2018 23:15:52 -0400 |
On Sat, Sep 22, 2018 at 9:00 PM Nicolas Goaziou <address@hidden> wrote:
>
> Hello,
>
> Adrian Bradd <address@hidden> 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 :))