* bug#62850: [PATCH] ; Eglot: fix a typo in a customization type
@ 2023-04-14 14:43 Idir Lankri via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-29 3:34 ` Ruijie Yu via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 1 reply; 3+ messages in thread
From: Idir Lankri via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-04-14 14:43 UTC (permalink / raw)
To: 62850
[-- Attachment #1: Type: text/plain, Size: 25 bytes --]
--
Idir Lankri
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Eglot-fix-a-typo-in-a-customization-type.patch --]
[-- Type: text/x-patch; name=0001-Eglot-fix-a-typo-in-a-customization-type.patch, Size: 1208 bytes --]
From bc598705336210c901bf128bcd473eec80e6b7cf Mon Sep 17 00:00:00 2001
From: Idir Lankri <ilankri@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 a0581126b28..437df260fc1 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1669,7 +1669,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)
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#62850: [PATCH] ; Eglot: fix a typo in a customization type
2023-04-14 14:43 bug#62850: [PATCH] ; Eglot: fix a typo in a customization type Idir Lankri via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-04-29 3:34 ` Ruijie Yu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-29 6:09 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Ruijie Yu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-04-29 3:34 UTC (permalink / raw)
To: Idir Lankri; +Cc: 62850, João Távora
I was digging through my inbox and found this thread unanswered. CC'ing
João, the eglot maintainer.
--
Best,
RY
[Please note that this mail might go to spam due to some
misconfiguration in my mail server -- still investigating.]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#62850: [PATCH] ; Eglot: fix a typo in a customization type
2023-04-29 3:34 ` Ruijie Yu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-04-29 6:09 ` Eli Zaretskii
0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2023-04-29 6:09 UTC (permalink / raw)
To: Ruijie Yu; +Cc: ilankri, 62850, joaotavora
> Cc: 62850@debbugs.gnu.org,
> João Távora <joaotavora@gmail.com>
> Date: Sat, 29 Apr 2023 11:34:50 +0800
> From: Ruijie Yu via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
>
> I was digging through my inbox and found this thread unanswered. CC'ing
> João, the eglot maintainer.
This was fixed 10 days ago, and the bug was therefore closed then.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-29 6:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-14 14:43 bug#62850: [PATCH] ; Eglot: fix a typo in a customization type Idir Lankri via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-29 3:34 ` Ruijie Yu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-29 6:09 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).