GNU bug report logs - #62849
[PATCH] ; Eglot: fix a typo in a customization type

Previous Next

Package: emacs;

Reported by: Idir Lankri <ilankri <at> protonmail.com>

Date: Sat, 15 Apr 2023 04:05:01 UTC

Severity: normal

Tags: patch

Merged with 62850

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62849 in the body.
You can then email your comments to 62849 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#62849; Package emacs. (Sat, 15 Apr 2023 04:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Idir Lankri <ilankri <at> protonmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 15 Apr 2023 04:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Idir Lankri <ilankri <at> protonmail.com>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: [PATCH] ; Eglot: fix a typo in a customization type
Date: Fri, 14 Apr 2023 14:32:53 +0000
[Message part 1 (text/plain, inline)]



--
Idir Lankri
[0001-Eglot-fix-a-typo-in-a-customization-type.patch (text/x-patch, attachment)]

Merged 62849 62850. Request was from Michael Albinus <michael.albinus <at> gmx.de> to control <at> debbugs.gnu.org. (Sat, 15 Apr 2023 09:39:02 GMT) Full text and rfc822 format available.

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Tue, 18 Apr 2023 11:19:01 GMT) Full text and rfc822 format available.

Notification sent to Idir Lankri <ilankri <at> protonmail.com>:
bug acknowledged by developer. (Tue, 18 Apr 2023 11:19:01 GMT) Full text and rfc822 format available.

Message #12 received at 62849-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Idir Lankri <ilankri <at> protonmail.com>
Cc: 62849-done <at> debbugs.gnu.org
Subject: Re: bug#62849: [PATCH] ; Eglot: fix a typo in a customization type
Date: Tue, 18 Apr 2023 14:18:47 +0300
> Date: Fri, 14 Apr 2023 14:32:53 +0000
> From:  Idir Lankri via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> From 9460afa7137af944734a91e838224e6100644afa Mon Sep 17 00:00:00 2001
> From: Idir Lankri <ilankri <at> protonmail.com>
> Date: Fri, 14 Apr 2023 15:52:24 +0200
> Subject: [PATCH] ; Eglot: fix a typo in a customization type
> 
> * lisp/progmodes/eglot.el (eglot-ignored-server-capabilities): Fix the
> value associated with the tag "Go to declaration".
> ---
>  lisp/progmodes/eglot.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
> index c4f773c8426..6f42751f263 100644
> --- a/lisp/progmodes/eglot.el
> +++ b/lisp/progmodes/eglot.el
> @@ -1703,7 +1703,7 @@ eglot-ignored-server-capabilities
>            (const :tag "Go to definition" :definitionProvider)
>            (const :tag "Go to type definition" :typeDefinitionProvider)
>            (const :tag "Go to implementation" :implementationProvider)
> -          (const :tag "Go to declaration" :implementationProvider)
> +          (const :tag "Go to declaration" :declarationProvider)
>            (const :tag "Find references" :referencesProvider)
>            (const :tag "Highlight symbols automatically" :documentHighlightProvider)
>            (const :tag "List symbols in buffer" :documentSymbolProvider)

Thanks, installed on the emacs-29 branch, and closing the bug.




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Tue, 18 Apr 2023 11:19:02 GMT) Full text and rfc822 format available.

Notification sent to Idir Lankri <ilankri <at> protonmail.com>:
bug acknowledged by developer. (Tue, 18 Apr 2023 11:19:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 27 May 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 22 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.