From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: bug#47677: [PATCH] condition-case success continuation Date: Mon, 26 Apr 2021 23:46:55 -0400 Message-ID: References: <219007D9-0FD0-4AC2-A8B0-24A0FC277AE8@acm.org> <87lf9nzy48.fsf@gnus.org> <87F315E7-7F8A-46C5-A71B-F090F067D0B8@acm.org> <87sg3uskgt.fsf@gnus.org> <87zgy1qkni.fsf@gnus.org> <87wnsql3dg.fsf@gnus.org> <0CE64301-EF9E-4351-8CFC-6DD272B2B230@acm.org> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28681"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, stefan@marxist.se, monnier@iro.umontreal.ca, 47677@debbugs.gnu.org To: Mattias =?UTF-8?Q?Engdeg=C3=83=C2=A5rd?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Apr 27 05:48:12 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lbEho-0007KS-8i for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 27 Apr 2021 05:48:12 +0200 Original-Received: from localhost ([::1]:56754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbEhn-0006cN-AT for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 26 Apr 2021 23:48:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48158) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbEhe-0006Zm-Hp for bug-gnu-emacs@gnu.org; Mon, 26 Apr 2021 23:48:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36143) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lbEhe-0002B5-AK for bug-gnu-emacs@gnu.org; Mon, 26 Apr 2021 23:48:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lbEhe-0003Xb-9d for bug-gnu-emacs@gnu.org; Mon, 26 Apr 2021 23:48:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Richard Stallman Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 27 Apr 2021 03:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47677 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 47677-submit@debbugs.gnu.org id=B47677.161949522313524 (code B ref 47677); Tue, 27 Apr 2021 03:48:02 +0000 Original-Received: (at 47677) by debbugs.gnu.org; 27 Apr 2021 03:47:03 +0000 Original-Received: from localhost ([127.0.0.1]:47689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbEgh-0003W4-HN for submit@debbugs.gnu.org; Mon, 26 Apr 2021 23:47:03 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbEgg-0003VR-4E for 47677@debbugs.gnu.org; Mon, 26 Apr 2021 23:47:02 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43157) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbEga-0001SW-Pa; Mon, 26 Apr 2021 23:46:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1lbEgZ-00069Y-TO; Mon, 26 Apr 2021 23:46:56 -0400 In-Reply-To: <0CE64301-EF9E-4351-8CFC-6DD272B2B230@acm.org> (message from Mattias =?UTF-8?Q?Engdeg=C3=83=C2=A5rd?= on Mon, 26 Apr 2021 13:53:26 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:204992 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > Most other languages use the same exception system for both errors > and 'throws'; the distinction in Lisp is an artefact of history. That's fine. We are working with Lisp, not those other languages. The most important thing about catch is to keep it stable. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)