From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id iPWvIvPQUWEWZwEAgWs5BA (envelope-from ) for ; Mon, 27 Sep 2021 16:10:59 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id oA9GHvPQUWGfUAAAbx9fmQ (envelope-from ) for ; Mon, 27 Sep 2021 14:10:59 +0000 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 51114151B4 for ; Mon, 27 Sep 2021 16:10:59 +0200 (CEST) Received: from localhost ([::1]:35602 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mUrLO-0000Sk-FA for larch@yhetil.org; Mon, 27 Sep 2021 10:10:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59686) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUrKW-0000Og-6i for guix-patches@gnu.org; Mon, 27 Sep 2021 10:10:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58863) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mUrKV-0003wf-5I for guix-patches@gnu.org; Mon, 27 Sep 2021 10:10:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mUrKV-00078k-05 for guix-patches@gnu.org; Mon, 27 Sep 2021 10:10:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50709] [PATCH] gnu: Add zsh-syntax-highlighting. Resent-From: Alexandr Vityazev Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 Sep 2021 14:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50709 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: 50709@debbugs.gnu.org Received: via spool by 50709-submit@debbugs.gnu.org id=B50709.163275177127372 (code B ref 50709); Mon, 27 Sep 2021 14:10:02 +0000 Received: (at 50709) by debbugs.gnu.org; 27 Sep 2021 14:09:31 +0000 Received: from localhost ([127.0.0.1]:42174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUrJz-00077Q-4R for submit@debbugs.gnu.org; Mon, 27 Sep 2021 10:09:31 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36503) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUrJw-000779-GA for 50709@debbugs.gnu.org; Mon, 27 Sep 2021 10:09:29 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 3930D240027 for <50709@debbugs.gnu.org>; Mon, 27 Sep 2021 16:09:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1632751762; bh=aPMPq50+lSWJwaOCINZKgi+U6UYD1W91OxdnDx5Rbg8=; h=From:To:Cc:Subject:Date:From; b=nGExw4zhIZH2GVfvERvVVe+4XDXsr2j25FgcL5ycgMzYQ6RclZD59t72GhVOzyq1g p7wt7o9EPzh/56avB/zWgcF1/Bdi4XBVjlyAj2FTuHkt1aA55VNMqkj8wVy9mO+MNA qNbBFwFBnVL7CY4v17HLdT726CkTB6Qd+BpdM/0N1dEqeepoCx0mtipMGl1bxl8tQg ud/H0ULFfydj+7sHpro9B7HtLqaBgVjekmO8haII/WrcmoJ0XlJlK4Sa7NHcmwaHjQ Xx/sjK12JRazwu6g6TmBJS2XClLdowscV6ROgO9uW3KSdAdF+J32v3zhPndcaUyzSB rLc2lc6xOmcgg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HJ4JJ6ZvZz6tmL; Mon, 27 Sep 2021 16:09:20 +0200 (CEST) From: Alexandr Vityazev References: <87sfxy4zpa.fsf@posteo.org> <8735prk5lo.fsf@yoctocell.xyz> Date: Mon, 27 Sep 2021 14:09:26 +0000 In-Reply-To: <8735prk5lo.fsf@yoctocell.xyz> (Xinglu Chen's message of "Sun, 26 Sep 2021 12:12:51 +0200") Message-ID: <87ilymrtyh.fsf_-_@posteo.org> 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1632751859; 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-cc: 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=aPMPq50+lSWJwaOCINZKgi+U6UYD1W91OxdnDx5Rbg8=; b=R58v+gCvyYT+AQ+HywWaFR+GKWjkMmR5W42UWD4gM37dzhpQzwpP2ZTeDZ0XSKNPSNBd2k Ixvt96WQrBgBLmH57L1RYD1AJ9GhyNCsPP9CTqgIiLHcSMuP3d0s5j5jck8AZv27YZeAZs RCUOZ+XLN9psEIqOQv6UbfEaSr5yprwothT9yneYgkpq67wWmVF+bYkO4y/vt0t8kT0kgT lJbWErLfcyyfABDCRfd3blb5BjZiXDZbUllrzNTveCEQ/l1oGJ8Gq2VI68tVrCiVtP28YA R+UwIGT0upG7RTQURH5v+yk+iN0sTJBZFDXJ+fX165QQW7ZTOyLJjFVN1SG5CQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1632751859; a=rsa-sha256; cv=none; b=TOUlago7f1o5Vg6u1Hjv7Tze2r7c0YfNzd9cbXxMQegVim5fTGReJ/mcKnco7pFulVeyG6 x1j7XlGTM8GaRWM8ts2L5wmInM+R0V3zuZexv1zA1PVgj+NL2UMab6P2/jMoPUrkKL+AuA /xFHNSh555V3S1DiExB5/d7ZNYoX6HBZnfnz6pZXeMpKVixcNgU4G/BvCc+rTY+sl8gNOn fdpAdgKmUfN1rTPmtzABSNZPUmFwFpecLNI3Me+u59av05JTj+WprZ1CEZeMd1l0ghyLGT jaXJ/SomUGvaZAu7hThc4LDuY6skvrC3O0rt11L3xy3n0zOvNjXinCY2OG8EWQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=nGExw4zh; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.29 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.org header.s=2017 header.b=nGExw4zh; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.org (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 51114151B4 X-Spam-Score: -1.29 X-Migadu-Scanner: scn0.migadu.com X-TUID: qEfh7RGq4egR On 2021-09-26, 12:12 +0200, Xinglu Chen wrote: > > Why is =E2=80=98make all=E2=80=99 invoked in the =E2=80=98install=E2=80= =99 phase? > Looks like carelessness and delirium. I agree with all the comments, the attached patch is much better, thanks for the corrections! --=20 Alexandr Vityazev