From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Tree-sitter maturity Date: Sat, 28 Dec 2024 10:58:09 +0200 Message-ID: <86ikr4uqu6.fsf@gnu.org> References: <1ed88fca-788a-fe9f-b6c8-edb2f49751c9@mavit.org.uk> <67428b3d.c80a0220.2f3036.adbdSMTPIN_ADDED_BROKEN@mx.google.com> <86ldwdm7xg.fsf@gnu.org> <6765355b.c80a0220.1a6b24.3117SMTPIN_ADDED_BROKEN@mx.google.com> <00554790-CACA-4233-8846-9E091CF1F7AA@gmail.com> <86msgl2red.fsf@gnu.org> <87o710sr7y.fsf@debian-hx90.lan> <8734i9tmze.fsf@posteo.net> <86plldwb7w.fsf@gnu.org> <87bjwx3rok.fsf@localhost> <86wmfkutqb.fsf@gnu.org> <874j2o4483.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34366"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, rms@gnu.org, manphiz@gmail.com, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 28 09:58:51 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tRSep-0008o8-5I for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Dec 2024 09:58:51 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tRSeL-0001Mp-BM; Sat, 28 Dec 2024 03:58:21 -0500 Original-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 1tRSeJ-0001MI-HO for emacs-devel@gnu.org; Sat, 28 Dec 2024 03:58:19 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tRSeI-0006SW-9v; Sat, 28 Dec 2024 03:58:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=p52PGRRntvILxIIg+/6CtrYQrdYKPK4jxmQkw2mCDQo=; b=ph5hfg2z9L/o QdlnTAoM5c3rDpSy/5IZLti0JhpA3mKqKDs79tRiuzwxLKfAwNQ5HpTUA2+7lj/mcw+hrWaDlKc53 IaIW7noHUHVOkqxxoBVNJjgxdr4rsxuIxk+vMW3M85K1V5QrA173OQNbbngZoXwzJHr2eL1EDa9z6 +bYCpnLLOUm/tIvrp93jRS3jbgZ61LTbfSGZFiU6dIcgOJGZf/Vtve+2XGMSaacAsR69S0orQMr9y vUYzNDUQiurFlQxQEyPJviXIv17lH/vUv6Y2VxYaM7487QbwdwT677+GBIjoDjKjDkNQ/zSZrF1Yb 5TpK1yeBBP9ydRfjBWvUew==; In-Reply-To: <874j2o4483.fsf@localhost> (message from Ihor Radchenko on Sat, 28 Dec 2024 08:11:08 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:327242 Archived-At: > From: Ihor Radchenko > Cc: philipk@posteo.net, rms@gnu.org, manphiz@gmail.com, emacs-devel@gnu.org > Date: Sat, 28 Dec 2024 08:11:08 +0000 > > Eli Zaretskii writes: > > >> > We could have done that, but there's no way we could keep the value of > >> > treesit-language-source-alist up-to-date... > >> > >> May this list be updated from ELPA? Via a special package or maybe via compat.el. > > > > Everything is possible, if someone volunteers to do the job. (There's > > still the question I asked whether such a package will be useful and > > used by enough users, but that is secondary.) > > To be clear, I mostly wanted to show that keeping the value up to date > is not impossible (contrary to your assertion). > Whether it is a viable practical option is another question. But the > idea should not be rejected outright. I didn't reject the idea outright; expressing doubts and citing downsides is not rejection. However, what bothers me is indeed the practical, not theoretical, viability of this.