From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Jose A. Ortega Ruiz" Newsgroups: gmane.emacs.devel Subject: Re: Renaming eglot -- or at least add an alias? Date: Fri, 07 Oct 2022 00:42:25 +0100 Message-ID: <875ygwikny.fsf@mail.jao.io> References: <83pmfdduix.fsf@gnu.org> <86wn9ji3ma.fsf@gmail.com> <86tu4lsnqk.fsf@gmail.com> <83ill0vzit.fsf@gnu.org> <86pmf7utjp.fsf@gmail.com> <83bkqqtnoa.fsf@gnu.org> <86tu4gftof.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30448"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Tim Cross Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 07 01:44:07 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 1ogaX8-0007iP-1e for ged-emacs-devel@m.gmane-mx.org; Fri, 07 Oct 2022 01:44:06 +0200 Original-Received: from localhost ([::1]:52188 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogaX6-0006ex-TK for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Oct 2022 19:44:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60112) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogaVa-0005tr-9E for emacs-devel@gnu.org; Thu, 06 Oct 2022 19:42:30 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44214) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogaVa-0007um-0i; Thu, 06 Oct 2022 19:42:30 -0400 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=PcrBjfJwvLugKe7xrwsD5rqkGUA8gNLFX424TPSWUvY=; b=LKnZoi+/BY4YvCe4cRbi gZ/qr2TtpYtvbJ2NFD8sRH2Da3H4P5lFjd3Uy2DvQFuasf/soqtmzi5twVPQuTPys6zdLq/itDndb PMl2hxrJ6uo6/jzYf3gcQqdAetkZ5CKWcoFB6ekix2Q1FA1CT4Jl04kQDSvolHheeRwPTeOl0NFpw QRqePFt/hgufolA0nXxYB0mEBlO/Qbbm0f6VG5qZlQP3oDkwBYVtdZy0tDyGs2nfvHgALFyNC19vb mlvREKdyxfXkGG9WGJDeB8WPY/JmCPFJWqCiLCwKe9wlLPAnm9THD3Dm01zPU4jZWk1VMeXnsJd0V eUmhxT3bZyaMuw==; Original-Received: from cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net ([92.233.85.247]:43578 helo=rivendell.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogaVZ-0006fs-42; Thu, 06 Oct 2022 19:42:29 -0400 Original-Received: from localhost (rivendell.localdomain [local]) by rivendell.localdomain (OpenSMTPD) with ESMTPA id c09c9760; Thu, 6 Oct 2022 23:42:25 +0000 (UTC) In-Reply-To: <86tu4gftof.fsf@gmail.com> (Tim Cross's message of "Fri, 07 Oct 2022 09:30:47 +1100") X-Attribution: jao X-Clacks-Overhead: GNU Terry Pratchett X-URL: 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:297135 Archived-At: On Fri, Oct 07 2022, Tim Cross wrote: [...] > In short, the name 'Parse Code' would look to me like a developer > library for people writing elisp packages, not a general purpose > package which sets up a development environment for many different > languages. Just like tree-sitter, which i understand is also nearing its inclusion in emacs core, and whose primary function is, if i'm not mistaken, literally parsing code. (For my own education as a non-native speaker, if i may: isn't "Parse Code", not being a noun phrase, a bit awkward as a name anyway? Sounds to me like, say, calling an email client "Write Messages".) Cheers, jao --=20 =E2=80=9CIf I can do it better in Emacs I use Emacs. Otherwise, I use Emacs= .=E2=80=9D - Mike Zamansky