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 integration on feature/tree-sitter Date: Sat, 07 May 2022 20:16:20 +0200 Message-ID: <87pmkpqkcr.fsf@thornhill.no> References: <29ee081f-f024-4a2e-b5d3-ce838d8227be@email.android.com> <9A35093C-0CFF-4105-AB00-D48B8604E5B1@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18070"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs Devel To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 07 20:17:15 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 1nnOzT-0004Qz-De for ged-emacs-devel@m.gmane-mx.org; Sat, 07 May 2022 20:17:15 +0200 Original-Received: from localhost ([::1]:40266 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nnOzR-0007tw-Ro for ged-emacs-devel@m.gmane-mx.org; Sat, 07 May 2022 14:17:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50218) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnOyi-00079H-8k for emacs-devel@gnu.org; Sat, 07 May 2022 14:16:28 -0400 Original-Received: from out0.migadu.com ([2001:41d0:2:267::]:17296) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnOyf-0003qD-Po for emacs-devel@gnu.org; Sat, 07 May 2022 14:16:27 -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=1651947382; 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=LWFRCA7nYyFPccsfK5Ssn3t28ifDjq+h45sw+OjdlKc=; b=EC/YhRYcSabrCGHtRYjXAvZmYPM5dl4TtzAAXf5pCX+W+l7h6m2+h3m4lQA88UsGiky324 FrJMjrcRJg4v7HhPmWS/6B/nl5xs70s1Un/F6Oi8ILONr2xNjBMLp+OuSCZMThBQ6gh0MB ysa9vD0zL4EnUkf4hmUEvgnwh+LFEa8a8bCs0Bsg7Nc2q48c6fiWt+Q+lAuvd+N6sqdTsR IcmYWeUqY3v0F0NdFh7QZXfsO6ne3Ng5ubr0RKu2IEPflvOpKX/Fx/lITMZ1uzw+5H7Yj+ fEXgdEIjYGL2rxAAlF4dReq9PO7ZzzuzvbqyqY08Rvezb/DN6t1e7fvi0sbN2w== In-Reply-To: <9A35093C-0CFF-4105-AB00-D48B8604E5B1@gmail.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: thornhill.no Received-SPF: pass client-ip=2001:41d0:2:267::; 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_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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" Xref: news.gmane.io gmane.emacs.devel:289422 Archived-At: > Pushed, hopefully I got it right ;-) Thanks, that's perfect!