From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qEF1Hgv2uF8pGgAA0tVLHw (envelope-from ) for ; Sat, 21 Nov 2020 11:12:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id GANIGgv2uF/FcQAAB5/wlQ (envelope-from ) for ; Sat, 21 Nov 2020 11:12:11 +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 0F0339401BC for ; Sat, 21 Nov 2020 11:12:11 +0000 (UTC) Received: from localhost ([::1]:42178 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kgQoL-0002FW-2Z for larch@yhetil.org; Sat, 21 Nov 2020 06:12:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48162) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kgQoE-0002FD-Ju for guix-patches@gnu.org; Sat, 21 Nov 2020 06:12:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33446) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kgQoE-0002f3-CZ for guix-patches@gnu.org; Sat, 21 Nov 2020 06:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kgQoE-0001m4-5z for guix-patches@gnu.org; Sat, 21 Nov 2020 06:12:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44547] [PATCH v3 2/2] etc: snippets: Prefill Common Lisp package names. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 21 Nov 2020 11:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44547 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44547@debbugs.gnu.org Received: via spool by 44547-submit@debbugs.gnu.org id=B44547.16059571186798 (code B ref 44547); Sat, 21 Nov 2020 11:12:02 +0000 Received: (at 44547) by debbugs.gnu.org; 21 Nov 2020 11:11:58 +0000 Received: from localhost ([127.0.0.1]:44990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgQoA-0001lZ-B2 for submit@debbugs.gnu.org; Sat, 21 Nov 2020 06:11:58 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:38049) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgQo8-0001lC-4e for 44547@debbugs.gnu.org; Sat, 21 Nov 2020 06:11:56 -0500 Received: from localhost.localdomain (lfbn-idf2-1-1094-122.w90-92.abo.wanadoo.fr [90.92.160.122]) (Authenticated sender: mail@ambrevar.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id D3C40100006 for <44547@debbugs.gnu.org>; Sat, 21 Nov 2020 11:11:49 +0000 (UTC) From: Pierre Neidhardt Date: Sat, 21 Nov 2020 12:11:25 +0100 Message-Id: <20201121111125.30737-2-mail@ambrevar.xyz> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201121111125.30737-1-mail@ambrevar.xyz> References: <87ft530y5i.fsf@ambrevar.xyz> <20201121111125.30737-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.2 (-) 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-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=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-Spam-Score: 5.49 X-TUID: hvjFb8tY8jHI * etc/snippets/text-mode/guix-commit-message-add-cl-package: New file. --- .../text-mode/guix-commit-message-add-cl-package | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/snippets/text-mode/guix-commit-message-add-cl-package diff --git a/etc/snippets/text-mode/guix-commit-message-add-cl-package b/etc/snippets/text-mode/guix-commit-message-add-cl-package new file mode 100644 index 0000000000..d32b9e11b1 --- /dev/null +++ b/etc/snippets/text-mode/guix-commit-message-add-cl-package @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: guix-commit-message-add-cl-package +# key: addcl +# condition: git-commit-mode +# -- +gnu: Add ${1:`(with-temp-buffer + (magit-git-wash #'magit-diff-wash-diffs + "diff" "--staged") + (beginning-of-buffer) + (when (search-forward "+(define-public " nil 'noerror) + (thing-at-point 'sexp 'no-properties)))`}. + +* `(car (magit-staged-files))` (${1:$(replace-regexp-in-string (rx line-start "sbcl" (optional "-cl")) "cl" yas-text)}, ${1:$(replace-regexp-in-string "^sbcl" "ecl" yas-text)}, $1): New variables. \ No newline at end of file -- 2.28.0