From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ami Fischman Newsgroups: gmane.emacs.devel Subject: how to set debug-on-error permanently? Date: Thu, 19 Dec 2002 10:09:14 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040321529 2656 80.91.224.249 (19 Dec 2002 18:12:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Dec 2002 18:12:09 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18P59U-0000gf-00 for ; Thu, 19 Dec 2002 19:12:08 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18P5Ai-0002Ay-00 for ; Thu, 19 Dec 2002 19:13:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18P599-0005S8-05 for emacs-devel@quimby.gnus.org; Thu, 19 Dec 2002 13:11:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18P57B-0004dj-00 for emacs-devel@gnu.org; Thu, 19 Dec 2002 13:09:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18P56r-0004OL-00 for emacs-devel@gnu.org; Thu, 19 Dec 2002 13:09:26 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18P56h-0004JG-00 for emacs-devel@gnu.org; Thu, 19 Dec 2002 13:09:15 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18P56F-0000Sj-00 for ; Thu, 19 Dec 2002 19:08:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18P56E-0000Sa-00 for ; Thu, 19 Dec 2002 19:08:46 +0100 Original-Path: not-for-mail Original-Lines: 12 Original-X-Complaints-To: usenet@main.gmane.org Mail-Copies-To: nobody User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:dNBO3xub28xxXmRxez+3ZMk20oA= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10284 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10284 Hi there, While debugging elisp code, I frequently M-x toggle-debug-on-error before running my code. However, it seems that the debug-on-error flag gets toggled back as soon as the first error happens. This means I need to toggle it before each run that follows an unsuccessful run. Is there some way to set the flag permanently in a session? Cheers, -- Ami Fischman usenet@fischman.org