From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Blog: Guix packaging tutorial Date: Tue, 02 Oct 2018 18:02:19 +0200 Message-ID: <87va6kuyk4.fsf@ambrevar.xyz> References: <87in397jsd.fsf@ambrevar.xyz> <20180913191151.GA1865@jurong> <87woro5ocf.fsf@ambrevar.xyz> <20180914113302.elqrk3tvdkln2cde@thebird.nl> <87o9cmj0fc.fsf@ambrevar.xyz> <87mus6iypf.fsf@ambrevar.xyz> <87zhw02ea9.fsf@mdc-berlin.de> <87o9cex112.fsf@ambrevar.xyz> <87efdau5x2.fsf@gnu.org> <87murywuvn.fsf@ambrevar.xyz> <87lg7go8cv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7N8E-0007fh-QJ for guix-devel@gnu.org; Tue, 02 Oct 2018 12:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7N88-0004s3-9J for guix-devel@gnu.org; Tue, 02 Oct 2018 12:02:42 -0400 In-reply-to: <87lg7go8cv.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel , Ricardo Wurmus , guix-blog@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Or global variables in the build stage, to be more accurate. :-) > > It=E2=80=99s really a fine point though and shouldn=E2=80=99t block the w= hole tutorial! OK, I'll go ahead then. Another Guix user told me he got confused about the Guile example. `format` seemed confusing. I suggested replacing it with =2D-8<---------------cut here---------------start------------->8--- (define foo "World") (display (string-append "Hello " foo "\n")) =2D-8<---------------cut here---------------end--------------->8--- Apparently the formatting of the REPL was also confusing ("What is this dollar thing, is it some result?" kind of confusion). What about changing the formatting to =2D-8<---------------cut here---------------start------------->8--- (display (string-append "Hello " foo "\n")) =3D> Hello World =2D-8<---------------cut here---------------end--------------->8--- Or should I use a Unicode arrow (e.g. =E2=87=92 in the Guile manual)? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAluzlosACgkQm9z0l6S7 zH8QEQf+KCOOix5if83Hz2CsGis3mxvqmaDr2BV02zBKDpFUOiZ1OlrfFdgUpf8+ 2G5brkZv34RvHHZ0uGPx0B4ajqRiwChRvzxy2NObSn51gGx+XZQXCCsmRj3uWei+ ebDpsHWz5P40wwLGR6EHsAb9QaG156GQHw5/6CGsncehUD7aG6osJOAc6CrpLSKO VYpdPA0T4uuM5yswbOdRv2JcrTkt4j8YhScnIAADskzWVc/zBiTo82b21I99pvOp msLhTEPAymNkpcOUNUFl1oxyeHno+DnD86zzCfRXWdnYSvGGHqaWCELKPGoZp6IV QmFAP5Ln1Su2BvDgbOEqxkCiIplYig== =aVla -----END PGP SIGNATURE----- --=-=-=--