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 ms5.migadu.com with LMTPS id 0GySEjHga2KcrwAAbAwnHQ (envelope-from ) for ; Fri, 29 Apr 2022 14:55:13 +0200 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 4ADpEjHga2KALAEA9RJhRA (envelope-from ) for ; Fri, 29 Apr 2022 14:55:13 +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 EB8B212BF8 for ; Fri, 29 Apr 2022 14:55:12 +0200 (CEST) Received: from localhost ([::1]:47104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nkQ9Q-00077X-4t for larch@yhetil.org; Fri, 29 Apr 2022 08:55:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37542) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkQ9G-000748-Bt for guix-patches@gnu.org; Fri, 29 Apr 2022 08:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57277) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nkQ9G-0006lU-2M for guix-patches@gnu.org; Fri, 29 Apr 2022 08:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nkQ9G-0000PB-0S for guix-patches@gnu.org; Fri, 29 Apr 2022 08:55:02 -0400 Subject: bug#55107: [PATCH] gnu: zsh: Build and install info pages. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 29 Apr 2022 12:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55107 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Thiago Jung Bauermann Cc: 55107-done@debbugs.gnu.org, Andrew Tropin Mail-Followup-To: 55107@debbugs.gnu.org, ludo@gnu.org, andrew@trop.in Received: via spool by 55107-done@debbugs.gnu.org id=D55107.16512368901526 (code D ref 55107); Fri, 29 Apr 2022 12:55:01 +0000 Received: (at 55107-done) by debbugs.gnu.org; 29 Apr 2022 12:54:50 +0000 Received: from localhost ([127.0.0.1]:51173 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkQ94-0000OY-3R for submit@debbugs.gnu.org; Fri, 29 Apr 2022 08:54:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkQ93-0000OL-0g for 55107-done@debbugs.gnu.org; Fri, 29 Apr 2022 08:54:49 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47724) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkQ8q-0006i0-TA; Fri, 29 Apr 2022 08:54:42 -0400 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=tp8EcubKTDUh8VxxR5BCJseZYsdxAi7+cYYSsxgT5RQ=; b=QA26bV4HsaQMwYbVEn6y JAVXi7dTTl5xy5+DHIgbag2nO3NU8jRCLGDVbCtlRx3jeqyTQfi83I5pyz8IdbJyg4waBTlrN5Azu eeR6I6YETQAx1cFaHIBeADKHTxmsvqAly/2Jo0DojIzC2aC0xZTN4NUXYaXyewX04dtqh61uq4Fay 7q8yVPyMcbl/znAeC6W7UVYOfXph2ktmUF0bK4wd3mZQOpng90LT2TQ2LOPtP7KXYkgyWrX7TrU4k wA+dUEIqcjtfF1+Ck4pGNNpnRBAWwsLNKDwhZAv3Vg07SX6+xsdKTP9eMTSy2xZsCu8rk61EUgJak 09kJGn0915b/gw==; Received: from [193.50.110.83] (port=54060 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkQ8q-0006ho-8G; Fri, 29 Apr 2022 08:54:36 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <877d7dd2o5.fsf@trop.in> <87zgk718lz.fsf@kolabnow.com> Date: Fri, 29 Apr 2022 14:54:34 +0200 In-Reply-To: <87zgk718lz.fsf@kolabnow.com> (Thiago Jung Bauermann's message of "Wed, 27 Apr 2022 00:51:39 -0300") Message-ID: <87h76c82yd.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-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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651236913; 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=tp8EcubKTDUh8VxxR5BCJseZYsdxAi7+cYYSsxgT5RQ=; b=t88v5dxqEBBFxCUE67zoHO6ALnNSfZtwoZcQ4aAVFF5K8j/JIA1s/yDbu1iGBhuszjJAo7 JZosmToey9GzG6gQlgFyRMRbf7jG8pTn7NARb7o/KHFpxL27+MLe9kdmwzbfglUHicAV3j K+xGAPsuZvKL58oDloKXh9iLeQktuH3UMlYJj+j32lLqQXy8MwtcUDHB/Q/LwpTY0yEg+1 WS2hJQeoax8atAfYubbjfB8MSZ/z54LQ/FT+/L6b240zc/gSqRLSlVuzIsIa7kQp6yS5hq GuGs/Qa/y1qqd17L5hVc/s1w1f8+gsKIS5XCLI5GJIt7viRZcU768wz29yUq7A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651236913; a=rsa-sha256; cv=none; b=kRSo9lo/Zdufs3ief7CW9mRhpcf82XSeo+q9b/A+zPjTa70aXi9HItloNmTDQLHl/fK3kb GQcfxNHKIBjNLjeH9bnJ/pG4jZVvPtJukF35ctHgzorzITlUDAlVGWO9qUICPBSle6YrJl /Z2fH/jsJRGMZGdfXJYbbs26uBpn/VyfCOhMGo1oxhANHk8Yij36d45nNBCTfTb6fucwum O2gLoQ70GKg4JLXLTIDaAOy0KELSoHIoSHxuC4piDQ7Cr455s2oT5hdNuIcVkBK/mksZ2X KlpgVnmUQ9hAUo0CcJS7Mw9TnsK9PVynVu192UDYbKN4b2GbWUqM1Wd0VogTTQ== 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=QA26bV4H; 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" X-Migadu-Spam-Score: -3.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=QA26bV4H; 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" X-Migadu-Queue-Id: EB8B212BF8 X-Spam-Score: -3.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: dpNFJdxCVu6P Hi, Thiago Jung Bauermann skribis: > This looks great. Just a couple of comments: > > Andrew Tropin writes: > >> [[PGP Signed Part:Undecided]] >> >> * gnu/packages/shells.scm (zsh)[arguments]: Build and install info pages. Applied with the changes Thiago suggested. Thanks! Ludo=E2=80=99.