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 support for C-like languages Date: Sat, 12 Nov 2022 21:14:21 +0100 Message-ID: <87sfiogcbm.fsf@thornhill.no> References: <87tu36em9t.fsf@thornhill.no> <45FD2F78-F15B-488B-9348-A8E298D8AD35@gmail.com> <87v8nmyqqp.fsf@thornhill.no> <834jv4nz2g.fsf@gnu.org> <871qq8hsj1.fsf@thornhill.no> <83iljklzmo.fsf@gnu.org> <87v8nkgcqj.fsf@thornhill.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18640"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org, monnier@iro.umontreal.ca To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 12 21:15:05 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 1otwu8-0004b4-4c for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Nov 2022 21:15:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otwtg-0004UK-Bd; Sat, 12 Nov 2022 15:14:36 -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 1otwtc-0004Tn-Jw for emacs-devel@gnu.org; Sat, 12 Nov 2022 15:14:34 -0500 Original-Received: from out0.migadu.com ([94.23.1.103]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otwta-0005Gc-JY; Sat, 12 Nov 2022 15:14:32 -0500 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=1668284068; 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: in-reply-to:in-reply-to:references:references; bh=zR1AAjMcU9kbMiaYLZaZhOO8RR1TkhvqS4c9Tu/rsQ0=; b=x7vs96n81kI0m7bOLh2xoZ3C1DE59SD+CT9/gEDBOZOOBcbGWsdKs79Bw+REM14iyR6WD8 4B+NnTcfK0Vu54Cv9LX0yPB899ltyXgYU/hBqLnkuZnDQxNdnCeeihyGC2OCuPN1I+xHFt YdNX1OMANNeLqeR9oRv9tHP5qKacJI+DpC+87ftjXWlMC2wc2oadqw5tJai7hyK1lA25Av L6SoZOH23XUSabMYrjYdn8P5P0/HOwi4GQejToZmCkUsYCWc41zWNhlej8zexdT2KbdoPI kaZvP5reBbZeTnWcksRP//9jw9sOKW1j6gw2J0DDENNQtVPyv3er7IXW0eLAVA== In-Reply-To: X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=94.23.1.103; envelope-from=theo@thornhill.no; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_DNSWL_LOW=-0.7, 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: , 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:299681 Archived-At: Yuan Fu writes: >> On Nov 12, 2022, at 12:05 PM, Theodor Thornhill wrote: >> >> Eli Zaretskii writes: >> >>>> From: Theodor Thornhill >>>> Cc: casouri@gmail.com, emacs-devel@gnu.org, Stefan Monnier >>>> >>>> Date: Sat, 12 Nov 2022 20:38:58 +0100 >>>> >>>> Unless some of you have any strong objections I think applying them to >>>> feature/tree-sitter now is a good time, to allow other people to more >>>> easily giving them a testrun. >>>> >>>> What do you think? >>> >>> Fine with me, thanks. >> >> Great! >> >> See new patch here - following Stefans keen eye ;-) > > Applied and pushed, thanks ;-) Great news! Thanks, all! -- Theo