GNU bug report logs - #77213
go-ts-mode trying to treesit-ready-p gomod without quiet

Previous Next

Package: emacs;

Reported by: Gergely Riskó <gergely.risko <at> gmail.com>

Date: Sun, 23 Mar 2025 17:46:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Gergely Riskó <gergely.risko <at> gmail.com>
To: 77213 <at> debbugs.gnu.org
Subject: bug#77213: go-ts-mode trying to treesit-ready-p gomod without quiet
Date: Sun, 23 Mar 2025 16:56:24 +0100
Hey,

In the last 2 lines of go-ts-mode.el we have this:

(if (treesit-ready-p 'gomod)
    (add-to-list 'auto-mode-alist '("/go\\.mod\\'" . go-mod-ts-mode)))

This is problematic, because the treesitter go shared library can be
available when the gomod shared library is not.  (E.g. the official
treesit bundle behaves like that.)

Now, this call to treesit-ready-p without the quiet flag causes a
warning, that might frighten the user and might send the message that
even their go configuration is somehow broken (and it's not).

The easy fix would be to just add the quiet flag here, and I think
that should be done as soon a possible.

But conceptually speaking, I'm not 100% sure that it's a good idea
that gomod and go are so tightly coupled in the same file.  Editing go
files is much more frequent while programming than editing gomod
files.  If there are any issues with gomod (like now), it would be
cool to be able to just turn it off (e.g. removing from
auto-mode-alist), instead of it being force-loaded just because it's
the same file as go-mode.

Cheers,
Gergely




This bug report was last modified 57 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.