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: Thu, 13 Oct 2022 13:37:01 +0300 Message-ID: <83r0zc9fhu.fsf@gnu.org> References: <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> <86h708ft1k.fsf@stephe-leake.org> <87wn94gkui.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20777"; mail-complaints-to="usenet@ciao.gmane.io" Cc: theo@thornhill.no, stephen_leake@stephe-leake.org, rms@gnu.org, dgutov@yandex.ru, emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 13 12:49:39 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 1oivmV-0005Az-Nt for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Oct 2022 12:49:39 +0200 Original-Received: from localhost ([::1]:38148 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oivmU-0002kN-Ak for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Oct 2022 06:49:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiva5-0002yQ-Op for emacs-devel@gnu.org; Thu, 13 Oct 2022 06:36:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50232) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiva4-0000S1-ER; Thu, 13 Oct 2022 06:36:48 -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=SS5+CVCYa+diiheisO/a/SpGnQy71rlappPUjGc/ISo=; b=OiKTUrnzG4Uo 0/B2KRo9q6ImE0c4i4+Hzz8e+iiDfaqBaMuM+bjWKmlI2ltXQ+UYuvke3/dRycv3+OvcADl8Qc/Ye l7rnFmJHkruMBXtg0bO3RaFbStibvFStJXhUPlQqsa8vrLtAAFySzkvhG3lm4ieNadeewcVwPdru8 PJ+IYwY6vNHZuAn/Gb4U9Osqwqi4sXyUjh5UbxNtE4Wa4OszLhoRJzRz0GlmLI1QeoNcw6691u32b mP9fKifL9MMyichvLqelfN3Obt/fTtFYqB3vyeca6EC+HBpw20ZxFAQdIGgDldAbi4IfjLv2/RAU6 9sVdSShiTkjlWesqJ/vg7g==; Original-Received: from [87.69.77.57] (port=3297 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 1oiva2-0000rO-Up; Thu, 13 Oct 2022 06:36:47 -0400 In-Reply-To: <87wn94gkui.fsf@posteo.net> (message from Philip Kaludercic on Thu, 13 Oct 2022 08:59:33 +0000) 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:297671 Archived-At: > From: Philip Kaludercic > Cc: Stephen Leake , Richard Stallman > , Dmitry Gutov , eliz@gnu.org, > emacs-devel@gnu.org > Date: Thu, 13 Oct 2022 08:59:33 +0000 > > > I've been using lsp for a long time, and typing lag can get unbearable > > with servers that sends too much stuff. When 20k completions > > containing _full_ documentation for every result that json gets > > humongous. Adding syntax highlights on top of that isn't advisable, > > considering emacs nonmultithreaded nature. > > Is there any way to negotiate what information one is interested in at a > time? E.g. I usually am not interested in documentation while > completion a symbol name. If curious I'll request it manually and > having all of Emacs slowed down because of something like that sounds bad. Eglot allows that, yes.