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 09:05:44 +0200 Message-ID: <831qmq9jjr.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> <3112fa15-8d1c-679a-f319-cf659b097be4@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30792"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, acm@muc.de, juri@linkov.net, casouri@gmail.com, larsi@gnus.org, theo@thornhill.no, jostein@secure.kjonigsen.net, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 16 08:06:44 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 1pSYLr-0007ns-2C for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Feb 2023 08:06:43 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSYLU-0003kM-OU; Thu, 16 Feb 2023 02:06:20 -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 1pSYLH-0003Xa-RD for emacs-devel@gnu.org; Thu, 16 Feb 2023 02:06:09 -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 1pSYLH-0001PR-0b; Thu, 16 Feb 2023 02:06:07 -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=1TIQkTyE0SJjRgdMdKuxq/gAKqrMrVjKbGXerstSmUg=; b=blWHS8jEZPHY JtkaHCNoT3tw7knHUD8Y8j/n6rg6WGNhwSHuCoQTFbZ91zXuCIqKvpY9VigKXYpasVKqubOLE8xVz m7A1y6PPzo9VTaFXca3gwHh7LoU4tfz/USE1rvphjRkRm9czHJ9q/wUcpDWFxOsimFA1jwr0ZDYVU VDi62eaI1aGUoAPbjlL5ib5ISemZ0s1QTcvPfZcwfRCEZDrl9dBQJptQvbTDcfLCzXXKQ70kd1VHT pLhZJ9L97ewK+vUZiP8zWebQITsvIaoK7XkyuMKR2gQnMMhOYKN63EOuy75QrXtt2E4l/pZ2GDWaQ PZ7wwBDcfmMMLGfaTHCegQ==; 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 1pSYLB-00027F-Lu; Thu, 16 Feb 2023 02:06:05 -0500 In-Reply-To: <3112fa15-8d1c-679a-f319-cf659b097be4@yandex.ru> (message from Dmitry Gutov on Wed, 15 Feb 2023 22:24:49 +0200) 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:303365 Archived-At: > Date: Wed, 15 Feb 2023 22:24:49 +0200 > Cc: Alan Mackenzie , Eli Zaretskii , > juri@linkov.net, casouri@gmail.com, larsi@gnus.org, theo@thornhill.no, > jostein@secure.kjonigsen.net, emacs-devel@gnu.org > From: Dmitry Gutov > > On 15/02/2023 21:26, Stefan Monnier wrote: > > OTOH we can expose&preload `c-ts--activate` and tell users to use > > > > (cs-ts-activate) > > A bunch of similar solutions have been proposed (global modes, etc; I > can whip up one more in a few minutes as well), but they unfortunately > failed to convince. Indeed, I'm still not convinced. We should decide based on user reactions and requests once Emacs 29 is out.