From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id CLVtNIYbBmQ8DQAASxT56A (envelope-from ) for ; Mon, 06 Mar 2023 17:57:42 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id WD1jNIYbBmT3AAEA9RJhRA (envelope-from ) for ; Mon, 06 Mar 2023 17:57:42 +0100 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 BB7CD30F27 for ; Mon, 6 Mar 2023 17:57:42 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZE8f-0007on-1W; Mon, 06 Mar 2023 11:56:41 -0500 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 1pZE8d-0007oa-4G for guix-devel@gnu.org; Mon, 06 Mar 2023 11:56:39 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZE8c-0000nL-HM; Mon, 06 Mar 2023 11:56:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=CgeqMJTsxFrGqIwfC3tkLCCBbGqSolOVRhmMFH0PWME=; b=pklWg7ZI/ZovmuEmQjbe zN1rm49BafPmayB4ZAuswYQfJ5/pLmbayWoFx5EPHWOUS3oKGqniZ7bSPBYlBkAL2dhdCOHxrZED1 baoOXhABo8Dd2o9+Mo3o604o8Ve/aHX4s+gP4F3zppWDYzWqOzTVNkhAxSicDb6q0D5jbBh0xGeIE vBMxwgpy0YJb012BNw46vRMA7z4HftEfqXQkSLGd7TvDdYWKQxq1xvwS4qbX1lQfxRziAnu5C6KOH s8wKKuGGnb8FgbL4k6ap2wD2+DoDCt6TSxDo+VNLIGCy+lUKt/3B7d3g9CC/iiZzPAtJayTL59HkQ jgeI/SW7+2zklw==; Received: from [193.50.110.138] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZE8b-0001Uj-3b; Mon, 06 Mar 2023 11:56:37 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxim Cournoyer Cc: efraim@flashner.co.il, guix-devel Subject: Re: Feedback on indentation rules References: <20230203221409.15886-2-maxim.cournoyer@gmail.com> <20230203221409.15886-5-maxim.cournoyer@gmail.com> <87357alp9n.fsf_-_@gnu.org> <878rgxws6l.fsf@gmail.com> <871qmg5qpj.fsf@gnu.org> <877cw8hvlk.fsf_-_@gmail.com> <87356oijrf.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Sextidi 16 =?utf-8?Q?Vent=C3=B4se?= an 231 de la =?utf-8?Q?R=C3=A9volution=2C?= jour de =?utf-8?Q?l'=C3=89pinard?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 06 Mar 2023 17:56:31 +0100 In-Reply-To: <87356oijrf.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 01 Mar 2023 10:17:08 -0500") Message-ID: <87cz5l95ts.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list 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+larch=yhetil.org@gnu.org Sender: guix-devel-bounces+larch=yhetil.org@gnu.org X-TUID: 0ozU49hFuNLx Hi, Maxim Cournoyer skribis: > Thanks for the feedback. I wonder if some are of the opinion that since > gexp->derivation is a plain function rather than a syntax having a > special form for its 2nd argument, we should leave the default > indentation rules untouched for it? Yes, that=E2=80=99s my take and current practice so far: special rules for special forms (macros), not for procedures. Ludo=E2=80=99.