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: Call for volunteers: add tree-sitter support to major modes Date: Tue, 11 Oct 2022 10:36:50 +0300 Message-ID: <83edveg6b1.fsf@gnu.org> References: <83czb1jrm3.fsf@gnu.org> <878rlo7on0.fsf@thornhill.no> <83o7uki5ol.fsf@gnu.org> <87tu4c5g9j.fsf@thornhill.no> <835ygshz6k.fsf@gnu.org> <87zge3jj0j.fsf@gnus.org> <83o7uig9dm.fsf@gnu.org> <9E2D0EEB-3910-4C58-96E7-68E7C84E5097@thornhill.no> <83k056g8ez.fsf@gnu.org> <87k056esci.fsf@thornhill.no> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5761"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, acm@muc.de, emacs-devel@gnu.org, jostein@kjonigsen.net To: Theodor Thornhill Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 11 09:56:42 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 1oiA81-0001LU-Qy for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 09:56:42 +0200 Original-Received: from localhost ([::1]:60486 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiA7w-0000VA-9q for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 03:56:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oi9oi-000583-Lw for emacs-devel@gnu.org; Tue, 11 Oct 2022 03:36:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43604) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oi9oh-0004D5-4x; Tue, 11 Oct 2022 03:36:43 -0400 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=q4yo3mIedfqA0ZKaHma0xFp67PCvA9NaoHiRYkZiy8s=; b=aB/IV/25DsHe uaiycSHIgYwKd5kfIxZWlHttxhHNO8itMoqMbMRWWzVWi0dNyRvy6p90xSF+Fbnd4C0ya+Llr9HKG S49C8Qar4Vcraq3OdgFzCwN4z+FrsM9nRxddocrIUow+WAdcMn80NWhtpbJHOfq+RuMcNSos4NgX5 5Jyi4eIhemUfR08uyWVQuxV5lGCqGAnyAwmJBSvtXDdVboc6jYAm4xhUg3alppzW0C5PxqRQBQOPd CfYEJe0XvPqfkuW5qrwMueESc62XNV4sBDPn336IRygpHSCMfvsDiUBuprzKnpUBmS8f9DgiNyoRf x5hY6nuX+H7xJMPPuyPGGw==; Original-Received: from [87.69.77.57] (port=4646 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 1oi9og-0005Qc-KL; Tue, 11 Oct 2022 03:36:42 -0400 In-Reply-To: <87k056esci.fsf@thornhill.no> (message from Theodor Thornhill on Tue, 11 Oct 2022 09:23:41 +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" Xref: news.gmane.io gmane.emacs.devel:297442 Archived-At: > From: Theodor Thornhill > Cc: larsi@gnus.org, acm@muc.de, emacs-devel@gnu.org, jostein@kjonigsen.net > Date: Tue, 11 Oct 2022 09:23:41 +0200 > > >> Sure, I can rename it to tsx-mode, because that's the parser being used. > > > > SGTM. > > > > Good, I'll integrate js.el into typescript-mode.el > > >> Why is that desirable, though? > > > > It prevents user confusion and conflicts, I guess? > > In many cases, yes, but in the Typescript case most users will be > advised to move on from that mode. I don't really think there should be > an issue - that repo can be archived when we have reasonable support. > Jostein and/or others should of course chime in on this. > > How about we let it live as typescript-mode.el for now, and I can > absolutely make sure the renaming happens should we decide to do so. My personal preference is to avoid conflicts even if we consider them unlikely and/or desirable.