From: Eli Zaretskii <eliz@gnu.org>
To: Robert Pluim <rpluim@gmail.com>, Yuan Fu <casouri@gmail.com>,
Theodor Thornhill <theo@thornhill.no>
Cc: 60961@debbugs.gnu.org
Subject: bug#60961: 29.0.60; Compiling emacs-29 without treesitter outputs warnings
Date: Fri, 20 Jan 2023 15:36:27 +0200 [thread overview]
Message-ID: <831qnpnx9g.fsf@gnu.org> (raw)
In-Reply-To: <878rhx1os6.fsf@gmail.com> (message from Robert Pluim on Fri, 20 Jan 2023 11:30:33 +0100)
> From: Robert Pluim <rpluim@gmail.com>
> Date: Fri, 20 Jan 2023 11:30:33 +0100
>
>
> This is emacs-29 as of 6b2f85caa6c
>
> ELC progmodes/csharp-mode.elc
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> ELC progmodes/dockerfile-ts-mode.elc
> ELC progmodes/go-ts-mode.elc
> ELC progmodes/java-ts-mode.elc
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> ELC progmodes/js.elc
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> ELC progmodes/json-ts-mode.elc
> ELC progmodes/python.elc
> ELC progmodes/ruby-mode.elc
> ELC progmodes/ruby-ts-mode.elc
> ELC progmodes/rust-ts-mode.elc
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> ELC progmodes/typescript-ts-mode.elc
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
> Warning (treesit): Cannot activate tree-sitter, because tree-sitter library is not compiled with Emacs
Yes, I've seen these as well. The reason is that some modes 'require'
c-ts-mode, because they want to use their comment-related functions.
But the changes I made recently call treesit-ready-p when c-ts-mode is
being loaded, and that emits the warning. I can shut up the warning
by calling treesit-ready-p with a non-nil QUIET argument, but then the
warning will not be emitted if users load c-ts-mode from their init
files or manually, which is not good. I tried several other
solutions, but they either didn't work or were not clean enough for my
palate.
Yuan/Theo, please find a solution for this. If no better idea comes
up, I think the c-ts-mode functions that other modes want to use
should be moved to a separate file, and that file that can be
'require'd by all those which want it, including by c-ts-mode.el.
TIA.
next prev parent reply other threads:[~2023-01-20 13:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-20 10:30 bug#60961: 29.0.60; Compiling emacs-29 without treesitter outputs warnings Robert Pluim
2023-01-20 13:36 ` Eli Zaretskii [this message]
2023-01-20 13:50 ` Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-20 14:15 ` Eli Zaretskii
2023-01-20 14:43 ` Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-20 15:17 ` Eli Zaretskii
2023-01-20 16:07 ` Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-20 22:11 ` Yuan Fu
2023-01-20 22:30 ` Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-20 22:36 ` Yuan Fu
2023-01-21 4:18 ` Eli Zaretskii
2023-01-21 12:24 ` Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-21 12:38 ` Eli Zaretskii
2023-01-21 12:46 ` Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
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://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=831qnpnx9g.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=60961@debbugs.gnu.org \
--cc=casouri@gmail.com \
--cc=rpluim@gmail.com \
--cc=theo@thornhill.no \
/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/emacs.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).