From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Noah Friedman Newsgroups: gmane.emacs.devel Subject: Re: read-file-name error-handling problem Date: Thu, 29 Aug 2002 20:40:55 -0700 (PDT) Sender: emacs-devel-admin@gnu.org Message-ID: <20020829204055.222280.FMU32625@piglet.prv.splode.com> References: <20020810104019.961801.FMU3842@piglet.prv.splode.com> <200208121747.g7CHltR06868@wijiji.santafe.edu> Reply-To: Noah Friedman NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1030678892 24193 127.0.0.1 (30 Aug 2002 03:41:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 Aug 2002 03:41:32 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17kcf3-0006I4-00 for ; Fri, 30 Aug 2002 05:41:29 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17kdBd-0008Jb-00 for ; Fri, 30 Aug 2002 06:15:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kcgP-0006Rf-00; Thu, 29 Aug 2002 23:42:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17kcea-0006Qp-00 for emacs-devel@gnu.org; Thu, 29 Aug 2002 23:41:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17kceY-0006Qd-00 for emacs-devel@gnu.org; Thu, 29 Aug 2002 23:40:59 -0400 Original-Received: from scones-of-silence.splode.com ([216.27.180.143] helo=piglet.prv.splode.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kceY-0006QM-00; Thu, 29 Aug 2002 23:40:58 -0400 Original-Received: (from friedman@localhost) by piglet.prv.splode.com (8.9.3/8.9.3) id UAA09571; Thu, 29 Aug 2002 20:40:55 -0700 Original-To: rms@gnu.org In-Reply-To: <200208121747.g7CHltR06868@wijiji.santafe.edu> (rms@gnu.org Monday, 12 Aug 2002 11:47:55 -0600) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7141 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7141 >I figured out the cause of this. The minibuffer's recursive edit >comes inside your condition-case, and it established an environment >where the debugger is allowed to run. > >It may not be the result that you want, but I am not sure it is a bug. How do I avoid it?