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: Tree-sitter api Date: Fri, 03 Sep 2021 21:16:06 +0200 Message-ID: References: <83r1f7hydn.fsf@gnu.org> <95F37923-5BF9-4D81-B361-267CF119FBCA@gmail.com> <735AF34C-FD18-4A6A-A99D-E5D8EB4DE4F3@gmail.com> 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="6555"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel , Stephen Leake , emacs-devel To: Yuan Fu , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 03 21:19:03 2021 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 1mMEiL-0001ZA-V9 for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Sep 2021 21:19:02 +0200 Original-Received: from localhost ([::1]:56346 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMEiK-0004Ro-BN for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Sep 2021 15:19:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39404) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMEfi-00007y-Sp for emacs-devel@gnu.org; Fri, 03 Sep 2021 15:16:18 -0400 Original-Received: from out2.migadu.com ([188.165.223.204]:52664) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMEfe-0007M9-0X; Fri, 03 Sep 2021 15:16:18 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1630696568; 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=zPiodio5JxS+arKlSW0YuDcvDxLSfVuGdo9IQjy8b74=; b=YVwp+vgh+oq6t3BAhG5Rsfmz/B4goJDI4RSsqSiVpZxippG9R8GPrwkkjYXsO+6cEEYsWz 7mkRy+1OKnAa+Sfuzfeh8mWKDXdwn6/NPvssJeEm2cFl03T6HunAHYV7zziz5HmbDM3/sf eJk1ugDIexSQfXoTzcose4ZepYQ2IGCHFkG9nyTAqlKhFlqKGCRgfRpMAnfLU8jdedVbzf uZgorbS2YA5NQum0kwoJ55m8b11A+zrRrTy4uaidNHF46qdt7Or50fSQWTEOBCKImza+7v JQAajtgto0tNJfCbT8JbSXy1Wwj2ryXw4ZxBfH5Ls87UcYrYqky6DOubgDvTYQ== In-Reply-To: X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: theo@thornhill.no 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=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.23 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" Xref: news.gmane.io gmane.emacs.devel:273817 Archived-At: Yuan Fu writes: Hi! > > Thanks, Stefan :-) I applied your patch and fixed the two FIXME=E2=80=99s. > If I were to start experimenting with this in csharp-mode, how would I start? Right now we support the rust version on melpa, but I'd rather move to this core-supported package. How far are we from including this in core, and what can I do to help? All the best, Theodor Thornhill