From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Heads up! Proposed change to edebug-spec parsing. Date: Thu, 23 Apr 2020 19:29:27 +0000 Message-ID: <20200423192927.GB6462@ACM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="43523"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 23 21:30:30 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jRhYL-000BE8-4m for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Apr 2020 21:30:29 +0200 Original-Received: from localhost ([::1]:38252 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRhYK-0002cZ-6v for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Apr 2020 15:30:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42450) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRhXP-0001sO-SM for emacs-devel@gnu.org; Thu, 23 Apr 2020 15:29:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRhXP-0000kg-7X for emacs-devel@gnu.org; Thu, 23 Apr 2020 15:29:31 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:47201 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.90_1) (envelope-from ) id 1jRhXO-0000kF-Kz for emacs-devel@gnu.org; Thu, 23 Apr 2020 15:29:30 -0400 Original-Received: (qmail 69046 invoked by uid 3782); 23 Apr 2020 19:29:28 -0000 Original-Received: from acm.muc.de (p4FE15C02.dip0.t-ipconnect.de [79.225.92.2]) by localhost.muc.de (tmda-ofmipd) with ESMTP; Thu, 23 Apr 2020 21:29:27 +0200 Original-Received: (qmail 6579 invoked by uid 1000); 23 Apr 2020 19:29:27 -0000 Content-Disposition: inline X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de Received-SPF: pass client-ip=193.149.48.1; envelope-from=acm@muc.de; helo=mail.muc.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/23 15:29:28 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Received-From: 193.149.48.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247619 Archived-At: Hello, Emacs. In order to fix bug #40766, I intend to install the following patch on master: diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index bb7817f242..7995a9e5a2 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -2115,10 +2115,10 @@ edebug-spec-list (def-edebug-spec edebug-spec (&or + edebug-spec-list (vector &rest edebug-spec) ; matches a vector ("vector" &rest edebug-spec) ; matches a vector spec ("quote" symbolp) - edebug-spec-list stringp [edebug-lambda-list-keywordp &rest edebug-spec] [keywordp gate edebug-spec] For the full gory details, please see the thread for bug #40766 on debbugs. If anybody sees any problem with this change, please reply on the bug thread. Thanks! -- Alan Mackenzie (Nuremberg, Germany).