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: Question about an error with ports Date: Fri, 11 Mar 2022 20:49:53 +0100 Message-ID: References: <3f938fe1-9af4-9076-8d50-d1f7b2ddda36@posteo.de> <87ilslc0gn.fsf@laura> <87fsnpbcbp.fsf@laura> <20220311120500.ad94ea6ad79068dc1f8ff85d@gmail.com> <87czisbkng.fsf@laura> <20220311172650.aeab7bf504b38992196e0141@gmail.com> <20220311181317.eddaee41c7293abb432c8321@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-Fi8p0Qboflbzr89oFf7K" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12527"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 To: Chris Vine , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Mar 11 20:50:29 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 1nSlHQ-00031g-Pa for guile-user@m.gmane-mx.org; Fri, 11 Mar 2022 20:50:28 +0100 Original-Received: from localhost ([::1]:50858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nSlHP-0001CY-L1 for guile-user@m.gmane-mx.org; Fri, 11 Mar 2022 14:50:27 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57180) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSlGx-00018v-Hr for guile-user@gnu.org; Fri, 11 Mar 2022 14:49:59 -0500 Original-Received: from [2a02:1800:120:4::f00:14] (port=45524 helo=xavier.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 1nSlGv-0000VL-Tf for guile-user@gnu.org; Fri, 11 Mar 2022 14:49:59 -0500 Original-Received: from [172.20.10.5] ([188.189.148.146]) by xavier.telenet-ops.be with bizsmtp id 57pu2700H39lH3w017pvFA; Fri, 11 Mar 2022 20:49:55 +0100 In-Reply-To: <20220311181317.eddaee41c7293abb432c8321@gmail.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1647028195; bh=hMWWUOYGw2OLRAaie+HC3x7lMSxltrD34DJ0DxVDJzQ=; h=Subject:From:To:Date:In-Reply-To:References; b=MfxRyGExnlb9ZmOgNju+4198706/A8je0o065ir+NqwEs7RXjxgWv1DB8d8kLptak NkXuyHRr/AnJAUVuX8NGneKmpcNJVlS35yyy/fT784hpl6iwHKvN+vwq56COXhj3+9 tDy4Uel2GMONNwEzYSDpOl6A4kTvo+P5vKPs4ZQ9l4LeKVkAjxdGkRSEU6Xqg/yVZT H9nYXKhFyi1A/00S50TkcI3LBRxaDhCgeYS2qjRuV5ts+eljsPNmgOufuJACngF4FP 6qlC3cxqNzRNvlWTzqgXpmHikIhLPia/co29BafPDyFM/oLTJpU0Z/hSBLfbD7Hws7 JYn5N+rYmtGQQ== X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:1800:120:4::f00:14 (failed) Received-SPF: pass client-ip=2a02:1800:120:4::f00:14; envelope-from=maximedevos@telenet.be; helo=xavier.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:18194 Archived-At: --=-Fi8p0Qboflbzr89oFf7K Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Chris Vine schreef op vr 11-03-2022 om 18:13 [+0000]: > code has changed.=C2=A0 I have yet to re-equip my tests to test the write= and > display procedures, Those aren't rewritten in Scheme (yet?). Greetings, Maxime. --=-Fi8p0Qboflbzr89oFf7K 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+4iGRcl7gUCYiun4RccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7ptwAP412UeEbpCiJeMnaWe8BcVpuy/l A1gYTmPMz/xf7HMEkAEAg4PL6jPdVo9uNtHSUZrd5uY+0Cn3bOmJ5fs6FXgYbA0= =7M+U -----END PGP SIGNATURE----- --=-Fi8p0Qboflbzr89oFf7K--