From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: Unifying "foo-mode"s and "foo-ts-mode"s Date: Fri, 30 Dec 2022 17:10:07 +0000 Message-ID: <6c9d91cffc5688f371d5@heytings.org> References: <877cyagmti.fsf@posteo.net> <831qoi85u7.fsf@gnu.org> <87mt76f4n4.fsf@posteo.net> <83sfgy6l0n.fsf@gnu.org> <877cy9b1k0.fsf_-_@posteo.net> <83zgb55409.fsf@gnu.org> <87fscw9av0.fsf@posteo.net> <83sfgw6g8m.fsf@gnu.org> <87v8ls7u0j.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35122"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org, casouri@gmail.com To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 30 18:10:45 2022 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 1pBIu4-0008ys-Ki for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Dec 2022 18:10:44 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pBItc-0001g4-Fs; Fri, 30 Dec 2022 12:10:16 -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 1pBItY-0001fP-Kx for emacs-devel@gnu.org; Fri, 30 Dec 2022 12:10:14 -0500 Original-Received: from heytings.org ([95.142.160.155]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pBItX-0004LU-10; Fri, 30 Dec 2022 12:10:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1672420207; bh=OdWWF7MkktzOe6o+8rzDUQzIv2wXAa2j0fw1EykWSQY=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=TTtwnkX/Oe715227MMAr4zwcSYDOr7F3EMJ8/TtnOD3j+n7iuTCr9DPIDxJstmh6j XeD/CN9+pi4NhGX3vVAiGLi3WhshFEc0YOfrVOECX35TYq/YQZ11RY00/Yn4n416eD x9q0cCJRVxUzwWyyjPOZF0jduT23VrMQgVH1c4UkO9NHwKJDy3rEbcZ2uH1aMhoHgQ N2GpqqudSe2/NuRFKLgiBstkwKJSJO0SiDlKZzA79KIqbU9XIGIx4V5aSs090DJq31 LPQ8DeCHhiwnmBkEnUVnNJW20YDsrWw6Ls60D/+qCBgSDvCVMECYxaGPH/Q7VhikYs Cp21U8xVlIIZw== In-Reply-To: <87v8ls7u0j.fsf@posteo.net> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:302133 Archived-At: > > To me the ideal would still be that tree-sitter support is provided by > the distribution, just like how package managers have started bundling > libgccjit for native compilation, instead of requiring the user enable > it themselves. > FWIW, I don't think this will happen. Each of the three other editors I know of that already use tree-sitter (Atom, Helix, Neovim) bundle tree-sitter library files and/or provide a way to install them on demand from their repositories.