From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Making `eglot-server-programs' a custom variable? Date: Sat, 12 Nov 2022 15:44:12 +0100 Message-ID: <86y1sgs05f.fsf@gnu.org> References: <86fservpri.fsf@gnu.org> <831qqbtixr.fsf@gnu.org> <86edubdv64.fsf@gnu.org> <83iljnrw3t.fsf@gnu.org> <83fseqrb0r.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21280"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: =?iso-8859-1?Q?Jo=E3o_T=E1vora?= , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 12 15:45:17 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 1otrkx-0005PE-Da for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Nov 2022 15:45:15 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otrkH-0001Q0-Lv; Sat, 12 Nov 2022 09:44:33 -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 1otrkF-0001OB-G1 for emacs-devel@gnu.org; Sat, 12 Nov 2022 09:44:31 -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 1otrkE-00070g-WC; Sat, 12 Nov 2022 09:44:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=GOYtNSSmaM0s3lWnSHzm/cQQ1X/OmNb6hThpPqODMd8=; b=SDFw+cQX1t4hB6KhYm1s YfPcUClL0D4ZitFIelrpv9IxecpltNiHQaVGLi+aiXoLD7dXtximRbaQnHYHmCIy7iPntZFLmnCuE xBMSjCygW0L8Gy+FjYUGAWRzbYiFg6obVkgPR/IqAHg5yxKUCaLK05TUIM3uQs0uumFe01AExGfjZ oACFSZzAKq2kssdkrBTHYxU1QtTQhd0+LKiPo1h/fw7n6OlKSZgRYyP56uEbq9R1UXQ6FP1oa1N4I 755uFNQGsvJm761h54/yXA1QkFwmtrEZjAeih6o3mt7rNZskY5UzVvNCdqFfhSYLIB0H33X72aIWK WPc9328DiFNSLw==; Original-Received: from p5b326552.dip0.t-ipconnect.de ([91.50.101.82] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otrkE-0008Pc-HL; Sat, 12 Nov 2022 09:44:30 -0500 In-Reply-To: <83fseqrb0r.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 10 Nov 2022 19:10:12 +0200") 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:299657 Archived-At: Eli Zaretskii writes: > This is a project-level goal of the Emacs project, and as such is up > to the maintainers to set and pursue. I'm not sure if this point is already addressed: With the goal above to have a large number of server names built-in, maybe it should also be mentioned if the license of the servers is relevant for their addition. The one I added is released under GPL v3.0. Best, Arash