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: Renaming eglot -- or at least add an alias? Date: Fri, 07 Oct 2022 15:09:01 +0300 Message-ID: <838rlromxu.fsf@gnu.org> 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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5794"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, ams@gnu.org, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 07 16:16: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 1ogo8z-0001JC-0V for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Oct 2022 16:16:05 +0200 Original-Received: from localhost ([::1]:33648 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogo8x-0002l4-Ql for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Oct 2022 10:16:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55016) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogmA9-0002eY-UT for emacs-devel@gnu.org; Fri, 07 Oct 2022 08:09:10 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40194) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogmA9-00084w-12; Fri, 07 Oct 2022 08:09:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=FGWmVbXcbaTrmf/vn1jJGImPq5/LeJFWJPD61bzXp8o=; b=K1x2t4Kox8sf RBFKHwa/MikVyxCICcyFGGOSHxE7SrWXagawy0J08+MvWCqnzlxQJj/lIILgyh11LeSuAvKg38kd9 w26TyC9LqLEJpln56HprzTeHpBC8nr4fdYWl2z3uiuafsrHcWM7QyEWcKXme2/wwoc7nNBZ+Vv5ub 16eD4vtS0HwZOd08TRgV4w6C0ClPCsQb1iGPL4QfMPlmpur+upIVmitHLn+Arno2vREvIYKiOrfHA MpICgxnlxuvysGbL7DsFcOenDufPrzIxxU/0iYYwICikMsLo8VuEoXB9IfqwzTsd/GQnNAim8gjzq xN7WP7htCCoT8S+Bv7Xm6Q==; Original-Received: from [87.69.77.57] (port=4024 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 1ogmA1-000407-9s; Fri, 07 Oct 2022 08:09:05 -0400 In-Reply-To: <5a1e604c-4500-a476-da3d-259d9057a7f0@yandex.ru> (message from Dmitry Gutov on Fri, 7 Oct 2022 15:03:36 +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:297149 Archived-At: > Date: Fri, 7 Oct 2022 15:03:36 +0300 > Cc: rms@gnu.org, ams@gnu.org, emacs-devel@gnu.org > From: Dmitry Gutov > > >> IMHO that can be the best goal for the menu bar. But you might have a > >> different understanding of its role. > > Something to revisit at a later date, I think. Too many things are > > still in flux: Eglot, tree-sitter... The functionalities overlap, and > > at least I personally don't yet have a clear idea of how to make the > > best "mix". > > IIUC tree-sitter will be used by specific major modes that implement the > integration. Some will just do that from the outset, and some might have > user options to toggle. Yes, so take python-mode as an example. It has both tree-sitter support and Eglot support. How to use both? does it even make sense? > But if those options are featured in the menu bar, they probably will be > in the major mode's menu, not inside Tools. For Eglot, probably. For tree-sitter, I don't know yet. If we have enough modes with tree-sitter support, it might make sense to allow it globally.