From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Unable to instrument `org-export-data' using `edebug-defun' Date: Sat, 22 Sep 2018 23:15:52 -0400 Message-ID: References: <878t3tsets.fsf@gmail.com> <878t3tfffo.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3ut7-0003Wf-74 for emacs-orgmode@gnu.org; Sat, 22 Sep 2018 23:16:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3usr-0002XY-0q for emacs-orgmode@gnu.org; Sat, 22 Sep 2018 23:16:45 -0400 Received: from mail-lf1-x134.google.com ([2a00:1450:4864:20::134]:36335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g3usq-0002TW-Hd for emacs-orgmode@gnu.org; Sat, 22 Sep 2018 23:16:32 -0400 Received: by mail-lf1-x134.google.com with SMTP id v17-v6so10128597lfe.3 for ; Sat, 22 Sep 2018 20:16:31 -0700 (PDT) In-Reply-To: <878t3tfffo.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Adrian Bradd , emacs-org list 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", (&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 :))