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: Difficulty building tree-sitter grammars [was: Help sought from C++ expert: ....] Date: Thu, 19 Jan 2023 20:06:56 +0200 Message-ID: <83pmbao0u7.fsf@gnu.org> References: <83y1pyo9hs.fsf@gnu.org> <2d26794b-95c5-c697-66e6-ed0aa7a1df7e@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25779"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 19 19:07:42 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 1pIZK9-0006YT-Rk for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Jan 2023 19:07:42 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pIZJY-0002HL-3w; Thu, 19 Jan 2023 13:07:04 -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 1pIZJV-0001uj-Ev for emacs-devel@gnu.org; Thu, 19 Jan 2023 13:07:01 -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 1pIZJT-0002Ag-Vy; Thu, 19 Jan 2023 13:07:00 -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=/R12lZTO9ha4Z0jZSQ0fNA1+xrHOJBaqRhDti6MIVjA=; b=LbO6L0ViOTKq X83v6QjsKtwS7Drp4GAI1qfFMlZp3OPRFgxSlsdBsXUOkXNzXSsjN5YRfq1qeuNEhCTXWHXBODaoU rb5m7IjycbaOShXe4iHGd4qHD9uY79kU9IF9X3+xDNcvMuq8M9Mr2Y1fJ61PZXH51Tu0W55jXE/MO TuqwMY6MZoLeLUmmjyvX7n+KYT/FC+cK1qGy+UecEbRrZyH59Zv+A8VniHfUWA3My8K0Vt0iy5zLG ZDG2VtBHWDEpRZusdL+o73qWlHHpPSI8ncGYF9gxoW5zC3RpjcxIyDALZQue9JouGxnjCR6I93yY2 AjDi2NkL6LNJ0Zpe2V07AQ==; 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 1pIZJT-0007Yg-Fc; Thu, 19 Jan 2023 13:06:59 -0500 In-Reply-To: <2d26794b-95c5-c697-66e6-ed0aa7a1df7e@yandex.ru> (message from Dmitry Gutov on Thu, 19 Jan 2023 19:53:03 +0200) 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:302557 Archived-At: > Date: Thu, 19 Jan 2023 19:53:03 +0200 > Cc: emacs-devel@gnu.org > From: Dmitry Gutov > > Not to detract from your feedback on the documentation, but 'M-x > treesit-install-language-grammar' even without existing presets these, > turned out to be very helpful in my experience. And of course, that command is mentioned in NEWS, right next to the instructions how to compile manually.