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: [PATCH] Add eglot-alternatives for PHP Date: Thu, 17 Nov 2022 11:48:34 +0200 Message-ID: <83bkp5ewst.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24423"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: USAMI Kenta Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 17 10:49:20 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 1ovbWK-00069Q-Fs for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Nov 2022 10:49:20 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovbVf-0002b1-S4; Thu, 17 Nov 2022 04:48:39 -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 1ovbVb-0002Xc-4d for emacs-devel@gnu.org; Thu, 17 Nov 2022 04:48:36 -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 1ovbVa-0001nU-Oa; Thu, 17 Nov 2022 04:48:34 -0500 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=PXsReC6f2QAIDNhC5jul1IIFE3laNue7Z6O2eS0ZAQI=; b=KZ45kaHIVOD+ nCJSx3dcOVWlb1n3U9+hEj5tpXzC6MxnHr3hXCuqJzF3/Fos/vbGLd5+ncJO6OE1j8QEu5UhPLVDh Hm+vAlYwqTNUvsuONeQITYo9q2asw3JWM2GSHhsRiGXd6iD6NHHG0qaV9tWwd+MLLBxB2SAhAObQR M3wsaaoQVSh5TYhLBgASk3fItlt1eQtTvAW+spd2m2aYAfYj3vuAUjEQse07hEoY3etRlCE4qHiFl tji8qxDAcATGG87veH/EiuoyuoJZEapkOhcWb+UUH2HFyPfrh0Cze/ghS5IlP2jzPMlMbo8OFZ4/S ckHa8KbcPwcMIqbr3PjMeA==; 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 1ovbVa-0005pA-2M; Thu, 17 Nov 2022 04:48:34 -0500 In-Reply-To: (message from USAMI Kenta on Sat, 12 Nov 2022 01:54:01 +0900) 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:300031 Archived-At: > From: USAMI Kenta > Date: Sat, 12 Nov 2022 01:54:01 +0900 > > This patch adds two alternate servers that take precedence over > php-language-server registered in eglot-server-programs. > > php-language-server has been abandoned since 2018 and is obsolete. > https://github.com/felixfbecker/php-language-server > > Phpactor is a free software language server implementation for PHP. > https://github.com/phpactor/phpactor > > Intelephense is a proprietary one, but many PHP programmers already use it. > https://intelephense.com/ > > This patch is same as https://github.com/joaotavora/eglot/pull/1105 > I have assigned the copyright to FSF. Thanks. We don't want to encourage users to install proprietary software, so I installed this patch after removing Intelephense from it.