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: Re: Call for volunteers: add tree-sitter support to major modes Date: Tue, 11 Oct 2022 11:58:46 +0200 Message-ID: <87fsfubs15.fsf@thornhill.no> References: <83edveg6b1.fsf@gnu.org> <78FFA65C-8779-4693-85CF-33540A714BC7@secure.kjonigsen.net> 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="32517"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, acm@muc.de, emacs-devel@gnu.org, jostein@kjonigsen.net To: Stefan Kangas , Jostein =?utf-8?Q?Kj=C3=B8nigs?= =?utf-8?Q?en?= , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 11 12:01:50 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 1oiC57-0008EV-MC for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 12:01:49 +0200 Original-Received: from localhost ([::1]:60996 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiC56-00065l-I7 for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 06:01:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44800) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiC2K-0004Fw-Pj for emacs-devel@gnu.org; Tue, 11 Oct 2022 05:58:57 -0400 Original-Received: from out2.migadu.com ([2001:41d0:2:aacc::]:52610) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiC2I-0005ZT-BR; Tue, 11 Oct 2022 05:58:56 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1665482328; 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=zV6jMxRJOxpHQB8bvrDLvV855D2aSwkIXxYlQd1NS6I=; b=fsxciaHlq8Fds+y4r8pB+UQAT9sMjPmM6fFfOTsA2alAOvV0V41lswFCJCKS0TLzMHnzY2 48HhFv7rUqLuSrJjg2MyFeOpFjCyurqW3T5EZxVcta89Mtz92JeWI2ahiJz6kNI/ld110b Hemcfr+NEKF35zm/pAzbpE2V281G+Iq9Vft/euusmKN8pBoMYuYITdK3+vbqNVjFGn38Vu j1YUiu/kCLxklhZEoZ3MMZriYGjmx4qdCbmlAFOa612HrEkHc/TKjFerUPT7ak1R+K8fgj Mjc6rQ6uhvqvFPsPS6maDIQEN2SB6dwZ7YLfz1O72sTyHQeFazCjkBSTbK2zkQ== In-Reply-To: X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:2:aacc::; envelope-from=theo@thornhill.no; helo=out2.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, 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" Xref: news.gmane.io gmane.emacs.devel:297468 Archived-At: Stefan Kangas writes: > Jostein Kj=C3=B8nigsen writes: > >> I=E2=80=99m fairly certain iI speak on behalf of most of us when I say t= hat >> once the tree-sitter based typescript-mode is available via Emacs, we >> will halt development entirely, and just add the required code to >> avoid colliding with an existing Emacs-implementation. > > If that's the plan (sounds good to me, FWIW), it's probably a good idea > to add the necessary workarounds to the external mode ASAP, so that > users will have time to test it and report any issues well ahead of the > release of Emacs 29. I agree with you - issue created [0] [0]: https://github.com/emacs-typescript/typescript.el/issues/178