From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UL23Ne0T6WKPWAAAbAwnHQ (envelope-from ) for ; Tue, 02 Aug 2022 14:09:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id iGGvNO0T6WKKaQAAG6o9tA (envelope-from ) for ; Tue, 02 Aug 2022 14:09:17 +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 9782B21E86 for ; Tue, 2 Aug 2022 14:09:17 +0200 (CEST) Received: from localhost ([::1]:41508 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oIqi3-0004Kn-Vs for larch@yhetil.org; Tue, 02 Aug 2022 08:09:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIqhq-0004Hf-Hw for guix-patches@gnu.org; Tue, 02 Aug 2022 08:09:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52975) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oIqhq-0006zf-8i for guix-patches@gnu.org; Tue, 02 Aug 2022 08:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oIqhp-00089Q-Ry for guix-patches@gnu.org; Tue, 02 Aug 2022 08:09:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56881] [PATCH] gnu: Add emacs-consult-yasnippet. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 02 Aug 2022 12:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56881 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Nicolas Graves" , <56881@debbugs.gnu.org> Received: via spool by 56881-submit@debbugs.gnu.org id=B56881.165944210931287 (code B ref 56881); Tue, 02 Aug 2022 12:09:01 +0000 Received: (at 56881) by debbugs.gnu.org; 2 Aug 2022 12:08:29 +0000 Received: from localhost ([127.0.0.1]:42724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIqhI-00088Y-Rg for submit@debbugs.gnu.org; Tue, 02 Aug 2022 08:08:29 -0400 Received: from knopi.disroot.org ([178.21.23.139]:59822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIqhG-00088O-3c for 56881@debbugs.gnu.org; Tue, 02 Aug 2022 08:08:27 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9CAB340ECA; Tue, 2 Aug 2022 14:08:24 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UuG5Se3O8FUT; Tue, 2 Aug 2022 14:08:23 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1659442071; bh=X9sbG5M8zNnufkOlcEUx3pg045JDa48sJnWjywBL//A=; h=Date:Subject:From:To:References:In-Reply-To; b=hOzKpSC3g/Ir2g0LxVETRZbB5i2Ct5IDhJBPeqv23YZ3W21ZNDIM549mFa0MVDtY/ 5C/vOR8X5/CdSEv5kjAElAbUFrD3XYmOat/M7FnIOGWiSdS/v+Mm7Zz50DFtmy0Ncl xe+yIV6rmSQvK9sLkDZlN0kbQS75CtliTvXAINaOZDExbSGTQkfrtBy6IU7oCW9Ab6 Nc6HM4txPeOrta6V+hhVQ/HpbkPn46r9y59mlqY6rKrVjvbKybv/rJ0MgwabCTmMJR NaYRmRRxvMZwEr+/B+12x64V+S3Rl8XNvcFEMR0OJiocHrF4ja4bJToUWvmbEvF5uR U/n1nn97GxXfw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 02 Aug 2022 13:07:51 +0100 Message-Id: References: <20220802113957.29792-1-ngraves@ngraves.fr> <875yjaua84.fsf@ngraves.fr> In-Reply-To: <875yjaua84.fsf@ngraves.fr> 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" Reply-to: "\(" X-ACL-Warn: , "\( via Guix-patches" From: "\( via Guix-patches" via 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=1659442157; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=Wz1Nqtdm5dVQ8zi8yzPjA8kSqnavGwnn3dlK6Yiqs6M=; b=oZOZ/gdPLR+6zHZGltOh8hHVgOHkqQiXQpKzAza53gqNgeDLSa0FQAAg+eSg5kJmnvKpqU 5jdVdxpCFVgew+l/AXURwH30XoDDpn2sgG9AvkexEtXnnxNqyF0MKLjudliLvjyEubT57n uYdR3s90o14/SzMdLUXBz3OE3cDvE/+1gb2qdtBu8TleUt/Dka76K9UVLqmGX5YxXLDX0D nLs3CICu1szDtE2WtYaoO2P3FLs1MDzwL6JGyqtNjrFv77VQ9TSBpsMQE/RgZw6HP0tVXI rCOPGQVNVRO/7FecjtF3WUG3VoujJqXG+zpFjJHnXQuL+2u8WSJ/HQ9PAJO7fw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659442157; a=rsa-sha256; cv=none; b=FVtMpbSZVVwSisLeNDVXvv6R8+8qqnj8N+ilQ0bu/q9lKK+1mmY9e8hoDUZd/xkeAF6ulh xc55WkOIkDiY/IWO7It5QqUvZ+m2FbQVJmnRdJk+MLince0jdP0FLvW7lMLIh8tR8nPip7 CZPzDNx0X5b/mRHWcv/egcKNsfdfhig6X/V2qDGrCXQoPuQLWbz4bDsQqB3pKVSSYE8SBD t1jlo1bewuRqw/OSSDUeUK4V5VpJue5sJrh0zf+s+hcqpBKu/ickuwv16sa36dygueI2wO fn3SM9YI4GezAIZLJi1WBcXhYoRSWfygz0phSqRhBMxLSU7Jhqo8rSG8e0Lctw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=hOzKpSC3; 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: -2.92 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=hOzKpSC3; 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: 9782B21E86 X-Spam-Score: -2.92 X-Migadu-Scanner: scn0.migadu.com X-TUID: nE+LCBMSfpL+ On Tue Aug 2, 2022 at 12:59 PM BST, Nicolas Graves via Guix-patches via wro= te: > Indeed. Should I sent an updated patch ?=20 Yeah. =CA=83 # after applying my change =CA=83 git add -p =CA=83 git commit --amend =CA=83 git send-email --to=3D56881@debbugs.gnu.org -v2 -- (