From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#41988: 28.0.50; Edebug unconditionally instruments definitions with &define specs Date: Sat, 10 Apr 2021 20:29:03 +0300 Message-ID: <83blam59r4.fsf@gnu.org> References: <6D19F14E-0133-4751-B0BD-EC2A73C1D21F@gmail.com> <3619E155-8F06-4F8F-B239-121ED3D164A8@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38541"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 41988@debbugs.gnu.org, monnier@iro.umontreal.ca To: Philipp Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 10 19:30:12 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lVHQy-0009vG-QS for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Apr 2021 19:30:12 +0200 Original-Received: from localhost ([::1]:55012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lVHQx-0005lX-Os for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Apr 2021 13:30:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lVHQp-0005lP-3Q for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2021 13:30:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41635) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lVHQo-0004VB-S6 for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2021 13:30:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lVHQo-0006Ax-M6 for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2021 13:30:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Apr 2021 17:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41988 X-GNU-PR-Package: emacs Original-Received: via spool by 41988-submit@debbugs.gnu.org id=B41988.161807577023678 (code B ref 41988); Sat, 10 Apr 2021 17:30:02 +0000 Original-Received: (at 41988) by debbugs.gnu.org; 10 Apr 2021 17:29:30 +0000 Original-Received: from localhost ([127.0.0.1]:53181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVHQH-00069q-Na for submit@debbugs.gnu.org; Sat, 10 Apr 2021 13:29:29 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVHQF-00069d-Sv for 41988@debbugs.gnu.org; Sat, 10 Apr 2021 13:29:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47807) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lVHQA-0004Ca-GE; Sat, 10 Apr 2021 13:29:22 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3499 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lVHQ8-0008CJ-1v; Sat, 10 Apr 2021 13:29:22 -0400 In-Reply-To: (message from Philipp on Sat, 10 Apr 2021 17:07:48 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:203808 Archived-At: > From: Philipp > Date: Sat, 10 Apr 2021 17:07:48 +0200 > Cc: 41988@debbugs.gnu.org > > diff --git a/etc/NEWS b/etc/NEWS > index a0f05d8cf1..9ae3740482 100644 > --- a/etc/NEWS > +++ b/etc/NEWS > @@ -2524,6 +2524,9 @@ back in Emacs 23.1. The affected functions are: 'make-obsolete', > > ** The 'values' variable is now obsolete. > > +** The '&define' keyword in an Edebug specification now disables > +backtracking. Please add here a pointer to the ELisp manual where this is described, as the text otherwise is too terse to speak for itself. Also, the heading line should be a single complete sentence, and the NEWS entry should be marked "+++", since the manual is being updated by the same changeset. (I have no opinion on the change itself, although it strikes me as unusual to delete a feature rather than fix it.) Thanks.