From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#67196: M-: uses a wrong value of debug-on-error when it is nil. Date: Sat, 25 Nov 2023 16:40:40 +0000 Message-ID: References: <83il5qe00e.fsf@gnu.org> <83edgecce4.fsf@gnu.org> <8334wuc7cn.fsf@gnu.org> <83y1elbzny.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31469"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 67196@debbugs.gnu.org, acm@muc.de, monnier@iro.umontreal.ca To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 25 17:41:10 2023 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 1r6viP-00081b-If for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 25 Nov 2023 17:41:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r6viE-0005e8-EV; Sat, 25 Nov 2023 11:40:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r6viD-0005dv-2Y for bug-gnu-emacs@gnu.org; Sat, 25 Nov 2023 11:40:57 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r6viC-0004aA-QZ for bug-gnu-emacs@gnu.org; Sat, 25 Nov 2023 11:40:56 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r6viH-0005LD-Uq for bug-gnu-emacs@gnu.org; Sat, 25 Nov 2023 11:41:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 25 Nov 2023 16:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67196 X-GNU-PR-Package: emacs Original-Received: via spool by 67196-submit@debbugs.gnu.org id=B67196.170093045420508 (code B ref 67196); Sat, 25 Nov 2023 16:41:01 +0000 Original-Received: (at 67196) by debbugs.gnu.org; 25 Nov 2023 16:40:54 +0000 Original-Received: from localhost ([127.0.0.1]:40102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6viA-0005Kh-1o for submit@debbugs.gnu.org; Sat, 25 Nov 2023 11:40:54 -0500 Original-Received: from mail.muc.de ([193.149.48.3]:56148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6vi8-0005KP-5L for 67196@debbugs.gnu.org; Sat, 25 Nov 2023 11:40:53 -0500 Original-Received: (qmail 41293 invoked by uid 3782); 25 Nov 2023 17:40:40 +0100 Original-Received: from acm.muc.de (pd953a2e3.dip0.t-ipconnect.de [217.83.162.227]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Sat, 25 Nov 2023 17:40:40 +0100 Original-Received: (qmail 19548 invoked by uid 1000); 25 Nov 2023 16:40:40 -0000 Content-Disposition: inline In-Reply-To: <83y1elbzny.fsf@gnu.org> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:275000 Archived-At: Hello, Eli. On Sat, Nov 25, 2023 at 17:50:09 +0200, Eli Zaretskii wrote: > > Date: Sat, 25 Nov 2023 14:14:59 +0000 > > Cc: monnier@iro.umontreal.ca, 67196@debbugs.gnu.org, acm@muc.de > > From: Alan Mackenzie > > > No, I meant with the current code debug-on-error is set to t whenever > > > eval-expression-debug-on-error is non-nil, .... > > Yes. > > > .... and your change sets it to the same value as > > > eval-expression-debug-on-error instead. > > That is not what is meant to happen. > We are miscommunicating. > > Instead, the new internal variable > > debug-from--eval-expression gets set to e-e-debug-on-error. > Exactly. And that value can be non-nil, but also not t. That is the > change I see, and your doc string suggests that it is intentional. > Thus, we have a behavior change wrt to the value that the body of > eval-expression will see. And non-nil, non-t values have special > meaning there. OK, I'm with you, now. The non-nil, non-t value in the internal variable debug-from--e-e won't be seen by any Lisp code. It can be seen by Lisp code in eval-expression-debug-on-error. This is an extension of e-e-debug-on-error to match what debug-on-error does. I wouldn't think that d-o-e gets set to a list of conditions very often, but when it does, it's likely very useful. It seemed logical to extend the same facility to e-e-debug-on-error. Do you think this is a bad idea? [Clearly, some entries in NEWS will be needed, as well as amendments to the Elisp manual.] -- Alan Mackenzie (Nuremberg, Germany).