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: (. wtf?) Date: Mon, 8 May 2023 12:58:23 +0200 Message-ID: References: <110317045333325207.civodul@toot.aquilenet.fr> <5y949ftu.dag@gnui.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QC0zPnIKyov8k/5u" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16089"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-devel@gnu.org To: Dmitry Alexandrov Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Mon May 08 12:58:46 2023 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 1pvyZq-0003wJ-6M for guile-devel@m.gmane-mx.org; Mon, 08 May 2023 12:58:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pvyZf-0004O2-Au; Mon, 08 May 2023 06:58:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pvyZZ-0004NW-KA for guile-devel@gnu.org; Mon, 08 May 2023 06:58:33 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pvyZW-0003p3-VH for guile-devel@gnu.org; Mon, 08 May 2023 06:58:28 -0400 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=zNVzYpcWH/ZZ/V1DnZ8kjakVujXklQyCNh4ES+1UoYs=; b=Pu/BcR/nhxMqfiDzde3PhxPXMs YMrBxU6cm7TYSQJLFSl4a1Mq07LGv3T77NiZxQLVnNWQ/Xs1he5f5YF8KEIQlEJ2IM/+W2gFSCKoN 0oFxtGcKrKljpYDIT+S1hnxR/uII6WeMZB8BdVIi9yPR9KdAFXtApOLsFacmstS85n/UFK9jVDwJp b074C+SvQYUau1gKzXRZD8we578N8vrTbMX7Y2270g5hB5k/X8NXzeWue1qIHOFQLldZ13v+F0wjN 07iDuwdu/HGB7tFxKSr/tNWbh8W32mEnooht2ZQUJWzHt5sbHWxmUdgn7QBPVp1zNeWz/MTTaGkia pjOhjbmQ==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1pvyZT-0003Ia-Lw; Mon, 08 May 2023 12:58:23 +0200 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-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:21824 Archived-At: --QC0zPnIKyov8k/5u Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 08, 2023 at 01:53:31PM +0300, Dmitry Alexandrov wrote: > wrote: > >> it is required for compatibility with elisp > > > > Is it Guile's incompatibility with Emacs Lisp >=20 > As of now, they are compatible in that regard. >=20 > > (no wonder: the first is a Scheme, the second a Lisp: they are related,= but pretty different) >=20 > Yet, but if I am not mistaken, =3Dscheme=3D and =3Delisp=3D share the bit= s of reader, that are responsible for the subject. Thanks, Arne found the right hint for me :) Cheers --=20 t --QC0zPnIKyov8k/5u Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZFjVyQAKCRAFyCz1etHa Rv9ZAKCBPuNN+CzOdmhmyoO+CXu6BT6GegCdGAd1fXRksd3j/Xc6E7UU38Jq+XE= =0FQ0 -----END PGP SIGNATURE----- --QC0zPnIKyov8k/5u--