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: Fri, 22 May 2009 00:36:55 -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 1242967960 29763 80.91.229.12 (22 May 2009 04:52:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 May 2009 04:52:40 +0000 (UTC) Cc: 3310@emacsbugs.donarmstrong.com To: Stefan Monnier , 3310@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri May 22 06:52:22 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 1M7Mk0-00077h-VU for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 May 2009 06:52:21 +0200 Original-Received: from localhost ([127.0.0.1]:37886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7Mk0-0000NG-GE for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 May 2009 00:52:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7Mjn-0000Kx-9K for bug-gnu-emacs@gnu.org; Fri, 22 May 2009 00:52:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7Mji-0000Jv-0u for bug-gnu-emacs@gnu.org; Fri, 22 May 2009 00:52:06 -0400 Original-Received: from [199.232.76.173] (port=55140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7Mjh-0000Js-L4 for bug-gnu-emacs@gnu.org; Fri, 22 May 2009 00:52:01 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:45424) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M7Mjg-0008Vl-Bh for bug-gnu-emacs@gnu.org; Fri, 22 May 2009 00:52:00 -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 n4M4pvcC010779; Thu, 21 May 2009 21:51:58 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id n4M4jAOG008327; Thu, 21 May 2009 21:45:10 -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: Fri, 22 May 2009 04:45:10 +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.12429670216521 (code B ref 3310); Fri, 22 May 2009 04:45:10 +0000 Original-Received: (at 3310) by emacsbugs.donarmstrong.com; 22 May 2009 04:37:01 +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 n4M4auBv006512 for <3310@emacsbugs.donarmstrong.com>; Thu, 21 May 2009 21:36:57 -0700 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1M7MV5-0001ER-FR; Fri, 22 May 2009 00:36:55 -0400 In-reply-to: (message from Stefan Monnier on Mon, 18 May 2009 16:14:10 -0400) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Fri, 22 May 2009 00: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:28079 Archived-At: > I do not follow you. I don't think this will bother you at all > if you don't use it. AFAICT its implementation has a cost even for those condition-case which don't use the `debug' feature. Every feature has some cost, but I don't see why the cost of this feature is enough to be worth worrying about.