Replies: 3 comments 30 replies
-
Hi @mekeor, i did changes to this very recently. If you can, look at the version of Eglot in Emacs master as of today and tell me what you think. I think we had the same idea, more or less. |
Beta Was this translation helpful? Give feedback.
29 replies
-
On April 4, 2023 11:45:18 AM GMT+02:00, "João Távora" ***@***.***> wrote:
I did this two days ago, but I don't know what you are talking about, so ping me in the context of whatever bug this is related to, if you think I can be of help.
Nevermind! Eli had claimed that the bug that I'm experiencing, has been resolved on emacs-29, but apparently the bug on the master-branch is different and still outstanding. So, you can't help me right now.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62596#15
In that case, you have experienced the "new features of ElDoc" already :-) , and if nothing broke, then that's what's supposed to happen. Just one of these features is user-visible, and quite discreet: the separating line in the `*eldoc*` buffer has been changed and can be customized with `eldoc-buffer-separator` or something like that.
Alright then. I'll give some feedback soon.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Let's hope you haven't created 3 bug reports. Maybe the tracker is smart.
But if you have, it's no tragedy, just give the moderators some time.
João
…On Thu, Apr 6, 2023, 21:52 mekeor ***@***.***> wrote:
On the bug-gnu-emacs mailing-list, my e-mails also appear in one single
thread:
https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-04/msg00269.html
—
Reply to this email directly, view it on GitHub
<#1200 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC6PQZQFJ4DYYCSTDUG5EDW74UKTANCNFSM6AAAAAAWQ6AXTA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I wrote a custom function for
eldoc-documentation-functions
, meant as a replacement foreglot-signature-eldoc-function
. As far as I understand, the chances that Eglot shows any signature-documentation at all, are very very small, unfortunately. I think we should improve that.The screenshots show: The original function often just lists loads of type signatures. The customized function shows the type signature and documentation for the currently active "signature".
Here is the code I use:
PS: Sorry for not capturing the cursor in the second screenshot. Just imagine it. It's there, but it's blinking.
Beta Was this translation helpful? Give feedback.
All reactions