From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: tomas@tuxteam.de Newsgroups: gmane.lisp.guile.devel Subject: Re: Fwd: [Patch] definitions in when, unless, do as well as in cond- and case-clauses Date: Sun, 6 Feb 2022 11:48:49 +0100 Message-ID: References: <38a7683ab39f412cd6f5b137d2f6ebd6f5410c5e.camel@telenet.be> <8db379b94c9d724c833478db7e6e8a6a4f379f69.camel@telenet.be> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O/fYbyEgZE1NIN/t" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37062"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-devel@gnu.org To: Linus =?utf-8?Q?Bj=C3=B6rnstam?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sun Feb 06 11:49:39 2022 Return-path: Envelope-to: guile-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 1nGf6x-0009R8-5i for guile-devel@m.gmane-mx.org; Sun, 06 Feb 2022 11:49:39 +0100 Original-Received: from localhost ([::1]:56810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGf6w-0007dY-5t for guile-devel@m.gmane-mx.org; Sun, 06 Feb 2022 05:49:38 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54718) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGf6K-0007YL-VU for guile-devel@gnu.org; Sun, 06 Feb 2022 05:49:00 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:51634) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGf6I-0004sz-EE for guile-devel@gnu.org; Sun, 06 Feb 2022 05:49:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject :Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=nxJIdKfmaIQ1o/uVpBjmR/id3iZFKTEp4EXt6QfL+y0=; b=gNUmqNeojVFY8QD49gVXsTYsyN B+YYro70ZjWVdInymtYp38ni39zzL7Vic08fJ/nWPk41gabxA9y7qxKDrK9fOhE4B7R1hFfQKe5jZ k3u1W8k9vKmTdcD8qIi9RCa3S3BJ8Mefezra73Yqcoov+5sG/mUyWEnu0I3Pw35RCXJGfrRQsSJHa MPWlLCisoQZ1MHyG9MuCa+Z+FI1cqgMTGbPpCuhVRMcE7ToBtbHh9k+tUjDB7Z4SGPxK2QLEhN6uZ FL0Ecatv/K3uhJly4cXfUcdZEefxn1/sxWTMUleOUWffK7M5TzorMQNXHHGFEu+7Igobq39x/LlTV bdHi1GHg==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1nGf69-0003EZ-UB; Sun, 06 Feb 2022 11:48:49 +0100 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:21079 Archived-At: --O/fYbyEgZE1NIN/t Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 06, 2022 at 10:45:54AM +0100, Linus Bj=C3=B6rnstam wrote: > You need to use ,optimize.=20 Thanks you both, Maxime and Linus, for giving me a new lantern :) Cheers --=20 t --O/fYbyEgZE1NIN/t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCYf+niwAKCRAFyCz1etHa RpJdAJsHTCfWzrrbsDDZEtJbMfKk1IUtKACeLjIbiMgBVeJdw2zF/7Eknx7FRvI= =tk0I -----END PGP SIGNATURE----- --O/fYbyEgZE1NIN/t--