From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 65841@debbugs.gnu.org
Cc: andrew@trop.in, liliana.prikler@gmail.com
Subject: [bug#65841] [PATCH emacs-team 5/5] gnu: Add emacs-next-tree-sitter.
Date: Sat, 9 Sep 2023 16:33:04 +0200 [thread overview]
Message-ID: <95ddf01d11bc0085d810e19c6d44c6d06b4fffee.1694270165.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1694270165.git.liliana.prikler@gmail.com>
This package currently exists on master, where both emacs and emacs-next are
built without tree-sitter. Since most of our Emacsen now build with
tree-sitter, it is no longer needed, but let's issue a warning rather than
a hard error to those who rely on it.
* gnu/packages/emacs.scm (emacs-next-tree-sitter): New variable.
---
gnu/packages/emacs.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d16da64cb5..72b2c7795e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -516,6 +516,8 @@ (define* (emacs->emacs-next emacs #:optional name
(define-public emacs-next (emacs->emacs-next emacs))
(define-public emacs-next-pgtk (emacs->emacs-next emacs-pgtk))
(define-public emacs-next-pgtk-xwidgets (emacs->emacs-next emacs-pgtk-xwidgets))
+(define-public emacs-next-tree-sitter
+ (deprecated-package "emacs-next-tree-sitter" emacs-next))
(define-public guile-emacs
(let ((commit "41120e0f595b16387eebfbf731fff70481de1b4b")
--
2.41.0
next prev parent reply other threads:[~2023-09-09 15:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-09 14:36 [bug#65841] [PATCH emacs-team 0/5] Add emacs-next (generalized) Liliana Marie Prikler
2023-09-09 10:40 ` [bug#65841] [PATCH emacs-team 1/5] gnu: Add emacs-next-minimal Liliana Marie Prikler
2023-09-11 9:54 ` Andrew Tropin
2023-09-16 16:10 ` Liliana Marie Prikler
2023-09-09 14:29 ` [bug#65841] [PATCH emacs-team 2/5] gnu: Add emacs-next Liliana Marie Prikler
2023-09-09 14:30 ` [bug#65841] [PATCH emacs-team 3/5] gnu: Add emacs-next-pgtk Liliana Marie Prikler
2023-09-09 14:32 ` [bug#65841] [PATCH emacs-team 4/5] gnu: Add emacs-next-pgtk-xwidgets Liliana Marie Prikler
2023-09-09 14:33 ` Liliana Marie Prikler [this message]
2023-09-11 9:57 ` [bug#65841] [PATCH emacs-team 5/5] gnu: Add emacs-next-tree-sitter Andrew Tropin
2023-09-11 9:59 ` [bug#65841] [PATCH emacs-team 0/5] Add emacs-next (generalized) Andrew Tropin
2023-09-16 16:11 ` bug#65841: " Liliana Marie Prikler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=95ddf01d11bc0085d810e19c6d44c6d06b4fffee.1694270165.git.liliana.prikler@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=65841@debbugs.gnu.org \
--cc=andrew@trop.in \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).