From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add Viper bell to debug-ignored-errors Date: Sat, 09 Mar 2019 11:53:57 -0500 Message-ID: References: <20190309133639.zcpnckygjmkniqge@nullprogram.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="215269"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 09 17:54:18 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h2fEo-000tpV-0g for ged-emacs-devel@m.gmane.org; Sat, 09 Mar 2019 17:54:18 +0100 Original-Received: from localhost ([127.0.0.1]:32863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2fEn-00019h-1R for ged-emacs-devel@m.gmane.org; Sat, 09 Mar 2019 11:54:17 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2fEe-00019Q-RM for emacs-devel@gnu.org; Sat, 09 Mar 2019 11:54:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2fEd-0001yP-66 for emacs-devel@gnu.org; Sat, 09 Mar 2019 11:54:08 -0500 Original-Received: from [195.159.176.226] (port=53044 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h2fEc-0001vU-EW for emacs-devel@gnu.org; Sat, 09 Mar 2019 11:54:07 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1h2fEZ-000tX5-Bl for emacs-devel@gnu.org; Sat, 09 Mar 2019 17:54:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:te/Za5LSSTlun2JFrpITK/w4U7g= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:233974 Archived-At: > Using Viper and toggle-debug-on-error at the same time is irritating > because the debugger is activated on each "Viper bell" signal. This is > solved by adding the signal to debug-ignored-errors. Good catch, thanks. Nowadays these kinds of problems are solved by using `user-error` instead of `error`. This saves you the trouble of messing with debug-ignored-errors. Can you provide an updated patch using that? Also, while this is sufficiently trivial not to require copyright paperwork, it gets you closer to this point so it might be a good time to start the process (IIRC you also have some packages that we could include in GNU ELPA). For that, please fill the form below and send it as instructed to the FSF so they can send you the relevant paperwork to sign. Stefan Please email the following information to assign@gnu.org, and we will send you the assignment form for your past and future changes. Please use your full legal name (in ASCII characters) as the subject line of the message. ---------------------------------------------------------------------- REQUEST: SEND FORM FOR PAST AND FUTURE CHANGES [What is the name of the program or package you're contributing to?] Emacs [Did you copy any files or text written by someone else in these changes? Even if that material is free software, we need to know about it.] [Do you have an employer who might have a basis to claim to own your changes? Do you attend a school which might make such a claim?] [For the copyright registration, what country are you a citizen of?] [What year were you born?] [Please write your email address here.] [Please write your postal address here.] [Which files have you changed so far, and which new files have you written so far?]