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: Hosting tree-sitter pre-built language definitions on ELPA? Date: Wed, 12 Oct 2022 16:08:29 +0300 Message-ID: <83edvdchpu.fsf@gnu.org> References: <6AC1140D-C4BA-4A39-9474-F127CF79DF28@gmail.com> <87pmfa4xib.fsf@yahoo.com> <83ill2agtf.fsf@gnu.org> <83sfk61gf8.fsf@gnu.org> <86ilkpgvn6.fsf@stephe-leake.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26248"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yandros@gmail.com, luangruo@yahoo.com, casouri@gmail.com, emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 12 15:09:01 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 1oibTp-0006YJ-Dl for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 15:09:01 +0200 Original-Received: from localhost ([::1]:47630 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oibTn-0001kx-Uj for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 09:08:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oibT9-000147-6c for emacs-devel@gnu.org; Wed, 12 Oct 2022 09:08:19 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41818) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oibT8-000781-Eh; Wed, 12 Oct 2022 09:08:18 -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=2z+BCK7XcVlLkkg0BTW+QNViQyCFRrE9s1PPRlB8hnI=; b=X4JOMQyA0swJ 4Hi+zN3YeVhMJSPVIGoT3qAhtTp9yucrqWqwt3SKblPiODWuzrBTx6QMrVLW+22w9ZMKypRSezXgz mh/0kAuN85LZPHzPUGmTZ9KQ1SWzSwPTPkRMVknmWC+yvC/Ps2sBODTRbKNyXsadLrjcXzqndo5xQ toKjb7EZw3+O4WzvaA/aZw6BrbdvAkYMD210T9lfVqEZUQ+llNMA3REyvsvFKnHt7PIeE5Yd8N9Zt 6YXDDV7jpxlvUUKCoKVtNO1lgZ0AkOEleNrw1b0SPjsJyeB+x50oiKgwnGm4gDpq7A47BOPUq0poi qprwKcwgDnmVWOv/o4HKIA==; Original-Received: from [87.69.77.57] (port=3374 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 1oibT7-0000M0-Ty; Wed, 12 Oct 2022 09:08:18 -0400 In-Reply-To: <86ilkpgvn6.fsf@stephe-leake.org> (message from Stephen Leake on Wed, 12 Oct 2022 03:54:05 -0700) 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:297602 Archived-At: > From: Stephen Leake > Cc: chad , luangruo@yahoo.com, casouri@gmail.com, > emacs-devel@gnu.org > Date: Wed, 12 Oct 2022 03:54:05 -0700 > > Eli Zaretskii writes: > > >> From: chad > >> Date: Sun, 2 Oct 2022 09:37:04 -0400 > >> Cc: Po Lu , casouri@gmail.com, emacs-devel@gnu.org > >> > >> If I want to build a changed tree-sitter language definition myself, > >> the second-ish step is "install Node.js", and > >> I stop there. (Whether this is a sign of taste or curmudgeonliness > >> is left as an exercise for the reader. :-) > > > > We are not talking about changing the language definitions, we are > > talking about installing the ones provided by tree-sitter. > > Language definitions are not "provided by tree-sitter". They are > provided by other projects that use/support tree-sitter. OK, "provided by the tree-sitter site". > Such projects typically provide language parsers for several > IDEs. And they typically provide binary installs. The ones available from the tree-sitter site are in source form.