From unknown Sun Jun 15 08:54:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60111] [PATCH] gnu: Add emacs-tempel-eglot. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Dec 2022 06:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 60111 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60111@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167117100816118 (code B ref -1); Fri, 16 Dec 2022 06:11:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Dec 2022 06:10:08 +0000 Received: from localhost ([127.0.0.1]:47305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p63v5-0004Bu-TJ for submit@debbugs.gnu.org; Fri, 16 Dec 2022 01:10:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:33474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p63v3-0004Bo-SB for submit@debbugs.gnu.org; Fri, 16 Dec 2022 01:10:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p63v2-0006fq-VQ for guix-patches@gnu.org; Fri, 16 Dec 2022 01:10:05 -0500 Received: from mx2.dismail.de ([159.69.191.136]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p63uz-000709-Hs for guix-patches@gnu.org; Fri, 16 Dec 2022 01:10:03 -0500 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 1a935fc1 for ; Fri, 16 Dec 2022 07:09:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=VU1aa1gel1fK3lj1lfFrbfgpfwYVb3B4t6YQOCFDt+U=; b= VOCCnlzaJxS5bpfddke9kA7IKQjeFUGQyk+zlpJG7Lwg7w5/HpFgNmi3QTIz/zjT Rru4dvIH13ISP/wAObP9XxuBa4zs7sY0w/MqNleKyghGMt9DFiPVr8MYlf5a+dQE ltbxZSvJuTMt7ewirzFgSb2aWAt79pM1wm9OlOM3k7FJ2PdocfF5+TcVh6i3Gqi6 kMXfriDfD89O9tQIKWLQ7LOwP6/V2IcJhgiNWnjxw/hdjRaCflD0sfXydvtjOPlX EIfGl7JcYG8e1mF2lLcAWCGgia+6Aq1mEaeQNHu+RpFzViOuWSLu/0updFZP/+y4 DcsF0nUEEpe3VPTlflVGlA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 5741e014 for ; Fri, 16 Dec 2022 07:09:55 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 36175116 for ; Fri, 16 Dec 2022 07:09:54 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id a24f8706 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 16 Dec 2022 07:09:54 +0100 (CET) From: jgart Date: Fri, 16 Dec 2022 00:09:19 -0600 Message-Id: <20221216060919.11252-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=159.69.191.136; envelope-from=jgart@dismail.de; helo=mx2.dismail.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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/packages/emacs-xyz.scm (emacs-tempel-eglot): New variable. --- gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4a93093cdb..684dcf376b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10234,6 +10234,29 @@ (define-public emacs-consult-eglot call.") (license license:gpl3+))) +(define-public emacs-eglot-tempel + (let ((commit "e08b203d6a7c495d4b91ed4537506b5f1ea8a84f") + (revision "0")) + (package + (name "emacs-eglot-tempel") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/fejfighter/eglot-tempel") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0f4m0bb1f91x9jqfc0ny95a3pfh1mzzjzdjpa6f548hynq8j34ib")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-eglot emacs-tempel)) + (home-page "https://github.com/fejfighter/eglot-tempel") + (synopsis "Bridge for tempel templates with eglot") + (description "Simple shim adapter to use the tempel templating +library with eglot instead of yasnippet.") + (license license:gpl3+)))) + (define-public emacs-consult-yasnippet (let ((commit "ae0450889484f23dc4ec37518852a2c61b89f184") (revision "0")) -- 2.38.1 From unknown Sun Jun 15 08:54:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60111] [PATCH] gnu: Add emacs-tempel-eglot. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Dec 2022 17:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60111 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60111@debbugs.gnu.org Cc: 60111-done@debbugs.gnu.org, jgart X-Debbugs-Original-To: jgart via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.167121299517822 (code B ref -1); Fri, 16 Dec 2022 17:50:02 +0000 Received: (at submit) by debbugs.gnu.org; 16 Dec 2022 17:49:55 +0000 Received: from localhost ([127.0.0.1]:50657 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6EqI-0004dN-PP for submit@debbugs.gnu.org; Fri, 16 Dec 2022 12:49:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:37220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6EqH-0004dC-1s for submit@debbugs.gnu.org; Fri, 16 Dec 2022 12:49:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p6EqG-0008VJ-Rx for guix-patches@gnu.org; Fri, 16 Dec 2022 12:49:52 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p6EqE-0004xW-Ob for guix-patches@gnu.org; Fri, 16 Dec 2022 12:49:52 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 23AEA60007; Fri, 16 Dec 2022 17:49:44 +0000 (UTC) From: Nicolas Goaziou References: <20221216060919.11252-1-jgart@dismail.de> Date: Fri, 16 Dec 2022 18:49:44 +0100 In-Reply-To: <20221216060919.11252-1-jgart@dismail.de> (jgart via Guix-patches via's message of "Fri, 16 Dec 2022 00:09:19 -0600") Message-ID: <87cz8jdyrr.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.195; envelope-from=mail@nicolasgoaziou.fr; helo=relay3-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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.6 (--) Hello, jgart via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-tempel-eglot): New variable. Applied. Thank you. Note: the package is actually emacs-eglot-tempel. I capitalized synopsis and description, and used complete sentences in the latter. Regards, -- Nicolas Goaziou From unknown Sun Jun 15 08:54:15 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: jgart Subject: bug#60111: closed (Re: [bug#60111] [PATCH] gnu: Add emacs-tempel-eglot.) Message-ID: References: <87cz8jdyrr.fsf@nicolasgoaziou.fr> <20221216060919.11252-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 60111 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 60111@debbugs.gnu.org Date: Fri, 16 Dec 2022 17:50:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1671213003-17854-1" This is a multi-part message in MIME format... ------------=_1671213003-17854-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #60111: [PATCH] gnu: Add emacs-tempel-eglot. 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 60111@debbugs.gnu.org. --=20 60111: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D60111 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1671213003-17854-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 60111-done) by debbugs.gnu.org; 16 Dec 2022 17:49:55 +0000 Received: from localhost ([127.0.0.1]:50659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6EqJ-0004dP-2Z for submit@debbugs.gnu.org; Fri, 16 Dec 2022 12:49:55 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:32887) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p6EqH-0004d8-F7 for 60111-done@debbugs.gnu.org; Fri, 16 Dec 2022 12:49:53 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 23AEA60007; Fri, 16 Dec 2022 17:49:44 +0000 (UTC) From: Nicolas Goaziou To: jgart via Guix-patches via Subject: Re: [bug#60111] [PATCH] gnu: Add emacs-tempel-eglot. References: <20221216060919.11252-1-jgart@dismail.de> Date: Fri, 16 Dec 2022 18:49:44 +0100 In-Reply-To: <20221216060919.11252-1-jgart@dismail.de> (jgart via Guix-patches via's message of "Fri, 16 Dec 2022 00:09:19 -0600") Message-ID: <87cz8jdyrr.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 60111-done Cc: 60111-done@debbugs.gnu.org, jgart 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, jgart via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-tempel-eglot): New variable. Applied. Thank you. Note: the package is actually emacs-eglot-tempel. I capitalized synopsis and description, and used complete sentences in the latter. Regards, -- Nicolas Goaziou ------------=_1671213003-17854-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Dec 2022 06:10:08 +0000 Received: from localhost ([127.0.0.1]:47305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p63v5-0004Bu-TJ for submit@debbugs.gnu.org; Fri, 16 Dec 2022 01:10:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:33474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p63v3-0004Bo-SB for submit@debbugs.gnu.org; Fri, 16 Dec 2022 01:10:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p63v2-0006fq-VQ for guix-patches@gnu.org; Fri, 16 Dec 2022 01:10:05 -0500 Received: from mx2.dismail.de ([159.69.191.136]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p63uz-000709-Hs for guix-patches@gnu.org; Fri, 16 Dec 2022 01:10:03 -0500 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 1a935fc1 for ; Fri, 16 Dec 2022 07:09:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=VU1aa1gel1fK3lj1lfFrbfgpfwYVb3B4t6YQOCFDt+U=; b= VOCCnlzaJxS5bpfddke9kA7IKQjeFUGQyk+zlpJG7Lwg7w5/HpFgNmi3QTIz/zjT Rru4dvIH13ISP/wAObP9XxuBa4zs7sY0w/MqNleKyghGMt9DFiPVr8MYlf5a+dQE ltbxZSvJuTMt7ewirzFgSb2aWAt79pM1wm9OlOM3k7FJ2PdocfF5+TcVh6i3Gqi6 kMXfriDfD89O9tQIKWLQ7LOwP6/V2IcJhgiNWnjxw/hdjRaCflD0sfXydvtjOPlX EIfGl7JcYG8e1mF2lLcAWCGgia+6Aq1mEaeQNHu+RpFzViOuWSLu/0updFZP/+y4 DcsF0nUEEpe3VPTlflVGlA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 5741e014 for ; Fri, 16 Dec 2022 07:09:55 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 36175116 for ; Fri, 16 Dec 2022 07:09:54 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id a24f8706 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 16 Dec 2022 07:09:54 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-tempel-eglot. Date: Fri, 16 Dec 2022 00:09:19 -0600 Message-Id: <20221216060919.11252-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=159.69.191.136; envelope-from=jgart@dismail.de; helo=mx2.dismail.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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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.4 (--) * gnu/packages/emacs-xyz.scm (emacs-tempel-eglot): New variable. --- gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4a93093cdb..684dcf376b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10234,6 +10234,29 @@ (define-public emacs-consult-eglot call.") (license license:gpl3+))) +(define-public emacs-eglot-tempel + (let ((commit "e08b203d6a7c495d4b91ed4537506b5f1ea8a84f") + (revision "0")) + (package + (name "emacs-eglot-tempel") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/fejfighter/eglot-tempel") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0f4m0bb1f91x9jqfc0ny95a3pfh1mzzjzdjpa6f548hynq8j34ib")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-eglot emacs-tempel)) + (home-page "https://github.com/fejfighter/eglot-tempel") + (synopsis "Bridge for tempel templates with eglot") + (description "Simple shim adapter to use the tempel templating +library with eglot instead of yasnippet.") + (license license:gpl3+)))) + (define-public emacs-consult-yasnippet (let ((commit "ae0450889484f23dc4ec37518852a2c61b89f184") (revision "0")) -- 2.38.1 ------------=_1671213003-17854-1--