Re: [O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Adrian Bradd
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 :)) I moved to emacs-snapshot on

Re: [O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Kaushal Modi
On Sat, Sep 22, 2018 at 9:00 PM Nicolas Goaziou wrote: > > Hello, > > Adrian Bradd writes: > > > Running `edebug-defun' on `org-export-data' produces the following > > error: > > > > edebug-syntax-error: Invalid read syntax: "Failed matching", ( > > ( name ( arg) cl-declarations-or-string

Re: [O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > Running `edebug-defun' on `org-export-data' produces the following > error: > > edebug-syntax-error: Invalid read syntax: "Failed matching", ( > ( name ( arg) cl-declarations-or-string def-body)) > > The issue seems to relate to the NAME field of the `cl-macrolet'

Re: [O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Adrian Bradd
I'll post to emacs-devel and see what they think. Cheers, -- Adrian Bradd

[O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Adrian Bradd
Hello, Running `edebug-defun' on `org-export-data' produces the following error: edebug-syntax-error: Invalid read syntax: "Failed matching", ( ( name ( 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