From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: New(?) idea for making backtraces usable: condition-case* Date: Fri, 21 Jul 2023 08:55:16 +0300 Message-ID: <83mszp24hn.fsf@gnu.org> References: <83ttu27c0w.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32157"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 21 07:55:53 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qMj7J-0008AL-FC for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jul 2023 07:55:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qMj6I-0006F8-A9; Fri, 21 Jul 2023 01:54:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qMj6G-0006F0-R5 for emacs-devel@gnu.org; Fri, 21 Jul 2023 01:54:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qMj6F-0007wP-V8; Fri, 21 Jul 2023 01:54:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Y6CzlyuJCfDa3WD/r6llYMNQIxuTRVzx1QMD/56sN6I=; b=PhL4Ne2l6dXW y6zxvdo0sHaXV3YS8R2sQFaZgUzTBKno5K5KAQg6nXHhHCb1X11cYJOwtZch27Zju3uR80GMRmGUX Go1dE0/niJh8oXDI5PsDJFgGH+8ztpMw1KYWZBaaH4zae+VtBkXW0h9gaGChLNXFaxx5/ghTXT5PH 4MYYFI6+u/GIp+chsArnJlEbMBtaQHwA7LhdjBJpf40+gJ/2hU4oYGDb6+mD2IN6CBL4PKnBDjbKx JNlzKPz90sfIs0mjV6Dq2ZLb4q1lN3+M/+WpJ9p1wTF8rAZKpmoiaEUlJMtb5DGR4slB+/pPGR1E6 S1px8GnZGD5BTafebpa4lg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qMj68-0002y3-Uq; Fri, 21 Jul 2023 01:54:41 -0400 In-Reply-To: (message from Richard Stallman on Thu, 20 Jul 2023 22:42:45 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307991 Archived-At: > From: Richard Stallman > Cc: eliz@gnu.org, emacs-devel@gnu.org > Date: Thu, 20 Jul 2023 22:42:45 -0400 > > > I've tried using debug-on-signal, but it triggers just too often to be > > helpful. > > It would not be terribly hard or ugly to create new ways of speciflng > which signals or errors should call the debugger. We already have that for debug-on-error: the value could be a list of errors, not just nil or t.