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: Make all tree-sitter modes optional Date: Thu, 16 Feb 2023 13:48:16 +0200 Message-ID: <834jrl96gv.fsf@gnu.org> References: <83o7rexe2n.fsf@gnu.org> <83h6x5xym7.fsf@gnu.org> <83h6wr6gmz.fsf@gnu.org> <868ri140sr.fsf@mail.linkov.net> <83fsc92gbz.fsf@gnu.org> <83cz6ccagy.fsf@gnu.org> <838rgzaqmj.fsf@gnu.org> <7bad77ae-a176-d49b-5115-dbadf7e6d1bc@yandex.ru> <83cz6aaeys.fsf@gnu.org> <837cwiae2c.fsf@gnu.org> <83r0uq839h.fsf@gnu.org> <87edqq3ppg.fsf@tcd.ie> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21923"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, dgutov@yandex.ru, acm@muc.de, juri@linkov.net, casouri@gmail.com, larsi@gnus.org, theo@thornhill.no, jostein@secure.kjonigsen.net, emacs-devel@gnu.org To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 16 12:49:20 2023 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 1pSclL-0005RJ-ME for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Feb 2023 12:49:19 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSckV-0004bV-1w; Thu, 16 Feb 2023 06:48:27 -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 1pSckT-0004WF-EM for emacs-devel@gnu.org; Thu, 16 Feb 2023 06:48:25 -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 1pSckQ-0005id-Ol; Thu, 16 Feb 2023 06:48:22 -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=GHXtBbOhRPpj4AuUO3pKGVyUXQpvOhPIW3YLrXKi/l4=; b=ndz5iYQHqOvN jSa35Ji4qb0kyX62ND0f6uG2eUwDgXYFpfv0whm8YueTfXQkvvDllLynhQlZJlRkJLF8bmIp88PFz QHDBv2ISIVXkUllwDKnkFp+p6LRRDNii5MZo1cw0ywsx31kBQ8QO4D+PyhcaZzNSzGEFof3sHF1Jh uU2/6W3xmdzZ514yucN9jMyp95JLuJX4boSli+whPpduM73MLOAXZzyzYm4T753u/lX4US98L2mNe 0imXdeND6PWPhCWNLBhGAPITnsWlwpLtcfLrZWCDreusiHzoA/b9VmzRw38fnASGoT6y6+ZgPq13p ncNiEVDMC/w4YOiUIkFSyg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSckP-0006og-HB; Thu, 16 Feb 2023 06:48:21 -0500 In-Reply-To: <87edqq3ppg.fsf@tcd.ie> (contovob@tcd.ie) 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:303400 Archived-At: > From: "Basil L. Contovounesios" > Cc: Stefan Monnier , dgutov@yandex.ru, > acm@muc.de, juri@linkov.net, casouri@gmail.com, larsi@gnus.org, > theo@thornhill.no, jostein@secure.kjonigsen.net, emacs-devel@gnu.org > Date: Thu, 16 Feb 2023 09:49:15 +0000 > > 0. emacs -Q > 1. C-h f c-ts-mode RET > [ or C-h f c-ts TAB C-g ] > 2. M-: (car auto-mode-alist) RET > => ("\\.h\\'" . c-or-c++-ts-mode) > > I understand that this situation compromises between various drawbacks > that I do not fully grasp, and I know how I'd work around this issue if > it bothered me, but I still find it unfortunate that an opt-in feature > is only sometimes opt-in for the average user. I agree, but I had to choose the less evil alternative, out of those that were at all practical given the schedule.