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: Fri, 16 Dec 2022 19:31:38 +0200 Message-ID: <83v8mbi7b9.fsf@gnu.org> References: <83edszjslp.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="1996"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Perry Smith Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 16 18:32:29 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 1p6EZR-0000Mq-FB for ged-emacs-devel@m.gmane-mx.org; Fri, 16 Dec 2022 18:32:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p6EYg-0001GI-BU; Fri, 16 Dec 2022 12:31:42 -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 1p6EYb-0001Ao-Cr for emacs-devel@gnu.org; Fri, 16 Dec 2022 12:31:40 -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 1p6EYa-00019Q-6M; Fri, 16 Dec 2022 12:31:36 -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=OlD3vwUrVybZIcXToYjcTLONSIJp+V5VRcCmJwKy4YA=; b=X/h/L+Hx3c67RG7zsEj4 faCqLysSVfsv3gW5SdFMs1m627DPPdynrgh+fjVoNIkNidROg1uu/zFs9jvZ/URyHbLT4CcPfF5Ka 3/HcX63JGOw5KhpvGaDFdI2fiTq3nRF/sM73Yt9nq4rP0fFclGL/9BT4NS/JcTnF6slf4qAHjsgOT kbhkCMZfMxCNZ+v3uDvznEHEjqp9DdB3d/SonAlFS4H1yOjzY/0S+ftrq73DhzqTNHDm+sYfc1pd+ Yid0/TX43Sz1YlOnyp4IX3e7g+sMKDrPpKYw3ag2mZQCIXr8badFKdHhvTh350aykEAk7jq5lRUFy 4F0vX3yGbYhwWQ==; 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 1p6EYZ-0006x7-JC; Fri, 16 Dec 2022 12:31:35 -0500 In-Reply-To: (message from Perry Smith on Fri, 16 Dec 2022 11:23:05 -0600) 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:301513 Archived-At: > From: Perry Smith > Date: Fri, 16 Dec 2022 11:23:05 -0600 > Cc: emacs-devel@gnu.org > > > My main problem is where to put this stuff. > > There are tree sitter Info pages in the ELisp topic but I would add some to Emacs topic as well. Perhaps under > Advanced Features > Tree Sitter > Setup and Getting Started > Font lock — describe the “features” concept, treesit-font-lock-level and treesit-font-lock-recompute-features > > The other topics seem more appropriate in ELisp which already exist. This is not relevant to ELisp, so the ELisp Reference manual is not an appropriate place for this stuff.