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: Making `eglot-server-programs' a custom variable? Date: Fri, 11 Nov 2022 09:04:05 +0200 Message-ID: <831qqaq8ey.fsf@gnu.org> References: <86fservpri.fsf@gnu.org> <831qqbtixr.fsf@gnu.org> <86edubdv64.fsf@gnu.org> <83iljnrw3t.fsf@gnu.org> <83fseqrb0r.fsf@gnu.org> <87iljm8ovc.fsf@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="30735"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 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 Fri Nov 11 08:05:34 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 1otO6X-0007ne-Cg for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Nov 2022 08:05:33 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otO5N-0006l0-Na; Fri, 11 Nov 2022 02:04:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otO55-0006i6-AK for emacs-devel@gnu.org; Fri, 11 Nov 2022 02:04:04 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otO55-0007po-12; Fri, 11 Nov 2022 02:04:03 -0500 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=dK8G9jVsrtNJer3UMS1PcRR78A42ugDqD0BaxNswphE=; b=bPq+QZCnfrnR/IMZRvIo vpQb2BZeA7Ph0Tuzr7+WxcZit01dOzWvW4mSpWWVgqk4FsSBwHa8ysGxaif7gvmMXKegCY7Gk1C25 V8ThKiBtSgHtAgyr/8a44pY7no03/1EY+WRsHgSKgbiKY7cw6aps3vX+1T3GmI0RHk0S+O/aLfkN0 xsytAQtOr5nTL6wetqXTN/hntL9H7JjLqXHJ0enbei5pzOtmgphrc+r+XT5+cIt/bkPGcqg2zSnBT 3Dbj4XkUSOJ5oXQ66jWkmx9EHBDI5D1FOYvnREk8MKq6gDEiERsx76uz1L8Ag5Phtx9C5/fV7Ys81 5dZa3hjJTwJXbw==; Original-Received: from [87.69.77.57] (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 1otO54-0003PJ-Ce; Fri, 11 Nov 2022 02:04:02 -0500 In-Reply-To: <87iljm8ovc.fsf@gmail.com> (message from =?utf-8?B?Sm/Do28g?= =?utf-8?B?VMOhdm9yYQ==?= on Thu, 10 Nov 2022 21:45:59 +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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299547 Archived-At: > From: João Távora > Cc: emacs-devel@gnu.org > Date: Thu, 10 Nov 2022 21:45:59 +0000 > > > This is a project-level goal of the Emacs project, and as such is up > > to the maintainers to set and pursue. Even if the maintainers are > > wrong, in your opinion. > > eglot-server-programs grew formidably over the last 4 years, and I have > no objections to keep growing it. Being exhaustive is going to be > reasonably hard, because so many servers will continue to appear. Even > faster than programming languages. And some servers are just abandoned, > which is another annoyance. And we should not assume the user won't > want to tweak to add flags or servers we don't know about. That would > contradicts my lengthy experience with the uses of this variable. > > Anyway, I prefer to focus my limited time on other aspects of Eglot, but > you're certainly not "wrong" if you make adding new servers a priority. As long as you don't start objecting to adding more servers, there's no contradiction between our goals.