From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.user Subject: Re: Exception handling - symbol for encoding exception type? Date: Tue, 08 Mar 2022 19:20:23 +0100 Message-ID: References: <18366d41-ee52-9122-997e-cd18b04ece3f@posteo.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-fW+AHfO28+DO9JnBk8LH" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17558"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 To: Zelphir Kaltstahl , guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Mar 08 19:21:09 2022 Return-path: Envelope-to: guile-user@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 1nReSK-0004Ob-O7 for guile-user@m.gmane-mx.org; Tue, 08 Mar 2022 19:21:08 +0100 Original-Received: from localhost ([::1]:35626 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nReSJ-0006MK-Kr for guile-user@m.gmane-mx.org; Tue, 08 Mar 2022 13:21:07 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37804) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nReRe-0006Ip-53 for guile-user@gnu.org; Tue, 08 Mar 2022 13:20:26 -0500 Original-Received: from [2a02:1800:110:4::f00:1a] (port=33346 helo=albert.telenet-ops.be) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nReRc-0003Fe-Nb for guile-user@gnu.org; Tue, 08 Mar 2022 13:20:25 -0500 Original-Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by albert.telenet-ops.be with bizsmtp id 3uLP2700B4UW6Th06uLPmH; Tue, 08 Mar 2022 19:20:23 +0100 In-Reply-To: <18366d41-ee52-9122-997e-cd18b04ece3f@posteo.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1646763623; bh=nFksGxFBzYYcfpAOfeOs+I4d9WvRHpsSVNdRrdR6CKY=; h=Subject:From:To:Date:In-Reply-To:References; b=nRL/6QK+YH/Yi5wZT0JEeoQ7QnjmxAsehSf1UWYCmue6QRA5wuvCwLMm+Iz5viu6j dLyc62LuZLpXZac+B+dWgq121lnoWWXcJz0vZOG5VqlX/zECiZ/j1YxtU/v27OE+lY XO8D/lZUb9KeSidrx+888qabYSRh8nHDXXH/DKygsS0pQDCGdbYAn1sK5xkMGqgbM7 SXdNk/+H3ZF+LCnNl4P5oSglpjMkWZ1dM250PmWoN6iK6ymZ2c5m5lAejS0yFjKaa2 XzZyYu26fFL8+LvrvulpcS9I1SUQhB739LwUPcdZut7VaIctpWMvDZFKt8wOpSM74G U7oZyBo18G0mw== X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:1800:110:4::f00:1a (failed) Received-SPF: pass client-ip=2a02:1800:110:4::f00:1a; envelope-from=maximedevos@telenet.be; helo=albert.telenet-ops.be X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18164 Archived-At: --=-fW+AHfO28+DO9JnBk8LH Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Zelphir Kaltstahl schreef op di 08-03-2022 om 17:11 [+0000]: > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (make-non-continuable-error) IIRC, 'make-non-continuable-error' indicates that someone tried to continue into a raise-exception that wasn't continuable. It does not make things non-continuable, it just states that someone tried to continue anyway. What you seem to need is (raise-exception ... #:continuable? #false). However, #:continuable? #false is the default. Greetings, Maxime. --=-fW+AHfO28+DO9JnBk8LH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYieeZxccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7hODAQDMAPIkBHAR7tcHQMzTRd9w5WYa Uouqp7SI8OjAGZhlOwEAuTlqEez7w0DANpg5+aKjWzLUtcodbXOwX3hgijjnlwg= =5rfK -----END PGP SIGNATURE----- --=-fW+AHfO28+DO9JnBk8LH--