From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Unable to instrument `org-export-data' using `edebug-defun' Date: Sat, 22 Sep 2018 22:24:59 +0200 Message-ID: <878t3tfffo.fsf@nicolasgoaziou.fr> References: <878t3tsets.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3sYQ-0002oX-CM for emacs-orgmode@gnu.org; Sat, 22 Sep 2018 20:47:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3rio-00086s-9Z for emacs-orgmode@gnu.org; Sat, 22 Sep 2018 19:54:01 -0400 Received: from mslow2.mail.gandi.net ([217.70.178.242]:36230) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g3rim-00083w-Fq for emacs-orgmode@gnu.org; Sat, 22 Sep 2018 19:53:58 -0400 Received: from relay9-d.mail.gandi.net (unknown [217.70.183.199]) by mslow2.mail.gandi.net (Postfix) with ESMTP id 1DC4E3A5B8F for ; Sat, 22 Sep 2018 22:25:30 +0200 (CEST) In-Reply-To: <878t3tsets.fsf@gmail.com> (Adrian Bradd's message of "Sat, 22 Sep 2018 11:59:43 -0400") 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 Cc: emacs-org list 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. Regards, -- Nicolas Goaziou