From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id eLABKwbtN2X9yAAA9RJhRA:P1 (envelope-from ) for ; Tue, 24 Oct 2023 18:12:54 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id eLABKwbtN2X9yAAA9RJhRA (envelope-from ) for ; Tue, 24 Oct 2023 18:12:54 +0200 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 790416E6D1 for ; Tue, 24 Oct 2023 18:12:54 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Ibhmzlgf; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1698163974; a=rsa-sha256; cv=none; b=TqwAYderpcoSDbZ/cWExe+dtdpGXQVRvfNI1NQ95NVKi/FBHbyl+6QCk+YdEBNAt+J3H5k TQvexDOBf9AM9taXUzyQVCSDVFEwmoVyeQX4Qm90KLdXRBg06xkYIuc1z3d78k7UMff3hE wRjug9nZp9z5z0ZZFhWj0RoTsloeI9hhLMaWII1eEhTY+xzlsXjZ15GbEjtEcGBGdm5LMg Ul6fBHhCX5itGEe7Mwe/c0HkME5U1TJa62sdiN81q2yKTPrdfepPMQ/H24uaGjfHNgrotn 1CGKAlO01h1KgcCWa2ny8PigMHnKx/UipHWU57KoFYz/SgGP3UcQt6SvMXv3vg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Ibhmzlgf; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1698163974; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=P82kFSFlJzA5xAN7npfzR1ey4HnBBCIWcbS33a485b0=; b=Mlrs3u3Hw11O8vgFMbc2ECpiPzwNH3Toq6KhKHMd3vTATVbMOsq5NE/MLcehgov8FCk+EV oMIgXSfQXCTS2WA0SrKfVrYHPRemKL/J11BoN7B9YU3PN9Nxuc0cIJ7rq3gQkxpdpwG3gj AlOgw/p0suRPuPCMBC0lXPhDoxdgw2YSc4fOmJPavgI8LKNxoVuLz5NW7s3HPqNmDj4Y8o S5XIueMtgzm1DJ8Dda2gXdYRdKjqah/MuTo56YPUAumaDHOJHFS7EuWb25VnzSuOc2N6AS 8fi2lzhHH2R9Enwq5ezqjLwjCTYV7suQzLpICuPOIhE1ve+/4vfx12rtUakyjA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qvK1I-00018F-7f; Tue, 24 Oct 2023 12:12:40 -0400 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 1qvK1B-00017Z-2i for guix-patches@gnu.org; Tue, 24 Oct 2023 12:12:33 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qvK1A-0006hF-J2 for guix-patches@gnu.org; Tue, 24 Oct 2023 12:12:32 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qvK1d-000529-SH for guix-patches@gnu.org; Tue, 24 Oct 2023 12:13:01 -0400 Subject: bug#66577: [PATCH 0/4] Newcomer-oriented improvements to the manual and cookbook Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 24 Oct 2023 16:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66577 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon Tournier , Mathieu Othacehe Cc: 66577-done@debbugs.gnu.org Mail-Followup-To: 66577@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 66577-done@debbugs.gnu.org id=D66577.169816397219328 (code D ref 66577); Tue, 24 Oct 2023 16:13:01 +0000 Received: (at 66577-done) by debbugs.gnu.org; 24 Oct 2023 16:12:52 +0000 Received: from localhost ([127.0.0.1]:56506 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qvK1T-00051g-T0 for submit@debbugs.gnu.org; Tue, 24 Oct 2023 12:12:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51482) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qvK1Q-00051O-UE for 66577-done@debbugs.gnu.org; Tue, 24 Oct 2023 12:12:49 -0400 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 1qvK0r-0006cU-Rj; Tue, 24 Oct 2023 12:12:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=P82kFSFlJzA5xAN7npfzR1ey4HnBBCIWcbS33a485b0=; b=Ibhmzlgfyh3ECpeI3GaI igmUSzJ5YFvYL3yRdCmfgCJmmHzfo2De3xpS+v1CqIJDuy/eO0TP6Egq4XD8AbHgP49X4vIKpOJjw Sbbx6Nvy+UOfqhe7ulNf+4ojjA0lfYT0XNicqiWMqp6CKYdlJI9zqlwkkkhLmMkEP9mU4AC+1hM63 VjMC8YIZCv27NGJsxYk9+IRSAlChKZitTbbbMdd1jWtN3ZoqJU6Yii6SrOIyfBzbknGvF9La/Zuph Fdn+EaCcdysdo+MGOqQmpqs5RDzYT08TADCRzJrimjmgPrW+pRemOJ3tO+fS7f+UDwsXXnTAXq1fT Q+r+1/BdF/SAOQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <874jinq489.fsf@gmail.com> (Simon Tournier's message of "Wed, 18 Oct 2023 18:34:30 +0200") References: <874jinq489.fsf@gmail.com> Date: Tue, 24 Oct 2023 18:12:11 +0200 Message-ID: <87r0lk57ac.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -6.73 X-Spam-Score: -6.73 X-Migadu-Queue-Id: 790416E6D1 X-TUID: me3A3fh66X9t Hey, Pushed as 216f8ffff49c54ad56209c4fd6528f2d80ee8fed with the change Simon suggested. Thank you Mathieu and Simon for your feedback! Ludo=E2=80=99.