From unknown Sun Jun 22 03:57:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8549: 23.3; Undocumented setting of eval-expression-debug-on-error Resent-From: Uday S Reddy Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 25 Apr 2011 13:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8549 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 8549@debbugs.gnu.org Cc: U.S.Reddy@cs.bham.ac.uk X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.130373786726299 (code B ref -1); Mon, 25 Apr 2011 13:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Apr 2011 13:24:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QELm6-0006q7-Iz for submit@debbugs.gnu.org; Mon, 25 Apr 2011 09:24:27 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QELm2-0006pu-UY for submit@debbugs.gnu.org; Mon, 25 Apr 2011 09:24:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QELlw-0002Vq-7s for submit@debbugs.gnu.org; Mon, 25 Apr 2011 09:24:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:57599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QELlw-0002Vl-5w for submit@debbugs.gnu.org; Mon, 25 Apr 2011 09:24:16 -0400 Received: from eggs.gnu.org ([140.186.70.92]:49638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QELlu-0007R8-KY for bug-gnu-emacs@gnu.org; Mon, 25 Apr 2011 09:24:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QELls-0002VJ-SC for bug-gnu-emacs@gnu.org; Mon, 25 Apr 2011 09:24:14 -0400 Received: from sun61.bham.ac.uk ([147.188.128.150]:50106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QELls-0002V6-Kk for bug-gnu-emacs@gnu.org; Mon, 25 Apr 2011 09:24:12 -0400 Received: from [147.188.128.127] (helo=bham.ac.uk) by sun61.bham.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1QELlr-00045E-Ob for bug-gnu-emacs@gnu.org; Mon, 25 Apr 2011 14:24:11 +0100 Received: from mx1.cs.bham.ac.uk ([147.188.192.53]) by bham.ac.uk (envelope-from ) with esmtp (Exim 4.72) id 1QELlr-0007a2-Eb for bug-gnu-emacs@gnu.org using interface smart1.bham.ac.uk; Mon, 25 Apr 2011 14:24:11 +0100 Received: from gromit.cs.bham.ac.uk ([147.188.193.16] helo=MARUTI.cs.bham.ac.uk) by mx1.cs.bham.ac.uk with esmtp (Exim 4.51) id 1QELlr-0001FU-9J; Mon, 25 Apr 2011 14:24:11 +0100 From: Uday S Reddy Date: Mon, 25 Apr 2011 14:23:53 +0100 Message-ID: <83tydmbh1y.fsf@cs.bham.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.3 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.3 (-----) There is a tricky variable called `eval-expression-debug-on-error' which I didn't notice till recently. It is getting set automatically in lisp-interaction-mode and in the Lisp debugger. The manual doesn't say anywhere that this is being done. I would prefer that it doesn't get set automatically, given that it has a tricky behavior. In the light of my previous bug report #8548 that the debugger can't exit recursive editing levels, making any kind of typing mistake while working with the debugger puts it in a recursive editing level where it gets stuck. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8548 If you don't want to change the lisp-interaction-mode and the debugger-mode, can you at least document it in the manual that the variable gets set in these modes so that the users can unset it in the mode-hooks? I have suffered for several years needlessly. (By the way, edebug doesn't seem to set the variable.) Cheers, Uday In GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.5) --no-opt --cflags -Ic:/imagesupport/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENU value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Buffer Menu Minor modes in effect: savehist-mode: t which-function-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-b C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-a C-x y C-x C-g M-x r e p o r t - e m a c s - b u SPC Recent messages: d:/Home/udr/.authinf: 0% (0/231) d:/Home/udr/.authinf: 100% (231/231) Sending... Sending via mail... d:/Home/udr/.authinf: 0% (0/231) d:/Home/udr/.authinf: 100% (231/231) d:/Home/udr/.authinf: 0% (0/231) d:/Home/udr/.authinf: 100% (231/231) Sending...done Commands: d, s, x, u; f, o, 1, 2, m, v; ~, %; q to quit; ? for help. Quit Load-path shadows: d:/Home/udr/share/emacs/sml-mode hides d:/gnu/emacs-23.3/../site-lisp/sml-mode d:/Home/udr/share/emacs/savehist-20+ hides d:/gnu/emacs-23.3/../site-lisp/savehist-20+ d:/gnu/emacs-23.3/../site-lisp/longlines hides d:/gnu/emacs-23.3/lisp/longlines d:/gnu/vm/trunk/lisp/cus-load hides d:/gnu/emacs-23.3/lisp/cus-load d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org hides d:/gnu/emacs-23.3/lisp/org/org d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-xoxo hides d:/gnu/emacs-23.3/lisp/org/org-xoxo d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-wl hides d:/gnu/emacs-23.3/lisp/org/org-wl d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-w3m hides d:/gnu/emacs-23.3/lisp/org/org-w3m d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-vm hides d:/gnu/emacs-23.3/lisp/org/org-vm d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-timer hides d:/gnu/emacs-23.3/lisp/org/org-timer d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-table hides d:/gnu/emacs-23.3/lisp/org/org-table d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-src hides d:/gnu/emacs-23.3/lisp/org/org-src d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-rmail hides d:/gnu/emacs-23.3/lisp/org/org-rmail d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-remember hides d:/gnu/emacs-23.3/lisp/org/org-remember d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-publish hides d:/gnu/emacs-23.3/lisp/org/org-publish d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-protocol hides d:/gnu/emacs-23.3/lisp/org/org-protocol d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-plot hides d:/gnu/emacs-23.3/lisp/org/org-plot d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-mouse hides d:/gnu/emacs-23.3/lisp/org/org-mouse d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-mobile hides d:/gnu/emacs-23.3/lisp/org/org-mobile d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-mhe hides d:/gnu/emacs-23.3/lisp/org/org-mhe d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-mew hides d:/gnu/emacs-23.3/lisp/org/org-mew d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-macs hides d:/gnu/emacs-23.3/lisp/org/org-macs d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-mac-message hides d:/gnu/emacs-23.3/lisp/org/org-mac-message d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-list hides d:/gnu/emacs-23.3/lisp/org/org-list d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-latex hides d:/gnu/emacs-23.3/lisp/org/org-latex d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-jsinfo hides d:/gnu/emacs-23.3/lisp/org/org-jsinfo d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-irc hides d:/gnu/emacs-23.3/lisp/org/org-irc d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-install hides d:/gnu/emacs-23.3/lisp/org/org-install d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-inlinetask hides d:/gnu/emacs-23.3/lisp/org/org-inlinetask d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-info hides d:/gnu/emacs-23.3/lisp/org/org-info d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-indent hides d:/gnu/emacs-23.3/lisp/org/org-indent d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-id hides d:/gnu/emacs-23.3/lisp/org/org-id d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-icalendar hides d:/gnu/emacs-23.3/lisp/org/org-icalendar d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-html hides d:/gnu/emacs-23.3/lisp/org/org-html d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-habit hides d:/gnu/emacs-23.3/lisp/org/org-habit d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-gnus hides d:/gnu/emacs-23.3/lisp/org/org-gnus d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-freemind hides d:/gnu/emacs-23.3/lisp/org/org-freemind d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-footnote hides d:/gnu/emacs-23.3/lisp/org/org-footnote d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-feed hides d:/gnu/emacs-23.3/lisp/org/org-feed d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-faces hides d:/gnu/emacs-23.3/lisp/org/org-faces d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-exp hides d:/gnu/emacs-23.3/lisp/org/org-exp d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-exp-blocks hides d:/gnu/emacs-23.3/lisp/org/org-exp-blocks d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-docbook hides d:/gnu/emacs-23.3/lisp/org/org-docbook d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-datetree hides d:/gnu/emacs-23.3/lisp/org/org-datetree d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-crypt hides d:/gnu/emacs-23.3/lisp/org/org-crypt d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-compat hides d:/gnu/emacs-23.3/lisp/org/org-compat d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-colview hides d:/gnu/emacs-23.3/lisp/org/org-colview d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-clock hides d:/gnu/emacs-23.3/lisp/org/org-clock d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-bibtex hides d:/gnu/emacs-23.3/lisp/org/org-bibtex d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-bbdb hides d:/gnu/emacs-23.3/lisp/org/org-bbdb d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-attach hides d:/gnu/emacs-23.3/lisp/org/org-attach d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-ascii hides d:/gnu/emacs-23.3/lisp/org/org-ascii d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-archive hides d:/gnu/emacs-23.3/lisp/org/org-archive d:/gnu/emacs-23.3/../packages/org-7.4/lisp/org-agenda hides d:/gnu/emacs-23.3/lisp/org/org-agenda d:/Home/udr/share/emacs/rnews hides d:/gnu/emacs-23.3/lisp/obsolete/rnews Features: (mule-util smtpmail gnus-msg gnus-art mm-uu mml2015 mm-view smime dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source format-spec gnus-start gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems vm-crypto vm-imap newcomment shadow sort message ecomplete mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums nnheader mm-util mail-prsvr gmm-utils wid-edit mailheader canlock hashcash emacsbug mail-utils mailalias vm-reply u-vm-color my-vm vc-bzr sha1 hex-util etags ps-print ps-def lpr vm-save vm-ps-print vm-rfaddons vm-menu vm-window vm-toolbar vm-folder vm-mime vm-undo vm-virtual vm-summary-faces vm-mouse vm-page vm-minibuf vm-message vm-misc vm-macro bbdb-vm vm-summary vm-motion vm-autoload bbdb-snarf mail-extr rfc822 bbdb-com mailabbrev vm debug cus-start cus-load pp multi-isearch help-mode view info easymenu warnings server w3m-load bbdb-autoloads bbdb timezone vm-autoloads vm-version vm-vars org-install autopair advice help-fns advice-preload easy-mmode cl cl-19 savehist tex-site tex-mik telnet movement natural-space NatSpeak sendmail auth-source gnus-util netrc time-date epa-file epa epg epg-config ange-ftp regexp-opt comint ring echistory chistory ehelp electric derived which-func imenu edmacro kmacro jka-compr tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs) -- From unknown Sun Jun 22 03:57:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8549: 23.3; Undocumented setting of eval-expression-debug-on-error Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Jul 2011 13:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8549 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Uday S Reddy Cc: 8549@debbugs.gnu.org Received: via spool by 8549-submit@debbugs.gnu.org id=B8549.131073593018978 (code B ref 8549); Fri, 15 Jul 2011 13:19:02 +0000 Received: (at 8549) by debbugs.gnu.org; 15 Jul 2011 13:18:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhiI2-0004vx-3f for submit@debbugs.gnu.org; Fri, 15 Jul 2011 09:18:50 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhiHq-0004vO-Al for 8549@debbugs.gnu.org; Fri, 15 Jul 2011 09:18:39 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QhiHd-0001VG-TW; Fri, 15 Jul 2011 15:18:21 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: <83tydmbh1y.fsf@cs.bham.ac.uk> (Uday S. Reddy's message of "Mon, 25 Apr 2011 14:23:53 +0100") Date: Fri, 15 Jul 2011 15:18:15 +0200 Message-ID: References: <83tydmbh1y.fsf@cs.bham.ac.uk> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Joni Mitchell's _Ladies of the Canyon_: "Willy" X-Hashcash: 1:23:110715:u.s.reddy@cs.bham.ac.uk::rzZ86l/lR/1jA6Ka:00000000000000000000000000000000000000PmsD X-Hashcash: 1:23:110715:8549@debbugs.gnu.org::WFt4ZfGbv8OMjJYw:000000000000000000000000000000000000000014n9y MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QhiHd-0001VG-TW X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1311340702.27564@Wus7aY2MtiNIPWXsDWFp6w X-Spam-Status: No X-Spam-Score: -2.7 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) Uday S Reddy writes: > There is a tricky variable called `eval-expression-debug-on-error' which > I didn't notice till recently. > > It is getting set automatically in lisp-interaction-mode and in the Lisp > debugger. The manual doesn't say anywhere that this is being done. > > I would prefer that it doesn't get set automatically, given that it has a > tricky behavior. In the light of my previous bug report #8548 that the > debugger can't exit recursive editing levels, making any kind of typing > mistake while working with the debugger puts it in a recursive editing level > where it gets stuck. > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8548 > > If you don't want to change the lisp-interaction-mode and the debugger-mode, > can you at least document it in the manual that the variable gets set in > these modes so that the users can unset it in the mode-hooks? I have > suffered for several years needlessly. I've now mentioned this in the manual, but I've been trying to grep through the code and see why/where this is done, and I'm coming up empty. Does anybody know? And is this a feature or a bug? `eval-expression-debug-on-error' doesn't sound like something that should affect `M-x debug', and the other `eval-expression-' variables are not heeded by doing `M-x debug'. So it seems inconsistent and somewhat confusing. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Sun Jun 22 03:57:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8549: 23.3; Undocumented setting of eval-expression-debug-on-error Resent-From: Uday S Reddy Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Jul 2011 15:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8549 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: Uday S Reddy , 8549@debbugs.gnu.org Received: via spool by 8549-submit@debbugs.gnu.org id=B8549.131074521325686 (code B ref 8549); Fri, 15 Jul 2011 15:54:02 +0000 Received: (at 8549) by debbugs.gnu.org; 15 Jul 2011 15:53:33 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qhkho-0006gF-3y for submit@debbugs.gnu.org; Fri, 15 Jul 2011 11:53:32 -0400 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qhkhm-0006fy-2E for 8549@debbugs.gnu.org; Fri, 15 Jul 2011 11:53:31 -0400 Received: from know-smtpout-4.server.virginmedia.net ([62.254.123.2]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20110715155323.HHFN3933.mtaout02-winn.ispmail.ntl.com@know-smtpout-4.server.virginmedia.net>; Fri, 15 Jul 2011 16:53:23 +0100 Received: from [92.232.137.113] (helo=MARUTI.cs.bham.ac.uk) by know-smtpout-4.server.virginmedia.net with esmtp (Exim 4.63) (envelope-from ) id 1Qhkhf-0006NS-I8; Fri, 15 Jul 2011 16:53:23 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20000.25199.203000.792431@gargle.gargle.HOWL> Date: Fri, 15 Jul 2011 16:53:19 +0100 From: Uday S Reddy In-Reply-To: References: <83tydmbh1y.fsf@cs.bham.ac.uk> X-Mailer: VM 8.2.0a under 23.3.1 (i386-mingw-nt5.1.2600) X-Cloudmark-Analysis: v=1.1 cv=JvdXmxIgLJv2/GthKqHpGJEEHukvLcvELVXUanXFreg= c=1 sm=0 a=_4bcRYoDW5QA:10 a=kj9zAlcOel0A:10 a=GWYZruP43A3HEHL_2ZAA:9 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-Spam-Score: -4.3 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.7 (---) Dear Lars, thanks for your help with Emacs bugs! In response to my other related bug report, #8548, Stefan said that "this part of the C code was changed recently". I haven't checked the development version yet. I will do so now. Cheers, Uday From unknown Sun Jun 22 03:57:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8549: 23.3; Undocumented setting of eval-expression-debug-on-error Resent-From: Uday S Reddy Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Jul 2011 16:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8549 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: Uday S Reddy , 8549@debbugs.gnu.org Received: via spool by 8549-submit@debbugs.gnu.org id=B8549.131074634130757 (code B ref 8549); Fri, 15 Jul 2011 16:13:01 +0000 Received: (at 8549) by debbugs.gnu.org; 15 Jul 2011 16:12:21 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qhkzz-000802-Vm for submit@debbugs.gnu.org; Fri, 15 Jul 2011 12:12:20 -0400 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qhkzy-0007zi-Ow for 8549@debbugs.gnu.org; Fri, 15 Jul 2011 12:12:19 -0400 Received: from know-smtpout-4.server.virginmedia.net ([62.254.123.2]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20110715161207.KHIS10265.mtaout01-winn.ispmail.ntl.com@know-smtpout-4.server.virginmedia.net>; Fri, 15 Jul 2011 17:12:07 +0100 Received: from [92.232.137.113] (helo=MARUTI.cs.bham.ac.uk) by know-smtpout-4.server.virginmedia.net with esmtp (Exim 4.63) (envelope-from ) id 1Qhkzn-0004sz-HJ; Fri, 15 Jul 2011 17:12:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20000.26323.750000.155843@gargle.gargle.HOWL> Date: Fri, 15 Jul 2011 17:12:03 +0100 From: Uday S Reddy In-Reply-To: References: <83tydmbh1y.fsf@cs.bham.ac.uk> X-Mailer: VM 8.2.0a under 23.3.1 (i386-mingw-nt5.1.2600) X-Cloudmark-Analysis: v=1.1 cv=R50lirqlHffDPPkwUlkuVa99MrvKdVWo//yz83qex8g= c=1 sm=0 a=_4bcRYoDW5QA:10 a=kj9zAlcOel0A:10 a=6cZ0-KlnlkJ11ThZMJgA:9 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-Spam-Score: -3.4 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.3 (---) Ok, Checked the development branch as of 2011-06-13. The variable `eval-expression-debug-on-error' continues to get set. On the other hand, exit-recursive-edit is working from the recursive debugger entry. So the bug report #8548 can be closed. Cheers, Uday From unknown Sun Jun 22 03:57:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8549: 23.3; Undocumented setting of eval-expression-debug-on-error Resent-From: npostavs@users.sourceforge.net Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jul 2016 03:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8549 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Uday S Reddy Cc: Lars Magne Ingebrigtsen , 8549@debbugs.gnu.org Received: via spool by 8549-submit@debbugs.gnu.org id=B8549.146820779527601 (code B ref 8549); Mon, 11 Jul 2016 03:30:02 +0000 Received: (at 8549) by debbugs.gnu.org; 11 Jul 2016 03:29:55 +0000 Received: from localhost ([127.0.0.1]:45819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bMRut-0007B7-5I for submit@debbugs.gnu.org; Sun, 10 Jul 2016 23:29:55 -0400 Received: from mail-io0-f170.google.com ([209.85.223.170]:35906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bMRuo-0007Af-79; Sun, 10 Jul 2016 23:29:53 -0400 Received: by mail-io0-f170.google.com with SMTP id s93so46335380ioi.3; Sun, 10 Jul 2016 20:29:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=N77oK2RR7TbsTDyY5y9FJj6A/jhQPJwgin2UGUJQtb0=; b=T3CPO/caqbyY5ApKU0j8NM7sQN2m2bP3pIV+gnkRXQB4R9t/tCkmwPkk9qAiLxFh4I F4A9eMo9P74IdwX6aRefBgNHYS8I42R+ZZgy4EW+Uj1MtDtf6jytV7aIObUx4hwXN+pB NCcExlExrdlmnsXoeuWrKnCWai8Obfjec2D4xzetFoAB09E1Vfi+PjYgQjeuzDHawpsq QF/wrWMIPe+U2pyrMt0sjFk7wH1kvsfMBq+JYMEswIChnJSCLakrN7TlyCwqHaQEYyYA SmHQ+IeuQaX3S7TLPTtixDap4h5XuMJ256xoQGQrU/hpSRnQS4vkeRy8H+/JF+JF13Cb 9h9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=N77oK2RR7TbsTDyY5y9FJj6A/jhQPJwgin2UGUJQtb0=; b=IXOtsaXhBG9ZSqm5AjnOzcsN6v/Xwlnxrqxbh4ugvRI01CnDAbCi4+9lnLoY9Vtx0s kwgI9bOF6yNmag4X7xsPA2ypGG8du5rrsq0JYMm2KDcafkKaToSC5XrbZSPFvWzVoM1i 9sHGvDzzxkV3vSdTEFHG5+CfSm4FnAGkoFf1c+G4MkS4pNBH/RhAq2QQrXYWvzkCP+yK /AL8ytdvaPwvrwyrmZWozCNg8eEwebR0bb0kWxY5GxWUW+TUJS0QAEe0Bg19bhEyeb6L Exy3bv0Kt6zGExgnt6ogWdDINyGObCc081cA+pdG/ZfmI64M9rOGKMnB2a2Ios9SWTl0 L63Q== X-Gm-Message-State: ALyK8tK14R8MNBD9Waio7ICq4nKrgl4zVaYqbKG+l3SJsVfQ6opoxlYErym9ZQFfnr9zhQ== X-Received: by 10.107.152.79 with SMTP id a76mr19415987ioe.24.1468207784659; Sun, 10 Jul 2016 20:29:44 -0700 (PDT) Received: from zony (206-188-64-44.cpe.distributel.net. [206.188.64.44]) by smtp.googlemail.com with ESMTPSA id s20sm6715292ita.8.2016.07.10.20.29.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Jul 2016 20:29:43 -0700 (PDT) From: npostavs@users.sourceforge.net References: <83tydmbh1y.fsf@cs.bham.ac.uk> <20000.26323.750000.155843@gargle.gargle.HOWL> Date: Sun, 10 Jul 2016 23:29:41 -0400 In-Reply-To: <20000.26323.750000.155843@gargle.gargle.HOWL> (Uday S. Reddy's message of "Fri, 15 Jul 2011 17:12:03 +0100") Message-ID: <87wpksg8d6.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tags 8549 fixed close 8549 quit Uday S Reddy writes: > Ok, Checked the development branch as of 2011-06-13. The variable > `eval-expression-debug-on-error' continues to get set. I don't understand what is meant by the variable getting "set". Its default value is t, and has been since it was first introduced in b49df39d (1999-09-14 "(eval-expression-print-level): New variable...."). It was added to the manual in 66249842 (2011-07-15 "(Using Debugger): Mention @code{eval-expression-debug-on-error}") which says it fixes this bug, so I'm closing it now.