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: New Eglot release Date: Fri, 10 Mar 2023 14:23:33 +0200 Message-ID: <83lek4ztfe.fsf@gnu.org> References: <87a60sjneo.fsf@gmail.com> <87v8jfw5si.fsf@posteo.net> <87cz5mhmku.fsf@gmail.com> <87bkl5zsw1.fsf@posteo.net> <875ybc7gtm.fsf@neverwas.me> <87jzzoj0oy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="346"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jp@neverwas.me, philipk@posteo.net, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 10 13:24:57 2023 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 1pabns-000ASe-Nt for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Mar 2023 13:24:56 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pabmr-0007Ha-BX; Fri, 10 Mar 2023 07:23:53 -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 1pabmq-0007HQ-4b for emacs-devel@gnu.org; Fri, 10 Mar 2023 07:23:52 -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 1pabmp-0007M3-4J; Fri, 10 Mar 2023 07:23:51 -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=vZ3OkVdx9htJO2UQyuSVjWxPjN9x3R83m9ApFCsvvBo=; b=WAwPAbNqRUlRbtDlBb1+ BtYb/HetBdpaK9t4ZBzjARsrXkpcjcutncquLbCCJrYlfe3Vw7rWsG2SXLdumzRjw+wLDopK7rqY5 J92w2vORBZ/xjd1hotvNn1mzMlCpMvXdxtL/JcNlEAENQNEYqc7+IZ+2ofcZSXQK2EkPegq/3oCwk P6qZvprgeCbzAleVjIStZkOqmlxExm2Gn89yd4s9D35+S3+PAWD+qlVFZWJ7Gw/jdgu2okOoNAi+M 4ONSZMx8wfiabI9YE3FSOQb5RT753SHnBHkp3zmO1l42gU3uKC9FQ4rOt7akl3C55wMoJodeoLsV+ UJKtvwIG2JGWIw==; 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 1pabmo-0001fF-CV; Fri, 10 Mar 2023 07:23:50 -0500 In-Reply-To: <87jzzoj0oy.fsf@gmail.com> (message from =?utf-8?B?Sm/Do28g?= =?utf-8?B?VMOhdm9yYQ==?= on Fri, 10 Mar 2023 11:38:37 +0000) 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:304238 Archived-At: > From: João Távora > Cc: Philip Kaludercic , emacs-devel@gnu.org, eliz@gnu.org > Date: Fri, 10 Mar 2023 11:38:37 +0000 > > Eli, is this patch good to push? It adds a new etc/EGLOT-NEWS and makes > a tiny mention to it in etc/NEWS. EGLOT-NEWS mentions many bugfixes, something that we don't do in NEWS. The style is also very different: > +(github#29) > + > +** Handle experimental/unknown server methods gracefully. This doesn't say enough about the change, so why mention it? And why the GitHub reference there? > +** Hierarchical symbols are supported in Imenu. > +Thanks to Ingo Lohmar for the original implementation (github#303). We don't mention individual contributors in NEWS. They are mentioned in AUTHORS instead (and if you want, also in doc/emacs/ack.texi). > +(github#196) > + > +** Completion sorting fixed. This (and other similar entries) are not very useful, IMNSHO. Moreover, I don't think I see why mentioning past versions of Eglot that were never parts of Emacs would be useful to someone. It might be okay to have that on ELPA, but I don't see why we'd want this in Emacs core. > +mode: outline > +mode: bug-reference-mode Why not emacs-news-mode? > +Please send Eglot bug reports to 'bug-gnu-emacs@gnu.org', and Cc (or > +X-Debbugs-CC) the maintainer 'joaotavora@gmail.com' as well. Please > +read the chapter titled "Troubleshooting" in the Eglot manual, > +available https://joaotavora.github.io/eglot/#Troubleshooting-Eglot The Eglot manual is now part of Emacs, not on GitHub.