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: Tree-sitter integration on feature/tree-sitter Date: Mon, 09 May 2022 15:23:13 +0300 Message-ID: <83v8ueuc7i.fsf@gnu.org> References: <5bada349-2f43-4325-b696-70918584cd3d@email.android.com> <83mtfsuluo.fsf@gnu.org> <87sfpjhm33.fsf@thornhill.no> <83a6brufe5.fsf@gnu.org> <87pmkmhp8i.fsf@thornhill.no> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29316"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, casouri@gmail.com, emacs-devel@gnu.org To: Theodor Thornhill Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 09 14:34:53 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 1no2bF-0007PK-4d for ged-emacs-devel@m.gmane-mx.org; Mon, 09 May 2022 14:34:53 +0200 Original-Received: from localhost ([::1]:36688 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1no2bD-0007v7-PN for ged-emacs-devel@m.gmane-mx.org; Mon, 09 May 2022 08:34:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57340) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1no2Q2-0000Is-CC for emacs-devel@gnu.org; Mon, 09 May 2022 08:23:18 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50184) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1no2Q2-0005Og-31; Mon, 09 May 2022 08:23:18 -0400 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=zvAZb0XgAcqBOo7Oiz2RMWIXnTBiQZKpbDPM181zGbY=; b=W18Eqowi13cU RZQyZ0P2R8Gjcn2Anjg2RcGeMejgYioxdn0bKmUTRUkYahGDBhNCzs2901phhTVVIP0syj2+dmplf 7MK4uxp9MuJTE0RDpjaaIzsyUzOiW3/5IQcNV+IqqT1aCn5PcgwuHeN0UMEnrwFaAj06mmU6gRpLC kDGFa4FoaO4kEhboKAOCKLXf7Q7A5zrQD3evrfpCgcs93vETQlZG/o6uHz1AGMsSG6Y9r6TQfGJCG 227MXYtKQ4sDiRFqCc/tRGOa2DcZ6U6jBTsjklXyxO0BM249psRZhsdnDEl91YxJEk84UoEkerIcD Xy8X/vGeJLfsjtmvzEAfOw==; Original-Received: from [87.69.77.57] (port=3710 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 1no2Q1-0008QL-KI; Mon, 09 May 2022 08:23:17 -0400 In-Reply-To: <87pmkmhp8i.fsf@thornhill.no> (message from Theodor Thornhill on Mon, 09 May 2022 14:20:13 +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" Xref: news.gmane.io gmane.emacs.devel:289522 Archived-At: > From: Theodor Thornhill > Cc: monnier@iro.umontreal.ca, casouri@gmail.com, emacs-devel@gnu.org > Date: Mon, 09 May 2022 14:20:13 +0200 > > Did you get to look at the patch I sent? Should these efforts, when > their form is discovered be applied to this branch going forward? Or > should we wait until it lands on master? I can look into more modes, > like css and others, but I'm a little wary of touching C, as they have a > lot of lineage and opinions and isn't my expertise. > > Also I'm sure that bugs will be found when it is used, so I'm in favour > of applying the modes to this branch, if only to discover how best to > use tree sitter. I'll leave it to Yuan's decision. I didn't yet have time to build the branch, and without that I don't want to apply changes I cannot test. Thanks.