From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: Renaming eglot -- or at least add an alias? Date: Sun, 2 Oct 2022 17:03:14 +0200 Message-ID: <94ea772e-fc23-9617-6722-e6dbae911606@inventati.org> References: <83pmfdduix.fsf@gnu.org> <86sfk7hse3.fsf@gmail.com> <8735c6tq6t.fsf@posteo.net> <87r0zq2uea.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26384"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Cc: Tim Cross , emacs-devel@gnu.org, Richard Stallman To: =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= , Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 02 17:05:35 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 1of0X7-0006ex-Hb for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Oct 2022 17:05:33 +0200 Original-Received: from localhost ([::1]:58588 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1of0X6-0006es-6c for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Oct 2022 11:05:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53666) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of0V7-0005Co-LE for emacs-devel@gnu.org; Sun, 02 Oct 2022 11:03:34 -0400 Original-Received: from latitanza.investici.org ([82.94.249.234]:51255) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of0V4-0002rz-Qh; Sun, 02 Oct 2022 11:03:28 -0400 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4MgRzm31SYzGp5b; Sun, 2 Oct 2022 15:03:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1664722996; bh=Q40zt09TwU2Xlhuf3BSpL2mDDXfP7aOwwG7wVzxZQ9Q=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=CU/CSD9KdOCvKgYYzZiAYcaXd2XR50aOUAMi6UGulFRB22MybLLfO+Xfw5CPA8qLt kWgqyGqy8wyBYd8AxndTR36v9vQPZycUJG6IKrP/CkohSIzG7o+DDLZsDUKB1NQK0c UXMxQsFehUp5ULhO1H4iOJgoRQgQoMKDaDtdPjHc= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4MgRzm0s6rzGp5Z; Sun, 2 Oct 2022 15:03:16 +0000 (UTC) Content-Language: en-GB In-Reply-To: Received-SPF: pass client-ip=82.94.249.234; envelope-from=manuel.uberti@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -31 X-Spam_score: -3.2 X-Spam_bar: --- X-Spam_report: (-3.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-1.086, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:296621 Archived-At: On 02/10/22 16:42, João Távora wrote: > None of this makes any difference to the fact that Eglot is the best > name for referring to exactly what Eglot is. FWIW, because I seem to be in the minority here, I really like the name Eglot. To me the name is: - Clear enough: "glot" makes sense to me, just as the "e" makes me think of "emacs" or "elisp" when it's the first letter of an Emacs package name (it may not always mean that, of course). - Short enough: I can quickly type `M-x eglot` and work with whatever project I have on my hands. - Unique enough: I only have to learn what it is about once to refer to it or use it without mistakenly thinking of something else. As long as Eglot comes up when looking for "Emacs LSP" in the manual (or on the web), is the name really an issue? -- Manuel Uberti https://manueluberti.eu