From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QBmbEBIAsF8sLgAA0tVLHw (envelope-from ) for ; Sat, 14 Nov 2020 16:04:34 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id sPd9DBIAsF/kOAAA1q6Kng (envelope-from ) for ; Sat, 14 Nov 2020 16:04:34 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A7EC29405D1 for ; Sat, 14 Nov 2020 16:04:33 +0000 (UTC) Received: from localhost ([::1]:45040 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdy2R-0006Wn-Vx for larch@yhetil.org; Sat, 14 Nov 2020 11:04:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37566) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdy1y-0006OC-Ut for bug-guix@gnu.org; Sat, 14 Nov 2020 11:04:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40109) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kdy1y-0008Ce-Ir for bug-guix@gnu.org; Sat, 14 Nov 2020 11:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kdy1y-0004cj-EH for bug-guix@gnu.org; Sat, 14 Nov 2020 11:04:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#44612: Read standard input in `guix repl' Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 14 Nov 2020 16:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44612 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Christopher Baines Received: via spool by 44612-submit@debbugs.gnu.org id=B44612.160536983117754 (code B ref 44612); Sat, 14 Nov 2020 16:04:02 +0000 Received: (at 44612) by debbugs.gnu.org; 14 Nov 2020 16:03:51 +0000 Received: from localhost ([127.0.0.1]:51655 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdy1m-0004cI-Lv for submit@debbugs.gnu.org; Sat, 14 Nov 2020 11:03:50 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:37353) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdy1k-0004c4-CH for 44612@debbugs.gnu.org; Sat, 14 Nov 2020 11:03:48 -0500 X-Originating-IP: 90.92.160.122 Received: from bababa (lfbn-idf2-1-1094-122.w90-92.abo.wanadoo.fr [90.92.160.122]) (Authenticated sender: mail@ambrevar.xyz) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id B0D4C1C0009; Sat, 14 Nov 2020 16:03:40 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <87a6vkc5bt.fsf@cbaines.net> References: <87h7ptzj8t.fsf@ambrevar.xyz> <87zh3l6lzk.fsf@nckx> <87h7ps8duy.fsf@ambrevar.xyz> <87lff46v32.fsf@nckx> <87sg9cxeif.fsf@ambrevar.xyz> <87a6vkc5bt.fsf@cbaines.net> Date: Sat, 14 Nov 2020 17:03:40 +0100 Message-ID: <87361cx6w3.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.5 (++) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: 2.5 (++) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 44612@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: kszFHObKs1JG --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Chris! Christopher Baines writes: >> Any clue how to do that? > > I haven't been following along too closely, but I'm surprised guix repl > --type=3Dmachine hasn't been mentioned, is that relevant? Ha, didn't know about this one, I should have read the manual more closely! Sadly, it doesn't cut it: =2D-8<---------------cut here---------------start------------->8--- > echo '(display "Hi.\n")' | guix repl -t machine 2>/dev/null (repl-version 0 1 1) Hi. (values (non-self-quoting 2052 "#")) =2D-8<---------------cut here---------------end--------------->8--- =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFGBAEBCAAwFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl+v/9wSHG1haWxAYW1i cmV2YXIueHl6AAoJEJvc9Jeku8x/AfgH/jnShi4YLZVPIoXGbFQ3XdXNGXjymW0Z EfkY1miG1w33AsJ0h4sO78CQA66D74+5RSv/ueVgRwaBimrIkMv5gIZTWkDLJUl0 GPTN0fgGLOIOu1w0VShKcE5FSsnhggswudcD8RqNbajPZ7pKkLDjLRl+Y2aeUqTG KtHGNjg0xP3oIlpYs7y2HYATJkjddBQ52g+YjOQ+/uYukw0y+USvTZbPuNOmLIXc OJNnfFwEh8LPRWUzBPavOoWitY+TcyTM5vyXYD7WvsG1W4wae5VErL/AaZCSxvIt 22rZ/krmidgbeQFsbhF9k5HozqndHqVKGCTgpmmDKQOiILYcj0N1swA= =/PMc -----END PGP SIGNATURE----- --=-=-=--