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 introduction documentation Date: Sun, 18 Dec 2022 11:59:59 +0200 Message-ID: <83sfhdf2w0.fsf@gnu.org> References: <83edszjslp.fsf@gnu.org> <83bko3jr3o.fsf@gnu.org> <950E30EC-C460-4B90-82DA-46BB2BF410F7@easesoftware.com> 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="37172"; mail-complaints-to="usenet@ciao.gmane.io" Cc: pedz@easesoftware.com, manuel@ledu-giraud.fr, casouri@gmail.com, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 18 11:00:40 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 1p6qTH-0009QJ-P6 for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Dec 2022 11:00:39 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p6qSY-0006SS-Qz; Sun, 18 Dec 2022 04:59:54 -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 1p6qSX-0006S5-He for emacs-devel@gnu.org; Sun, 18 Dec 2022 04:59:53 -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 1p6qSW-0000US-GT; Sun, 18 Dec 2022 04:59:52 -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=5f/xGQCzJ1Q/MwyB6/1fYK5gVTx2eBSVWp4/eUgpnKg=; b=IjyBLwbR/4i5aQzuMJjq P+RewkSqw6C0DZnrjkvQfCNMK0gDCF0aQEnVbNRMcdTENXn3Pa+xBFFMiiMGtt3y2K1qNAR6XSq9s llul0qhLp59jM56ADwASndXoiYB2kNQQEO2mKIe2biOrmIDPod/XoycQaoDiRi1pTNrGrO6vCI2sf fuFR8dQ8Hu/W/7bQAk70xcZ+XrJi/xYTUFwH2frROcKvwajcN9PW+e8MjhwiLsoAb9OZ3sh98IVoW YzXrA0jG0f6VFG40A2HBlULhzHqadUDiTzxJ71HYu+sRa02NbFZMPxuCHg+RZotdAKlujtrGrPFcJ RSRlJvlFYissCw==; 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 1p6qSV-00064E-SC; Sun, 18 Dec 2022 04:59:52 -0500 In-Reply-To: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Fri, 16 Dec 2022 16:02:30 +0000) 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:301603 Archived-At: > From: João Távora > Date: Fri, 16 Dec 2022 16:02:30 +0000 > Cc: Eli Zaretskii , emacs-devel@gnu.org > > On Fri, Dec 16, 2022 at 3:53 PM Perry Smith wrote: > > > This file is in the Emacs source and outlines a lot of good stuff > > https://git.savannah.gnu.org/cgit/emacs.git/tree/admin/notes/tree-sitter/starter-guide > > The most important bit for end users and not mode authors is > "* Install language definitions". I think that section should be in the > manual even if it means some links to the internet/github for > grabbing Yuan Fu's tool and the grammars. The manual doesn't explain installation, so it isn't the right place. I will add the necessary information to NEWS, though.