From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Bradd Subject: Unable to instrument `org-export-data' using `edebug-defun' Date: Sat, 22 Sep 2018 11:59:43 -0400 Message-ID: <878t3tsets.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3kK0-0001id-C3 for emacs-orgmode@gnu.org; Sat, 22 Sep 2018 11:59:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3kJv-0005JI-BK for emacs-orgmode@gnu.org; Sat, 22 Sep 2018 11:59:52 -0400 Received: from mail-qk1-x72a.google.com ([2607:f8b0:4864:20::72a]:46509) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g3kJv-0005J4-50 for emacs-orgmode@gnu.org; Sat, 22 Sep 2018 11:59:47 -0400 Received: by mail-qk1-x72a.google.com with SMTP id q12-v6so1609186qkl.13 for ; Sat, 22 Sep 2018 08:59:46 -0700 (PDT) Received: from localhost (cpe-158-222-157-199.nyc.res.rr.com. [158.222.157.199]) by smtp.gmail.com with ESMTPSA id m15-v6sm4818141qkl.13.2018.09.22.08.59.44 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 22 Sep 2018 08:59:44 -0700 (PDT) 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: emacs-org list Hello, 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. Cheers, -- Adrian Bradd