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: Documentation of tree-sitter features Date: Sun, 23 Oct 2022 11:15:47 +0300 Message-ID: <835ygbt0p8.fsf@gnu.org> References: <83sfjfua9w.fsf@gnu.org> <3FE1FABE-C4FD-4E1A-931F-3CD73FC96004@gmail.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="30884"; 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 Mon Oct 24 07:43:37 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 1omqFM-0007tf-8E for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Oct 2022 07:43:36 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oml4n-0005pD-Kt for ged-emacs-devel@m.gmane-mx.org; Sun, 23 Oct 2022 20:12:21 -0400 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 1omW9Y-0003qk-R0 for emacs-devel@gnu.org; Sun, 23 Oct 2022 04:16:18 -0400 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 1omW9Y-0003iz-J2; Sun, 23 Oct 2022 04:16:16 -0400 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=//bT41KFH8b8+MjkI9Mhc2/suLnTqQOKKICc2feVnX4=; b=nZC2dBJOfzdeKTT5kxPR ZBitCYISS+0rxc6PjfhZcOQwNNSNzzpBnechV43Mw349zJEwgBHaxjD0bsouw2Xwkoa2W43cJpoEK QdBTVgwPO2ZkeObgWL3yPGG8cXNU1joxBvBNClzmvwEbhxRnnw2jQMhwFdIIhXO0a38mJOcIpyBGH YbA6EpQva9y4yQeyw6P9gZSaawX8V5P4vzihxqMcQZBK2pbEWRo7SqXVIvKR/QCAMPoLDbUIbAPud 0ehdBbJXxcWeVCtb+smlj+GW1DFNPgaHlBPrHvYCjZe+3s4p8wWgvZjk8ol8cIfuUXAowK10ZyX6u GAMxG5QD4my6QQ==; 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 1omW9N-0006q2-2a; Sun, 23 Oct 2022 04:16:15 -0400 In-Reply-To: <3FE1FABE-C4FD-4E1A-931F-3CD73FC96004@gmail.com> (message from Yuan Fu on Sat, 22 Oct 2022 18:53:40 -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:298330 Archived-At: > From: Yuan Fu > Date: Sat, 22 Oct 2022 18:53:40 -0700 > Cc: emacs-devel@gnu.org > > > I've made some cleanups in the ELisp manual sections that are related > > to tree-sitter. I've added FIXME comments where I though more > > explanations are necessary. Please review those comments and see if > > you can fill those gaps, or tell me how to fill them. > > > > TIA > > Thanks for your painstaking work! I fixed those FIXME’s, hopefully they resolved the problems. Thanks, I made a few more changes, and added a couple of FIXMEs that need to be addressed.