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: Recent changes in parsing.texi Date: Sun, 25 Dec 2022 11:36:33 +0200 Message-ID: <83zgbb3jvi.fsf@gnu.org> References: <838riw3pph.fsf@gnu.org> <2ACC7406-A345-4693-9BC2-83A33653373B@gmail.com> <329336DF-73AD-48F0-B34A-27F3C0C267A7@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40350"; 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 Sun Dec 25 10:36:47 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 1p9NR1-000AL2-Bg for ged-emacs-devel@m.gmane-mx.org; Sun, 25 Dec 2022 10:36:47 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p9NQp-0001II-FH; Sun, 25 Dec 2022 04:36:35 -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 1p9NQm-0001EL-KP for emacs-devel@gnu.org; Sun, 25 Dec 2022 04:36:32 -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 1p9NQm-0000Bd-8M; Sun, 25 Dec 2022 04:36:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=k/rJoVNw6kOVgxKIjhUyHyoNiISOrStdRNohBBT7/A8=; b=n5Zmz2HNwgW8 2WAy3otSC+jedHJqYiwUPuzzdd1NnkoT6zV4lGEiy/E7/fFPB2pEt891CZK67XjJTUxOsKBQYIz4E AMsxIBADDiCVByXzsSkQTA222AZRZpU+Y6BUL3h3YuMFFXgsR9WXGn8spbwxixuTMPZtT2X4XXgj2 3ypuG4EFJKpUhUTXuHTrTJdZ3iVs6HvHZ8nHOqwWXkRQ7zfuuXE4O/cs2De+dKImwhjtPTQLDA/3G yzl597BXZg2UN1hIEvIAyoUvMUt/1Rfoz81Fsq84tjaWGSuUjh7yl82qCXnM1l/jEAzCQY65UdwSe IFJ6ByFVVsXA1q9F4APcvg==; 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 1p9NQl-0000mw-95; Sun, 25 Dec 2022 04:36:31 -0500 In-Reply-To: <329336DF-73AD-48F0-B34A-27F3C0C267A7@gmail.com> (message from Yuan Fu on Sun, 25 Dec 2022 01:08:50 -0800) 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:301909 Archived-At: > From: Yuan Fu > Date: Sun, 25 Dec 2022 01:08:50 -0800 > Cc: emacs-devel@gnu.org > > I just saw your fixes, so IIUC we are supposed to add a cindex for every @code not in a @defxxx in the manual, like you did here? > > +@cindex treesit-font-lock-settings > @item > If @code{treesit-font-lock-settings} is non-@code{nil}, it sets up > fontification. If a symbol appears in some @defXX directive, there's no need for a separate @cindex entry, since @defXX does that automatically. (Also, I mistakenly used @cindex where I should have used @vindex; fixed.) I added these index entries because these variables didn't seem to appear in any @defXX directive, nor had any existing index entries. If I missed something, please tell.