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: Turning on/off tree-sitter modes Date: Tue, 03 Dec 2024 14:45:40 +0200 Message-ID: <86bjxt2avf.fsf@gnu.org> References: <4864104c-cb23-4356-ad89-2fea111db66c@gutov.dev> <86ttc2rrh8.fsf@gnu.org> <86cyipsp94.fsf@gnu.org> <9cd17f8b-f88c-49f6-9024-0b6d297e18ac@gutov.dev> <867c8xsmri.fsf@gnu.org> <566ac897-ea5e-4141-bcb3-306d43c9118a@gutov.dev> <865xohrvfa.fsf@gnu.org> <86wmgwnyle.fsf@gnu.org> <178dfc7f-bc2d-4e3b-8417-a616ccc0eef3@gutov.dev> <86v7wgnxlz.fsf@gnu.org> <01d83ec8-c02b-4806-8764-38dc89a89125@gutov.dev> <86ttbzojho.fsf@gnu.org> <930f5c8e-1481-43a5-8f1d-2c13a98df74f@gutov.dev> <86r072krq5.fsf@gnu.org> <27a62624-387c-4233-b995-170270e26efd@gutov.dev> <86iks245q0.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19676"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dmitry@gutov.dev, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 03 13:46:32 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 1tISIS-00050w-8k for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Dec 2024 13:46:32 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tISHi-0000Zv-14; Tue, 03 Dec 2024 07:45:46 -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 1tISHg-0000ZI-EE for emacs-devel@gnu.org; Tue, 03 Dec 2024 07:45:44 -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 1tISHe-00021g-VE; Tue, 03 Dec 2024 07:45:42 -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=lNG42gsW9m8Pan+HQWB8xyCxUXXN8IqSIZdbtuDfEAg=; b=Hu45SYeseLqy dHhPPmZ9zGkTTUMMu0itbYPMzsP4HoBi0iXa333CZceYmW9G5pRn9lPGnZqUoV6nemS85aLM9jQPs hkj48WuVxL/QG6edoxT3oqeuVFcQbG/yKhIxEWuKJO9usbJuoS42z4bQ5Ia4sXP9I3Ma/3RpFuJjy dCt35YiTqyyEk3Sp/8irFL3Kl3JN8M7KSGUmDgRxNaWM8WMRi8taBsBFF5kmM8n4q99EP7waBjuGc pa6+feweGDLnwwvTmQMa6jqdDwdFrbayiO4roQlxVnuPs2OqzYyzArXYDKlRP962TBXZj4fvzDAiL LJzjPLT6ubu4J7bqaQs99Q==; In-Reply-To: (message from Stefan Monnier on Mon, 02 Dec 2024 22:30:14 -0500) 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:325982 Archived-At: > From: Stefan Monnier > Cc: dmitry@gutov.dev, emacs-devel@gnu.org > Date: Mon, 02 Dec 2024 22:30:14 -0500 > > >> For the init file, we have things like > >> > >> (add-to-list 'major-mode-remap-alist '(foo-mode . bar-mode)) > >> > >> so I don't see any need for anything new. > > > > Let's not forget the case of TS modes for which we don't have non-TS > > modes in auto-mode-alist and other relevant variables? do we recommend > > to add stuff to auto-mode-alist or something? This has to be part of > > the solution we devise. > > [ I don't know what to say because it's too vague. The way I read > you're saying there are cases that are broken, but without telling me > how they're broken, it's hard to know what to do. This said, > I suspect in most of those cases the answer starts by unbreaking them, > before we consider what kind of API/UI we want to offer users to > configure them. ] I guess I totally failed to explain myself, since I was sure what I said is 110% clear... > Do you have a concrete example? cmake-ts-mode, dockerfile-ts-mode, elixir-ts-mode, lua-ts-mode, to name just a few. Basically any FOO-ts-mode for which we don't have a corresponding FOO-mode.