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: Help sought from C++ expert: is this `value' a type or something else (what)? Date: Thu, 19 Jan 2023 16:59:59 +0200 Message-ID: <83y1pyo9hs.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25945"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 19 16:01:15 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 1pIWPi-0006ab-Mo for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Jan 2023 16:01:14 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pIWOb-0001hh-Ch; Thu, 19 Jan 2023 10:00:05 -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 1pIWOY-0001Yh-O5 for emacs-devel@gnu.org; Thu, 19 Jan 2023 10:00:02 -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 1pIWOY-0003jh-9i; Thu, 19 Jan 2023 10:00:02 -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=2HiEVRye9iKyoyhAHsLm/mwAOB9tkVcjB9QxWy591Xo=; b=ISamsb9D50MB 8o6ZGxADc3Tw+vWL8MYHgNqBl2+yACIJGE6uBz59Vkp1FjGaWYuJ7NRY/u2y6ge33Rc6397y3jjNw KRdDM/8eophLlH3xWq57i4I5Pu6O2eJHD8UuJ4nK1r+PRDYBCeDZgAwVrIYeOZ4fQOQN7llhduiDQ GeqCdwSDL/ahZoXKUwNOyWM4NdXpZ/FJWh0lgQHFRaPJ2s4xapVA37gRhgs0ElETg3zNs5dmg3KRo 0zAnsHqmK7B432aOxB9Eotw82qd3COxC8wZNrbnDtGVODjnY0ZTW2r+K6vKBJKWLjp6Ew7SO6FQQg 65V1suTgvKVF730uzKu9EA==; 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 1pIWOX-0004Iu-LB; Thu, 19 Jan 2023 10:00:01 -0500 In-Reply-To: (message from Alan Mackenzie on Thu, 19 Jan 2023 14:53:22 +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:302550 Archived-At: > Date: Thu, 19 Jan 2023 14:53:22 +0000 > From: Alan Mackenzie > > Just as a matter of interest, in c++-ts-mode a treesit-query-error gets > thrown. I don't see any such error. Maybe this is again your outdated grammar library?