From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Call for volunteers: add tree-sitter support to major modes Date: Mon, 24 Oct 2022 18:00:10 +0200 Message-ID: <7ADBB330-DE90-4A19-BA3B-4D5A22634EF1@thornhill.no> References: <83sfjtd2bg.fsf@gnu.org> <83o7uhawb9.fsf@gnu.org> <83edv0uzp0.fsf@gnu.org> <878rl5d9k6.fsf@thornhill.no> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9175"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jo=E3o_Paulo_Labegalini_de_Carvalho?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 24 19:12:02 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 1on0za-00029t-FT for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Oct 2022 19:12:02 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1omzu1-0001Iy-1B; Mon, 24 Oct 2022 12:02:13 -0400 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 1omzsf-0000sY-Uf for emacs-devel@gnu.org; Mon, 24 Oct 2022 12:01:11 -0400 Original-Received: from out2.migadu.com ([188.165.223.204]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omzsZ-00067n-WF; Mon, 24 Oct 2022 12:00:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1666627240; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DJfNfCiqakVCbdKUsnT4okUGwxSf/jIFinqjYOoNfyE=; b=F8P5lHXZzFNOC37KMkb+EUOA0fXfCMrlUAER7b17+WTys3NpJRNlXf7VYVMhtphf2m5fNk zgsaWDvb4PBwWhBBIvuTsnRXTeI7E+9LI8d1lU7t+QO0DFeMoWU35RORrvi0SP13+QdXry 3HgHSmKgrYMJ2Y5watVRlx4KtyxCzzhKclAE+q740NiAnfTBEcisUL1q6MOlKpA1yUeZ9x G7vATBQOKEBnAEcXc4YX688neCpp0oydS4v2crguwuRcui9YzyOykl3ZaVVwXYPpUgaSJj 6GAriiw8zglacPrf+kI729hvBABfWdsYPRotVMJfXY1vFndtw9kP4yGju9wyQA== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=188.165.223.204; envelope-from=theo@thornhill.no; helo=out2.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298394 Archived-At: On 24 October 2022 17:44:43 CEST, "Jo=C3=A3o Paulo Labegalini de Carvalho"= wrote: >Sorry, Theodor=2E I should have added the code I am actually trying to ma= ke >it work=2E Yeah, I do that too :)=20 > >I just come from a different culture where a minimal example is >preferred over a complete/longer code to show a bug/unexpected behavior= =2E I >will make sure to add the code next time=2E > No need :)=20 >But I believe Yuan spotted the issue=2E Now I need to figure out a way to >proceed=2E (Please check my response to Yuan)=2E > I'm glad!=20 Theo