From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: PL support (was: Drop the Copyright Assignment requirement for Emacs) Date: Sat, 09 May 2020 19:15:58 +0300 Message-ID: <83mu6hdqyp.fsf@gnu.org> References: <9mmFgzvrBwjt_n_VJyaJdXINraNi5HsGpwq-0MLeKiJA7kG2BQA4uywrzjyz7lpRS0OZDpjEi8lspOKYUA7P_QsODsDew_8nbH960G55fmY=@protonmail.com> <87d07xamrg.fsf@ericabrahamsen.net> <878silajdl.fsf@ericabrahamsen.net> <87tv18pyh4.fsf@russet.org.uk> <83zhaih0oz.fsf@gnu.org> <83pnbegsvm.fsf@gnu.org> <83imh5hby1.fsf@gnu.org> <2e4e8ce9-d857-f3e3-31cf-a40dee67bd25@yandex.ru> <83y2q1dsvh.fsf@gnu.org> <83r1vtdrl7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="21427"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dancol@dancol.org, dgutov@yandex.ru, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 09 18:16:44 2020 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 1jXS9c-0005TC-8J for ged-emacs-devel@m.gmane-mx.org; Sat, 09 May 2020 18:16:44 +0200 Original-Received: from localhost ([::1]:40856 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXS9a-0006dq-R8 for ged-emacs-devel@m.gmane-mx.org; Sat, 09 May 2020 12:16:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51188) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXS94-00061I-3y for emacs-devel@gnu.org; Sat, 09 May 2020 12:16:10 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54911) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXS93-0003CZ-QC; Sat, 09 May 2020 12:16:09 -0400 Original-Received: from [176.228.60.248] (port=4881 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jXS92-0000AU-8C; Sat, 09 May 2020 12:16:08 -0400 In-Reply-To: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Sat, 9 May 2020 17:08:21 +0100) 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:249498 Archived-At: > From: João Távora > Date: Sat, 9 May 2020 17:08:21 +0100 > Cc: Daniel Colascione , emacs-devel , > Stefan Monnier , Dmitry Gutov > > On Sat, May 9, 2020 at 5:02 PM Eli Zaretskii wrote: > > > AFAICT, tree-sitter supports many languages already. I know less > > about LSP, but I'm guessing they are not very far of that, either. > > Just to note that LSP by itself, doesn't do any parsing. It is just a > a protocol for editors and "language servers" to exchange information > about source in a standard fashion. For all we know, the LSP server > can be using tree-sitter itself. Yes, I meant LSP servers. Sorry for sloppy wording.