From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: Quiet compilation for scripting Date: Sat, 16 Mar 2024 07:08:15 +0100 Message-ID: References: <874jd7nycq.fsf@free-comp-shop.com> <875xxn9vlk.fsf@laura> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mbhJOtjg+pUAO6BJ" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30542"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Matt Wette Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Mar 16 07:09:02 2024 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 1rlNE6-0007jI-2m for guile-user@m.gmane-mx.org; Sat, 16 Mar 2024 07:09:02 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rlNDT-000337-3v; Sat, 16 Mar 2024 02:08:23 -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 1rlNDQ-00032w-MC for guile-user@gnu.org; Sat, 16 Mar 2024 02:08:21 -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 1rlNDO-0003b8-8B for guile-user@gnu.org; Sat, 16 Mar 2024 02:08:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To: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=OvzhGhWCXvo9zda6Xdi3h+/Dw/Td3MmD+ORhEVFTmhY=; b=DwVnHJV5/cLpkUXdJunBkMZbI5 lUqfgfdQVN2DLQ2PAxdNE+ArgRoIfaaoBxxyFz9ar2RHpqcPzI0RVgEQxUpTEGYWGfJdAOyLJQ2Rk YjcJwRFZkO8Bx3m06G+4FKwIMuhbd5wCz+KJdbx/4ocZYq7i4I+eG9Xal9X5HeqQ0k3FOuigJg0dk JmwcBq1pD1/jBgoX46eHgZ+BFUYDk82uOrm0b295n9FUZs1NHfLvyBsuVecnBPqpFPXrutGGVAIlh ByqgqgpWmvYBrhCkERlDw15TLbUR3OnC+7pdSwWBHKf8YCJ6Ald9cet5hiBVOs+5SH2fcDMUjWtQA WQteFARQ==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1rlNDL-00041Y-3h; Sat, 16 Mar 2024 07:08:15 +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-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-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:19481 Archived-At: --mbhJOtjg+pUAO6BJ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 15, 2024 at 01:52:10PM -0700, Matt Wette wrote: > On 3/15/24 1:47 PM, Marc Chantreux wrote: > > On Fri, Mar 15, 2024 at 08:00:09PM +0100, tomas@tuxteam.de wrote: > > > > I think most of Guile user actually want this feature for a long ti= me. > > > > I can understand. > > > I agree. > > so do I. >=20 > As mentioned on another topic (start=3Dup message) I had once hacked guil= e to > have a > info-port, with initial welcome message and compile messages going to > (current-info-port). Thanks. To me, that makes a lot of sense, yes. Cheers --=20 t --mbhJOtjg+pUAO6BJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZfU3SAAKCRAFyCz1etHa RiIHAJ9fumq96KCNWD89ZZ4j+nMFqxygtACeJNc/THj0h6zdxKi1OQa+fKH93rk= =5xLo -----END PGP SIGNATURE----- --mbhJOtjg+pUAO6BJ--