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: Writing manuals Date: Tue, 17 Aug 2021 21:35:30 +0300 Message-ID: <83o89v6hsd.fsf@gnu.org> References: <60B2E271-2E91-4906-940E-425A76ED0DCD@gmail.com> <83czqc715e.fsf@gnu.org> <502702DF-70A7-4FCC-93FD-08E984673832@gmail.com> <83tujo56oj.fsf@gnu.org> 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="26254"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 17 20:36:55 2021 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 1mG3xH-0006ek-3J for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Aug 2021 20:36:55 +0200 Original-Received: from localhost ([::1]:58880 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mG3xF-0003mz-QF for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Aug 2021 14:36:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40212) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mG3w1-0002yn-AF for emacs-devel@gnu.org; Tue, 17 Aug 2021 14:35:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42746) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mG3w1-0006Ns-3i; Tue, 17 Aug 2021 14:35:37 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4038 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 1mG3vz-0006eo-T5; Tue, 17 Aug 2021 14:35:37 -0400 In-Reply-To: (message from Yuan Fu on Tue, 17 Aug 2021 11:10:06 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:272512 Archived-At: > From: Yuan Fu > Date: Tue, 17 Aug 2021 11:10:06 -0700 > Cc: emacs-devel@gnu.org > > > I'm not sure I see the difference. We have syntax-ppss > > etc. documented in the ELisp manual; how are TS-related APIs > > different? > > It certainly should be in the ELisp manual, I mean which node should I put tree-sitter API’s under? Text? No, "Text" is for other stuff. I think a separate chapter, something like "Parsing Program Source". As long as you are talking about general-purpose parsing functions, not their use for font-lock etc.