From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 24 10:25:40 2021 Received: (at 52174) by debbugs.gnu.org; 24 Dec 2021 15:25:40 +0000 Received: from localhost ([127.0.0.1]:37908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0mRw-0007FM-46 for submit@debbugs.gnu.org; Fri, 24 Dec 2021 10:25:40 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:58352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0mRv-0007F5-2U for 52174@debbugs.gnu.org; Fri, 24 Dec 2021 10:25:39 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 99034331; Fri, 24 Dec 2021 16:25:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T1684sGLYjLp; Fri, 24 Dec 2021 16:25:33 +0100 (CET) Received: from ribbon (unknown [78.199.208.147]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 62A12BE; Fri, 24 Dec 2021 16:25:31 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Timmy Douglas Subject: Re: [PATCH v2 2/6] gnu: add conmon References: <874k75pzi7.fsf@gnu.org> <058f226cf4e0b5fdb6642ff4b9d20e28b5312781.1639889841.git.mail@timmydouglas.com> <87wnjzjtk2.fsf@gnu.org> <87o859zik7.fsf@timmydouglas.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 4 =?utf-8?Q?Niv=C3=B4se?= an 230 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= 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: Fri, 24 Dec 2021 16:25:30 +0100 In-Reply-To: <87o859zik7.fsf@timmydouglas.com> (Timmy Douglas's message of "Tue, 21 Dec 2021 14:42:16 -0800") Message-ID: <87mtkqt47p.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 99034331 X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 52174 Cc: 52174@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Timmy Douglas skribis: > Ludovic Court=C3=A8s writes: > >> Timmy Douglas skribis: [...] >>> + (arguments >>> + `(#:make-flags (list ,(string-append "CC=3D" (cc-for-target)) >>> + (string-append "PREFIX=3D" %output)) >>> + #:tests? #f ; currently broken as go tries to use = network >> >> Indentation is off. > > emacs really likes to indent it like that. I wonder if I'm missing > something in my setup. I does it right for me, but I forgot if it=E2=80=99s the default or if it= =E2=80=99s thanks to Emacs-Guix or something else. Ludo=E2=80=99.