From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: debug-on-error doesn't catch 'cannot write backup file' Date: Tue, 24 Dec 2002 21:47:08 -0500 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87r8c97jqi.fsf@jidanni.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1040784429 29946 80.91.224.249 (25 Dec 2002 02:47:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Dec 2002 02:47:09 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18R1Zb-0007mp-00 for ; Wed, 25 Dec 2002 03:47:07 +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 18R1Zl-0003rq-09 for gnu-bug-gnu-emacs@m.gmane.org; Tue, 24 Dec 2002 21:47:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18R1Ze-0003pS-00 for bug-gnu-emacs@gnu.org; Tue, 24 Dec 2002 21:47:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18R1Zc-0003oo-00 for bug-gnu-emacs@gnu.org; Tue, 24 Dec 2002 21:47:09 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18R1Zc-0003oi-00 for bug-gnu-emacs@gnu.org; Tue, 24 Dec 2002 21:47:08 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18R1Zc-0000eL-00; Tue, 24 Dec 2002 21:47:08 -0500 Original-To: jidanni@dman.ddts.net In-reply-to: <87r8c97jqi.fsf@jidanni.org> (message from Dan Jacobson on 23 Dec 2002 06:48:53 +0800) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4100 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4100 I did (set-variable (quote debug-on-error) t) but that was not enough to start the dubugger when one hit "Cannot write backup file; backing up in %backup%~" That is not an error. If it were an error, it would make the command fail, and that is not desirable.