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: Sat, 12 Nov 2022 16:49:39 +0200 Message-ID: <83pmdsmdmk.fsf@gnu.org> References: <86fservpri.fsf@gnu.org> <831qqbtixr.fsf@gnu.org> <86edubdv64.fsf@gnu.org> <83iljnrw3t.fsf@gnu.org> <83fseqrb0r.fsf@gnu.org> <86y1sgs05f.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5011"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joaotavora@gmail.com, emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 12 15:50:15 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 1otrpn-00018s-B6 for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Nov 2022 15:50:15 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otrpF-00039L-MG; Sat, 12 Nov 2022 09:49:41 -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 1otrpA-00038U-7u for emacs-devel@gnu.org; Sat, 12 Nov 2022 09:49:38 -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 1otrp9-0007gA-Tf; Sat, 12 Nov 2022 09:49:35 -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=d8tgw2uDBlsj1WUqD0FdXQvo3WnsWagdqg4bGcKF5Tk=; b=TL16kdVNk8P0+dDAMWRj MElLJSaXx3Vjn35N2KNeTgSbALbokbYw8Cm0px7gBUNsMQW4+gvRFK5wRXyzgZPByaESxEOcxjipU hs7eN6yZiBFjxs4YzEEtw+DIw9DGmfK/nXBvn/CWWo13piA3/zyiT5nvsVhqLt+dfJot8ntA2qGBs Iqc0cjnTk85nh2+wS7JrAEhoi83z+A2uzY2fPwYNtQp+OFeBDnhtej5aRoSPV/r6w38mjzcjaz87X fVTsb0pbrWYvgauvBnSMtT16uzBcDy3krd0OcEqXo1Xncpvod6P/iJEH+/MqujtIc+cpdKOpwRgrB haLfcGTcH9w96g==; 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 1otrp8-0000T6-OL; Sat, 12 Nov 2022 09:49:35 -0500 In-Reply-To: <86y1sgs05f.fsf@gnu.org> (message from Arash Esbati on Sat, 12 Nov 2022 15:44:12 +0100) 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:299658 Archived-At: > From: Arash Esbati > Cc: João Távora , > emacs-devel@gnu.org > Date: Sat, 12 Nov 2022 15:44:12 +0100 > > 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. I hope we are only adding servers which are Free Software. If that is so, why does it matter under which free license they are distributed? People who care can easily look that up, but most users will not care, I think.