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: c-ts-mode: (eq treesit-font-lock-level 2) doesn't fontify parameter names. Date: Sun, 05 Feb 2023 07:33:03 +0200 Message-ID: <83357ku168.fsf@gnu.org> References: <85fc0396-bf75-c059-3871-80a5cae8ab94@yandex.ru> <834js1tc8j.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23435"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dgutov@yandex.ru, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 05 06:34:49 2023 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 1pOXft-0005rw-5B for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Feb 2023 06:34:49 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pOXet-0006Wm-DV; Sun, 05 Feb 2023 00:33:47 -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 1pOXeK-0006GM-N2 for emacs-devel@gnu.org; Sun, 05 Feb 2023 00:33:16 -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 1pOXe7-0002eH-Jr; Sun, 05 Feb 2023 00:33:10 -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=QLANqf39JTBqqSktJTNy/XxaESta8t4ebbnBP6hB2Kc=; b=l3vctjiK1foM 13/wwHcF+WMZ9w8I1wzWVoS/muVClwg3pQ2UtaXcXGswOvwWq3Dj/jCznoLCQr23WNM+Nbj9q0+Uo zcJiqzIfab9lWRkcF5QttuzBUbwg/1XyyTLBGl5VQG/kKwy4zA1oH8you4kFvcYiw3wWexFkLP2VN uEAsLwzBh3DQ3MkIwZm9x2xKNJsc4Jc/xI/DiERa0/wgYJM0kHwDyc+7DYqeKoEpvjzr5y/+B0zrO xMtPc3M1bAH7b9lQzMIiEVnMGVIiV5TBuzR5NJrcWxrXObeUyK2dO8fH14fkbyOcM5RJNy3stKwjT QNJtJuD+y//tDWqxvcbuiQ==; 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 1pOXe3-0005DF-04; Sun, 05 Feb 2023 00:32:59 -0500 In-Reply-To: (message from Alan Mackenzie on Sat, 4 Feb 2023 20:42:00 +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:302992 Archived-At: > Date: Sat, 4 Feb 2023 20:42:00 +0000 > Cc: dgutov@yandex.ru, emacs-devel@gnu.org > From: Alan Mackenzie > > > > I see the fontification of parameter names that I wanted with your > > > patch when treesit-font-lock-level is 2. > > > Try level 1, you should see that there as well. > > Ah, I've understood you, now. The bit I missed was that fontification > features active at level n are also active for levels greater than n. This should be conveyed by the doc string of treesit-font-lock-level. If it isn't, we need to make that more clear.