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 22:36:21 +0200 Message-ID: <87bkqiqere.fsf@thornhill.no> 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> <87pmeyesty.fsf@thornhill.no> <878rlmgql1.fsf@gnus.org> <24BA9D11-0052-40B7-821F-D51B04848D62@thornhill.no> <87zge2fay2.fsf@gnus.org> <8C5AB930-6E9E-4224-9DCF-DB7DC8DE29F1@thornhill.no> <87v8oqf99f.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34654"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Jostein =?utf-8?Q?Kj=C3=B8nigsen?= , Eli Zaretskii , acm@muc.de, emacs-devel@gnu.org, jostein@kjonigsen.net To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 11 22:49:19 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 1oiMBj-0008mG-IX for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 22:49:19 +0200 Original-Received: from localhost ([::1]:43550 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiMBi-0006Tg-5w for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Oct 2022 16:49:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51302) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiLzI-000819-57 for emacs-devel@gnu.org; Tue, 11 Oct 2022 16:36:28 -0400 Original-Received: from out0.migadu.com ([2001:41d0:2:267::]:21868) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiLzF-0008KT-2S; Tue, 11 Oct 2022 16:36:27 -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=1665520582; 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: in-reply-to:in-reply-to:references:references; bh=pUqLQdjwcNl2YRnFAyTr//SGMwtNaNcVnFb2iGnVJ74=; b=cNa2jkuEEsr3exz3K3g1Qdr1nc7TYnFuCgydInrtl7VruVywqU4T2dbDP4E5wXJ4RhvTjH 0kpcZ+9AD/Q+ekkPOzxngoXx+c8acKpMVAv/xKadgirnYVGRohXR62Gt3Eamfzq4r1NYHA nkNZEj2uTi9r9bWhMfEsenEtfxW1Amtosh9SjM9pC+BNNkpYIDvYKRSndlZR+QRztqD0l+ HkccafXFJ3jdb/kYh4zxBe882lxwN7Rm9lexD3dBoeFtN7BH4F2XEsSiFdy043xMZYaxRF hzTA5FNv0Fb08Po37194UNWy32gFFx7ZjXo+PnYhCcODGJbp85rgK3gGraS9sw== In-Reply-To: <87v8oqf99f.fsf@gnus.org> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=theo@thornhill.no; helo=out0.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:297540 Archived-At: Lars Ingebrigtsen writes: > Theodor Thornhill writes: > >> You mean duplicating the in-tree code into the package? > > Yup. Or rather, just plonk it all into the package, and put the package > into Emacs as an in-tree package. > > Hm... Oh! I missed that this was a NONGNU package -- then that isn't > possible. > > OK, back to the drawing board. Anybody have any ideas? I guess just going with ts-mode will be fine :-) Theo