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: Sat, 07 May 2022 12:04:59 +0300 Message-ID: <837d6xzpac.fsf@gnu.org> References: <9E6D13F6-7E50-44EE-A357-C971A11A3636@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11222"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 07 11:08:20 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 1nnGQE-0002n9-Nt for ged-emacs-devel@m.gmane-mx.org; Sat, 07 May 2022 11:08:18 +0200 Original-Received: from localhost ([::1]:58108 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nnGQD-0003TY-Li for ged-emacs-devel@m.gmane-mx.org; Sat, 07 May 2022 05:08:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40600) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnGNP-0002Oa-SB for emacs-devel@gnu.org; Sat, 07 May 2022 05:05:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35666) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnGNO-0006mz-1d; Sat, 07 May 2022 05:05:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=ACHZd4+rAztjEyDEQUuDsqFQUb2YAUEvQ4gmGkfEGYo=; b=omCJZFtUvZsRQp12R04d 06vH28/lfdXWQ+UIeVJtPPaiRw0zUdEc2Z7oKhLEGgRPbR1uy96yWMEUtXguZy4BIEeYVzxr/RtXL LAkSQ5Fpt5Fhm9/WsyX+jPpD/WlhucorlwtbhLkTEOfqYLaiwRxPp8dki3jlyQgH6TOnW6yzgv0L7 QZwR20gqjJ9oL6bIWuByVKe/MDuMHJpbAR1ED7ytmp2Yx9Vcck+reXfeul3rmilemRr7MIRYD0w9v mKl4dVzE+Ped3mY2ukyvAjluZadiGhyFXPWEvrLPPX+mY108rrlaasc6fN9UHejTuS3PIImo36O73 x+oYxlo7rmzxag==; Original-Received: from [87.69.77.57] (port=3587 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 1nnGNB-0005Mz-PZ; Sat, 07 May 2022 05:05:21 -0400 In-Reply-To: <9E6D13F6-7E50-44EE-A357-C971A11A3636@gmail.com> (message from Yuan Fu on Sat, 7 May 2022 01:29:17 -0700) 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:289380 Archived-At: > From: Yuan Fu > Date: Sat, 7 May 2022 01:29:17 -0700 > > I’ve pushed the tree-sitter integration to feature/tree-sitter. Thanks! > - play with it Would you please suggest how to "play with it"? What features to turn on and how, what commands and displays to try, etc. Posting such instructions should allow all of us get to testing this branch much sooner and easier.