From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: =?US-ASCII?Q?Re=3A_Rename_Tree-sitter_major_modes_from_=22ts=22?= =?US-ASCII?Q?_to_=22treesit=22_=28was_Re=3A_tree-sitter_version=3F=29?= Date: Sat, 26 Nov 2022 09:22:42 +0100 Message-ID: References: <70973BD9-26D2-4833-A429-8434FC03026B@gmail.com> <87cz9cevns.fsf@gnu.org> <8B97AC7B-54CF-41AC-9EF7-0A83F1709B98@gmail.com> <25472.55895.937365.654317@retriever.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23250"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "T.V Raman" , tsdh@gnu.org To: emacs-devel@gnu.org, Yuan Fu , =?ISO-8859-1?Q?Daniel_Mart=EDn?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 26 09:23:24 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 1oyqT5-0005nj-As for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Nov 2022 09:23:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oyqSi-00078Q-Fn; Sat, 26 Nov 2022 03:23:00 -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 1oyqSe-00078A-7a for emacs-devel@gnu.org; Sat, 26 Nov 2022 03:22:58 -0500 Original-Received: from out-215.mta0.migadu.com ([91.218.175.215]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oyqSc-0005c1-5j for emacs-devel@gnu.org; Sat, 26 Nov 2022 03:22:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1669450970; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2E20751nYBf0+iEhpLrpsKcl0glLq0XMYmkRTaf3lbo=; b=DoeWTWKC8s7s9SoLo+wNnREJeTBUSQL5dNR+Np1BgOHeFLIWWK7MHySqzLREk+UNydQ/Cp GvoyR69MyWTaQMCCm4yWcpu/bZY6x9vm4NVOkbKavkBAaxzdfz/pg7O8jjmBOHeiJ+5art uJgGLAK1CtuH8NuK9ZPRbtKfBiqUSfAqItYrT5LQH9Q45Kyo5rt74WQgv+YggVKCpS5vqo 0QGPy36299TLLm6Xlknx7QU3K1xUhtkk5Q3eMHn6On0uUg0JewUZugBgooizI2m9V/2t/k 4YJFBnRThr9JdOsRCch0DtkcXF8R9inXBhjXtt3nxUOCXgMeaI5BCsTS1slXkw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=91.218.175.215; envelope-from=theo@thornhill.no; helo=out-215.mta0.migadu.com 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_NONE=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:300554 Archived-At: On 26 November 2022 09:20:00 CET, Yuan Fu wrote: > > >> On Nov 25, 2022, at 8:25 AM, Daniel Mart=C3=ADn = wrote: >>=20 >> "T=2EV Raman" writes: >>=20 >>> also the name "ts" as part of tree-sitter is an unfortunate >>> confusion since ts-mode is for typescript=2E >>>=20 >>> I initally wrongly assumed that ts-mode was some kind of global mode >>> that would enable tree-support for all supported modes, given the >>> names c-ts-mode etc=2E >>=20 >> This is a good point=2E The Tree-sitter Elisp library itself and its >> commands already use the "treesit" abbreviation consistently=2E We're >> still on time to rename the new language modes to c-treesit-mode, and s= o >> on=2E Thoughts? > >Yeah we should use treesit, if nothing better appears=2E We had a (short)= discussion on better names than xxx-ts-mode, but no one had better idea, s= o the name stuck=2E > >Yuan If nothing better appears today I can do the rename this evening :) Theo