From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: disable debug-on-error in emacs -Q? Date: Tue, 01 Dec 2015 00:47:43 -0600 Message-ID: <86zixusm0g.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448952497 25494 80.91.229.3 (1 Dec 2015 06:48:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2015 06:48:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 01 07:48:06 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a3ejO-0003un-8U for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2015 07:48:06 +0100 Original-Received: from localhost ([::1]:45024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3ejN-0005pj-Il for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2015 01:48:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3ejJ-0005pS-RW for emacs-devel@gnu.org; Tue, 01 Dec 2015 01:48:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3ejE-0005oP-RT for emacs-devel@gnu.org; Tue, 01 Dec 2015 01:48:01 -0500 Original-Received: from gproxy5-pub.mail.unifiedlayer.com ([67.222.38.55]:51501) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1a3ejE-0005nI-Ir for emacs-devel@gnu.org; Tue, 01 Dec 2015 01:47:56 -0500 Original-Received: (qmail 31385 invoked by uid 0); 1 Dec 2015 06:47:51 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy5.mail.unifiedlayer.com with SMTP; 1 Dec 2015 06:47:51 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by CMOut01 with id o6nm1r00Q2UdiVW016npQD; Mon, 30 Nov 2015 23:47:49 -0700 X-Authority-Analysis: v=2.1 cv=Zc6OaKlA c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=qtqOOiqGOCEA:10 a=SHR-eZWeG6PzlVhW61oA:9 Original-Received: from [76.218.37.33] (port=59431 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1a3ej5-0002Gu-OY for emacs-devel@gnu.org; Mon, 30 Nov 2015 23:47:47 -0700 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.38.55 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195658 Archived-At: I'm trying to write a bug report about an error message. But when I start emacs with -Q, it _always_ enters the debugger when the error is signaled, even if I explicitly set debug-on-error to nil. In addition, the Options menu shows debug on error to be disabled. I can understand why debug-on-error would be set to t with -Q, but why is setting it nil ignored? How do I get the error message for the bug report? -- -- Stephe