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: Tree-sitter doc question Date: Mon, 12 Dec 2022 21:37:26 +0200 Message-ID: <837cywquq1.fsf@gnu.org> References: <83y1rgzsk4.fsf@gnu.org> <83h6y3y7bj.fsf@gnu.org> <87sfhkmvdp.fsf@ucl.ac.uk> <83fsdkqyok.fsf@gnu.org> <878rjccw1q.fsf@telefonica.net> <874ju0ctu7.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13835"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 12 20:37:59 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 1p4och-0003KU-89 for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Dec 2022 20:37:59 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p4ocA-0002v3-MG; Mon, 12 Dec 2022 14:37:26 -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 1p4oc9-0002un-Iw for emacs-devel@gnu.org; Mon, 12 Dec 2022 14:37:25 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4oc8-0008SM-QX; Mon, 12 Dec 2022 14:37:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=5kjd5HoBa0/x3Tm1xZCFDTzdXrvSdZIaORnCM4SOo/I=; b=FmE7s4lvxcS1SFSTsNfr gbDPw5tZPIKiawD4Da71rk/48yaVk+mh8a2aCVyRYEFkJ10mPZ0AcLG3Jxy0lHaBGFQ1JTlLuS5DO tth62Hnb8VEo4TALqoXGepwDpbsBU4ny8OpNVoa3B9MDshapl4KSAkr4QNJq/ih/xnJfK5HOtEzHl rZwCDNGFU78Up4sZtfPQ2+9fY1AP9iB6a22/7QO9d60RjlV5FI5lT7/o/qLqYYEIEwijo7/SQ50EG JC8Mn72EOURjCLOjTq358Tvbi29Sv1uPSwHtJdJmNuRnp7Q0yXQx9YWBbLnO8ozQQAJF4ml1I44qB FvttzVSqoCguFQ==; Original-Received: from [87.69.77.57] (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 1p4oc8-0002Uf-Bd; Mon, 12 Dec 2022 14:37:24 -0500 In-Reply-To: <874ju0ctu7.fsf@telefonica.net> (message from =?utf-8?Q?=C3=93scar?= Fuentes on Mon, 12 Dec 2022 20:20:16 +0100) 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:301274 Archived-At: > From: Óscar Fuentes > Date: Mon, 12 Dec 2022 20:20:16 +0100 > > > admin/notes/tree-sitter/build-module/batch.sh > > > > Or am I misunderstanding you? > > Interesting, thank you. > > Why is that script and the accompanying README under `admin'? Why are no > references to them on INSTALL? Because it isn't our business to tell users how to build external libraries. They should ask their distros to do that, or build from sources by themselves (I do the latter).