From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.bugs Subject: bug#3310: condition-case-no-debug Date: Mon, 18 May 2009 12:44:47 -0400 Message-ID: References: Reply-To: rms@gnu.org, 3310@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1242665660 2036 80.91.229.12 (18 May 2009 16:54:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2009 16:54:20 +0000 (UTC) Cc: 3310@emacsbugs.donarmstrong.com To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon May 18 18:54:13 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M666O-0002EF-Jd for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 May 2009 18:54:12 +0200 Original-Received: from localhost ([127.0.0.1]:47107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M666O-0003qg-4o for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 May 2009 12:54:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M664R-0002Wf-Mj for bug-gnu-emacs@gnu.org; Mon, 18 May 2009 12:52:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M664J-0002RU-DV for bug-gnu-emacs@gnu.org; Mon, 18 May 2009 12:52:06 -0400 Original-Received: from [199.232.76.173] (port=36384 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M664I-0002RE-B9 for bug-gnu-emacs@gnu.org; Mon, 18 May 2009 12:52:02 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:37643) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M664G-0001Ut-UT for bug-gnu-emacs@gnu.org; Mon, 18 May 2009 12:52:01 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n4IGpu9m016121; Mon, 18 May 2009 09:51:57 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id n4IGoEYE015391; Mon, 18 May 2009 09:50:14 -0700 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Richard M Stallman Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 18 May 2009 16:50:14 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 3310 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 3310-submit@emacsbugs.donarmstrong.com id=B3310.124266509113476 (code B ref 3310); Mon, 18 May 2009 16:50:14 +0000 Original-Received: (at 3310) by emacsbugs.donarmstrong.com; 18 May 2009 16:44:51 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n4IGimk7013470 for <3310@emacsbugs.donarmstrong.com>; Mon, 18 May 2009 09:44:49 -0700 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1M65xH-0002vH-F5; Mon, 18 May 2009 12:44:47 -0400 In-reply-to: (message from Stefan Monnier on Sun, 17 May 2009 15:24:58 -0400) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Mon, 18 May 2009 12:52:06 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:27975 Archived-At: >> (condition-case nil (foo bar) ((debug error) nil)) >> This handles errors but gives the debugger a chance to run first. > Yes, I hate this feature. > You don't have to use it, so why does its existence bother you? Exactly because I have to pay for it even if I never use it. I do not follow you. I don't think this will bother you at all if you don't use it.