From unknown Sat Aug 16 10:43:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#1480 <1480@debbugs.gnu.org> To: bug#1480 <1480@debbugs.gnu.org> Subject: Status: debug-on-error docstring doesn't mention toggle-debug-on-error Reply-To: bug#1480 <1480@debbugs.gnu.org> Date: Sat, 16 Aug 2025 17:43:08 +0000 retitle 1480 debug-on-error docstring doesn't mention toggle-debug-on-error reassign 1480 emacs submitter 1480 jidanni@jidanni.org severity 1480 normal thanks From jidanni@jidanni.org Tue Dec 2 19:31:31 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.4 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED,TVD_SPACE_RATIO autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 3 Dec 2008 03:31:31 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mB33VSds000894 for ; Tue, 2 Dec 2008 19:31:29 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7iSW-0005ox-4L for bug-gnu-emacs@gnu.org; Tue, 02 Dec 2008 22:31:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7iSS-0005oj-Ho for bug-gnu-emacs@gnu.org; Tue, 02 Dec 2008 22:31:26 -0500 Received: from [199.232.76.173] (port=55018 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7iSS-0005og-Fp for bug-gnu-emacs@gnu.org; Tue, 02 Dec 2008 22:31:24 -0500 Received: from mailbigip.dreamhost.com ([208.97.132.5]:47074 helo=homiemail-a1.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7iSS-0002UQ-6M for bug-gnu-emacs@gnu.org; Tue, 02 Dec 2008 22:31:24 -0500 Received: from jidanni1.jidanni.org (122-127-43-151.dynamic.hinet.net [122.127.43.151]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a1.g.dreamhost.com (Postfix) with ESMTP id 87F2A119DDA for ; Tue, 2 Dec 2008 19:31:21 -0800 (PST) To: bug-gnu-emacs@gnu.org Subject: debug-on-error docstring doesn't mention toggle-debug-on-error From: jidanni@jidanni.org Date: Wed, 03 Dec 2008 11:31:19 +0800 Message-ID: <87hc5mvss8.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) (describe-variable (quote debug-on-error)) doesn't mention toggle-debug-on-error, a real short cut! P.S. (describe-function (quote toggle-debug-on-error)) doesn't mention debug-on-error. From richardeng@foxmail.com Thu Dec 4 20:32:27 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.0 required=4.0 tests=AWL,BAYES_00,FVGT_m_MULTI_ODD, HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1480) by emacsbugs.donarmstrong.com; 5 Dec 2008 04:32:27 +0000 Received: from smtpbg1.foxmail.com (smtpbg1.foxmail.com [58.61.33.111]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id mB54WMsg023610 for <1480@emacsbugs.donarmstrong.com>; Thu, 4 Dec 2008 20:32:23 -0800 Received: from 172.23.147.140 (foxmail.com [172.23.147.140]) by smtpbg1 (foxmail.com) with SMTP id xQsVkFbp; Fri, 05 Dec 2008 12:32:12 +0800 (envelope-from richardeng@foxmail.com) X-QQ-mid: esmtp5122845153259211866 Received: from 889D3A80E680420 (unknown [116.224.99.253]) by smtp.foxmail.com (Postfix) with ESMTP id ; Fri, 5 Dec 2008 12:32:12 +0800 (CST) Date: Fri, 5 Dec 2008 12:32:14 +0800 From: "richardeng" To: "jidanni" , "1480" <1480@debbugs.gnu.org> Subject: Re: bug#1480: debug-on-error docstring doesn't mentiontoggle-debug-on-error Message-ID: <200812051232140382442@foxmail.com> X-mailer: Foxmail 6, 14, 103, 20 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Do you mean it's better to add more description link in doc? Following is one of your requests. But, I think it maybe not good to provide a command function link in C level. And, this should be a minor/wishlist bug. --- eval.c.~1.307.~ 2008-08-27 13:26:39.000000000 -0700 +++ eval.c 2008-11-03 04:54:52.000000000 -0800 @@ -3666,7 +3666,7 @@ if one of its condition symbols appears in the list. When you evaluate an expression interactively, this variable is temporarily non-nil if `eval-expression-debug-on-error' is non-nil. -See also variable `debug-on-quit'. */); +See also variable `debug-on-quit'. Use `toggle-debug-on-error' to toggle it. */); Vdebug_on_error = Qnil; DEFVAR_LISP ("debug-ignored-errors", &Vdebug_ignored_errors, From cyd@stupidchicken.com Fri Dec 5 06:47:14 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.5 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1480-done) by emacsbugs.donarmstrong.com; 5 Dec 2008 14:47:14 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mB5ElBMJ019214 for <1480-done@emacsbugs.donarmstrong.com>; Fri, 5 Dec 2008 06:47:12 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id 7D52657E195; Fri, 5 Dec 2008 09:47:14 -0500 (EST) From: Chong Yidong To: "richardeng" , "jidanni" Cc: 1480-done@debbugs.gnu.org Subject: Re: bug#1480: debug-on-error docstring doesn't mentiontoggle-debug-on-error Date: Fri, 05 Dec 2008 09:47:14 -0500 Message-ID: <87prk6k7bh.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > > (describe-variable (quote debug-on-error)) > > doesn't mention toggle-debug-on-error, a real short cut! > > Do you mean it's better to add more description link in doc? Following > is one of your requests. I've checked in something similar. Thanks. From unknown Sat Aug 16 10:43:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Jan 2009 15:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator