From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Renaming eglot -- or at least add an alias? Date: Wed, 12 Oct 2022 18:01:16 -0400 Message-ID: References: <83pmfdduix.fsf@gnu.org> <86wn9ji3ma.fsf@gmail.com> <86tu4lsnqk.fsf@gmail.com> <8335c0p2fn.fsf@gnu.org> <83leproov6.fsf@gnu.org> <83fsfzonwn.fsf@gnu.org> <5a1e604c-4500-a476-da3d-259d9057a7f0@yandex.ru> <838rlromxu.fsf@gnu.org> <83h70dk3wf.fsf@gnu.org> <835ygqg1bh.fsf@gnu.org> <87ilkqbsp3.fsf@thornhill.no> <0ef04e1e-3f6c-31b6-4852-0c9c2c43b912@yandex.ru> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38215"; mail-complaints-to="usenet@ciao.gmane.io" Cc: theo@thornhill.no, eliz@gnu.org, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 13 00:04:37 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 1oijq8-0009g9-U2 for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Oct 2022 00:04:37 +0200 Original-Received: from localhost ([::1]:60772 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oijq7-0000Kd-Oz for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 18:04:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40932) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oijmx-0006M2-3v for emacs-devel@gnu.org; Wed, 12 Oct 2022 18:01:21 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59004) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oijmw-0000ts-7m; Wed, 12 Oct 2022 18:01:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=/Ii3wkf0NLzw9q0qtYYMnb0lS8S9ws0odc4TVpDReSg=; b=poh99/PgWFAp xutkUCR7brauMSb8sjmbsXqPpooTUeaDXGHrG8DiNnosqnRyHdg1BJ0roybO1NQx3d6xAFEAO7jvr MJ1TO13lp+895CWpnPun9SwxM1iKWSjg82dJGo+M47b8ylCW5qktr+scgU+TOUfYl6bpkCWLvn+2r bFmFCx2KWJNy8gICdbkB0+o/bRBPGQKVPLPTJ3I2zuobShkB8lDLZQfVJiMaBgLS7gicjiqQFo5R/ va2AhOEbPS/JzbqykuBx9SvBQO/e/uK5jpNWUEhUgJz5dr2VB8qVrPLEkej7A3EJ4zdPgz4KVVJ3Q N2z1fYPwQA8BgQilYXm1gA==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1oijmu-00044T-ND; Wed, 12 Oct 2022 18:01:16 -0400 In-Reply-To: <0ef04e1e-3f6c-31b6-4852-0c9c2c43b912@yandex.ru> (message from Dmitry Gutov on Tue, 11 Oct 2022 20:19:26 +0300) 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:297633 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > Because all of the interaction between server and client in lsp is json > > there's a huge overhead with parsing and shipping things into the emacs > > user interface. So IMO what tree-sitter is good at should be left to > > tree-sitter. Supposing this conclusion is valid (which seems plausible to me), what does that imply about enabliing Eglot and Tree-sitter? Should we have a command to enable both together (using Tree-sitter for the jobs it can do, and Eglot for the others) or disable both together? Should we have three levels of enablement? (Neither one, Tree-sitter only, or both)? -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)