From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#30910: 26.0.91; Incorrect Edebug spec for def-edebug-spec Date: Sun, 14 Jul 2019 16:16:01 +0200 Message-ID: <87v9w4zopq.fsf@mouse.gnus.org> References: <87h8p76fz2.fsf@runbox.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="200812"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 30910@debbugs.gnu.org To: Gemini Lasswell Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 14 16:17:09 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hmfJM-000q2B-OF for geb-bug-gnu-emacs@m.gmane.org; Sun, 14 Jul 2019 16:17:08 +0200 Original-Received: from localhost ([::1]:60740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmfJL-00023u-HC for geb-bug-gnu-emacs@m.gmane.org; Sun, 14 Jul 2019 10:17:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46813) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmfJI-00023m-U9 for bug-gnu-emacs@gnu.org; Sun, 14 Jul 2019 10:17:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmfJH-00070Z-F0 for bug-gnu-emacs@gnu.org; Sun, 14 Jul 2019 10:17:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36734) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmfJH-00070V-BE for bug-gnu-emacs@gnu.org; Sun, 14 Jul 2019 10:17:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmfJF-00087E-TA for bug-gnu-emacs@gnu.org; Sun, 14 Jul 2019 10:17:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 14 Jul 2019 14:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30910 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 30910-submit@debbugs.gnu.org id=B30910.156311377328899 (code B ref 30910); Sun, 14 Jul 2019 14:17:01 +0000 Original-Received: (at 30910) by debbugs.gnu.org; 14 Jul 2019 14:16:13 +0000 Original-Received: from localhost ([127.0.0.1]:45555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmfIS-0007Vi-IS for submit@debbugs.gnu.org; Sun, 14 Jul 2019 10:16:12 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:52840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmfIQ-0007TH-OW for 30910@debbugs.gnu.org; Sun, 14 Jul 2019 10:16:11 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hmfIH-00032A-UV; Sun, 14 Jul 2019 16:16:04 +0200 In-Reply-To: <87h8p76fz2.fsf@runbox.com> (Gemini Lasswell's message of "Thu, 22 Mar 2018 12:57:21 -0700") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:162984 Archived-At: Gemini Lasswell writes: > def-edebug-spec has an Edebug spec, which fails to match the valid > Edebug specs in lisp/emacs-lisp/cl-macs.el. > > To reproduce, load cl-macs.el and: > > M-x edebug-all-defs RET > M-x eval-buffer RET > > Result: edebug-syntax-error: Invalid read syntax: "Expected one of", > "nil", edebug-spec-p, "t", "0", (&rest edebug-spec) This bug is still present on the trunk. But you say that it has an edebug spec, but: (symbol-plist 'def-edebug-spec) => nil I thought that perhaps saying something like (eval-and-compile (put 'def-edebug-spec 'edebug-form-spec '(sexp sexp))) might be a fix, but it doesn't seem to have any effect... Here's the backtrace: Debugger entered--Lisp error: (invalid-read-syntax "Expected one of" "nil" ede signal(invalid-read-syntax ("Expected one of" "nil" edebug-spec-p "t" "0" (& edebug-syntax-error("Expected one of" "nil" edebug-spec-p "t" "0" (&rest ede apply(edebug-syntax-error ("Expected one of" "nil" edebug-spec-p "t" "0" (&r edebug-no-match((((([&rest cl-lambda-arg] [&optional ["&optional" cl-&option apply(edebug-no-match (((([&rest cl-lambda-arg] [&optional ["&optional" cl-& edebug-match-&or((((([&rest cl-lambda-arg] [&optional ["&optional" cl-&optio edebug-match-specs((((([&rest cl-lambda-arg] [&optional ["&optional" cl-&opt edebug-match-specs((((([&rest cl-lambda-arg] [&optional ["&optional" cl-&opt edebug-match-specs((((([&rest cl-lambda-arg] [&optional ["&optional" cl-&opt edebug-match-specs((((([&rest cl-lambda-arg] [&optional ["&optional" cl-&opt edebug-match-sublist((((([&rest cl-lambda-arg] [&optional ["&optional" cl-&o edebug-match-list((((def-edebug-spec cl-lambda-list (([&rest cl-lambda-arg] edebug-match-one-spec((((def-edebug-spec cl-lambda-list (([&rest cl-lambda-a edebug-match-specs((((def-edebug-spec cl-lambda-list (([&rest cl-lambda-arg] edebug-match((((def-edebug-spec cl-lambda-list (([&rest cl-lambda-arg] [&opt edebug-make-form-wrapper((((def-edebug-spec cl-lambda-list (([&rest cl-lambd edebug-read-and-maybe-wrap-form1() edebug-read-and-maybe-wrap-form() -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no