From unknown Sat Sep 20 07:52:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53705] [PATCH] gnu: Add emacs-tempel Resent-From: Niklas Eklund Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 01 Feb 2022 17:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53705 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53705@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164373789915424 (code B ref -1); Tue, 01 Feb 2022 17:52:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Feb 2022 17:51:39 +0000 Received: from localhost ([127.0.0.1]:43997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nExJa-00040h-NQ for submit@debbugs.gnu.org; Tue, 01 Feb 2022 12:51:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:33436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nExJZ-00040a-BB for submit@debbugs.gnu.org; Tue, 01 Feb 2022 12:51:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nExJZ-0004dI-2L for guix-patches@gnu.org; Tue, 01 Feb 2022 12:51:37 -0500 Received: from mout02.posteo.de ([185.67.36.66]:34917) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nExJT-00048M-It for guix-patches@gnu.org; Tue, 01 Feb 2022 12:51:35 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C2CFA240105 for ; Tue, 1 Feb 2022 18:51:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1643737886; bh=uZ9BvvR4uLTVAle0BWwgwo2Gce7RFKI7+EABAuIaPV4=; h=From:To:Subject:Date:From; b=AB/UnhfdacJxgHZV1J5gvjQkk3dSsE63f4+bCCdGVXaUzboL5DlHMq7olGqNaymqb yNGVvqEwUQJrw36hIay9eGvAH1DJKgdf8h1tUv2wfDSn93UhukFYofLUjMqBb28ydg bgd8wIAdzFWQ1GOuwIoUYZ9jA13WQQKD8Uaz7Ss5sX19Hdgf028WPMqvYJmL0zGb/B Lp0ypx4lS+nN4kI8In2JdIi55BwRZGEgBXSqlLDhknuZAqgH8zro5SHli3pEEVakqY rgykCAoQ5OAdGgtiiWRSFf5qUJTzD7Cu4AAWBOeZZRzjIlW8wajRYmd2sWdLQvCpVl zYiLVi1Ep3B1A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JpCCy1PK6z9rxf for ; Tue, 1 Feb 2022 18:51:25 +0100 (CET) From: Niklas Eklund Date: Tue, 01 Feb 2022 17:51:25 +0000 Message-ID: <8735l2fpb6.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.66; envelope-from=niklas.eklund@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Hello, this patch adds the emacs-tempel package. /Niklas --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Add-emacs-tempel.patch Content-Description: emacs-tempel >From b890556ed1a43968599caa55472766fbb8a50cd3 Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Tue, 1 Feb 2022 18:49:29 +0100 Subject: [PATCH] gnu: Add emacs-tempel. * gnu/packages/emacs-xyz.scm (emacs-tempel): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 865c7c4172..b88302d967 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12939,6 +12939,31 @@ (define-public emacs-pretty-mode "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.") (license license:gpl3+))) +(define-public emacs-tempel + (package + (name "emacs-tempel") + (version "0.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/minad/tempel") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16972j2qq03q65qszgjjkzl52f79hk007kyi249wg1bqhvfa59b6")))) + (arguments + (list #:tests? #f)) + (build-system emacs-build-system) + (home-page "https://github.com/minad/tempel") + (synopsis "TempEl - Simple templates for Emacs") + (description + "Tempel is a tiny template package for Emacs, which uses the +syntax of the Emacs Tempo library. However Tempo may be a bit +dusty here and there. Therefore we present to you, Tempel, a +modernized implementation of Tempo.") + (license license:gpl3+))) + (define-public emacs-yasnippet (package (name "emacs-yasnippet") -- 2.32.0 --=-=-=-- From unknown Sat Sep 20 07:52:33 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Niklas Eklund Subject: bug#53705: closed (Re: [bug#53705] [PATCH] gnu: Add emacs-tempel) Message-ID: References: <87h79bhfg8.fsf@nicolasgoaziou.fr> <8735l2fpb6.fsf@posteo.net> X-Gnu-PR-Message: they-closed 53705 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53705@debbugs.gnu.org Date: Sun, 06 Feb 2022 21:08:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1644181682-20615-1" This is a multi-part message in MIME format... ------------=_1644181682-20615-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53705: [PATCH] gnu: Add emacs-tempel which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 53705@debbugs.gnu.org. --=20 53705: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53705 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1644181682-20615-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53705-done) by debbugs.gnu.org; 6 Feb 2022 21:07:29 +0000 Received: from localhost ([127.0.0.1]:39938 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGokr-0005Lh-EO for submit@debbugs.gnu.org; Sun, 06 Feb 2022 16:07:29 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:57409) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGokp-0005LT-3y for 53705-done@debbugs.gnu.org; Sun, 06 Feb 2022 16:07:27 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 5C8FDFF805; Sun, 6 Feb 2022 21:07:20 +0000 (UTC) From: Nicolas Goaziou To: Niklas Eklund Subject: Re: [bug#53705] [PATCH] gnu: Add emacs-tempel References: <8735l2fpb6.fsf@posteo.net> Date: Sun, 06 Feb 2022 22:07:19 +0100 In-Reply-To: <8735l2fpb6.fsf@posteo.net> (Niklas Eklund's message of "Tue, 01 Feb 2022 17:51:25 +0000") Message-ID: <87h79bhfg8.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53705-done Cc: 53705-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Niklas Eklund writes: > Hello, > > this patch adds the emacs-tempel package. Thank you. > + (arguments > + (list #:tests? #f)) This is the default in Emacs build system, so I removed it. > + (synopsis "TempEl - Simple templates for Emacs") I removed the first part of the synopsis. > + (description > + "Tempel is a tiny template package for Emacs, which uses the > +syntax of the Emacs Tempo library. However Tempo may be a bit > +dusty here and there. Therefore we present to you, Tempel, a > +modernized implementation of Tempo.") I reworded the description, as most of it was not useful (e.g., modernized implementation doesn't mean much). Applied! Regards, -- Nicolas Goaziou ------------=_1644181682-20615-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Feb 2022 17:51:39 +0000 Received: from localhost ([127.0.0.1]:43997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nExJa-00040h-NQ for submit@debbugs.gnu.org; Tue, 01 Feb 2022 12:51:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:33436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nExJZ-00040a-BB for submit@debbugs.gnu.org; Tue, 01 Feb 2022 12:51:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nExJZ-0004dI-2L for guix-patches@gnu.org; Tue, 01 Feb 2022 12:51:37 -0500 Received: from mout02.posteo.de ([185.67.36.66]:34917) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nExJT-00048M-It for guix-patches@gnu.org; Tue, 01 Feb 2022 12:51:35 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C2CFA240105 for ; Tue, 1 Feb 2022 18:51:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1643737886; bh=uZ9BvvR4uLTVAle0BWwgwo2Gce7RFKI7+EABAuIaPV4=; h=From:To:Subject:Date:From; b=AB/UnhfdacJxgHZV1J5gvjQkk3dSsE63f4+bCCdGVXaUzboL5DlHMq7olGqNaymqb yNGVvqEwUQJrw36hIay9eGvAH1DJKgdf8h1tUv2wfDSn93UhukFYofLUjMqBb28ydg bgd8wIAdzFWQ1GOuwIoUYZ9jA13WQQKD8Uaz7Ss5sX19Hdgf028WPMqvYJmL0zGb/B Lp0ypx4lS+nN4kI8In2JdIi55BwRZGEgBXSqlLDhknuZAqgH8zro5SHli3pEEVakqY rgykCAoQ5OAdGgtiiWRSFf5qUJTzD7Cu4AAWBOeZZRzjIlW8wajRYmd2sWdLQvCpVl zYiLVi1Ep3B1A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JpCCy1PK6z9rxf for ; Tue, 1 Feb 2022 18:51:25 +0100 (CET) From: Niklas Eklund To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-tempel Date: Tue, 01 Feb 2022 17:51:25 +0000 Message-ID: <8735l2fpb6.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.66; envelope-from=niklas.eklund@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Hello, this patch adds the emacs-tempel package. /Niklas --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Add-emacs-tempel.patch Content-Description: emacs-tempel >From b890556ed1a43968599caa55472766fbb8a50cd3 Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Tue, 1 Feb 2022 18:49:29 +0100 Subject: [PATCH] gnu: Add emacs-tempel. * gnu/packages/emacs-xyz.scm (emacs-tempel): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 865c7c4172..b88302d967 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12939,6 +12939,31 @@ (define-public emacs-pretty-mode "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.") (license license:gpl3+))) +(define-public emacs-tempel + (package + (name "emacs-tempel") + (version "0.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/minad/tempel") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16972j2qq03q65qszgjjkzl52f79hk007kyi249wg1bqhvfa59b6")))) + (arguments + (list #:tests? #f)) + (build-system emacs-build-system) + (home-page "https://github.com/minad/tempel") + (synopsis "TempEl - Simple templates for Emacs") + (description + "Tempel is a tiny template package for Emacs, which uses the +syntax of the Emacs Tempo library. However Tempo may be a bit +dusty here and there. Therefore we present to you, Tempel, a +modernized implementation of Tempo.") + (license license:gpl3+))) + (define-public emacs-yasnippet (package (name "emacs-yasnippet") -- 2.32.0 --=-=-=-- ------------=_1644181682-20615-1--