GNU bug report logs -
#61072
How to change the length of the separation lines in eldoc, used by eglot?
Previous Next
Reported by: Wei-Ting Lin <linwaytin <at> gmail.com>
Date: Thu, 26 Jan 2023 06:49:01 UTC
Severity: normal
Done: João Távora <joaotavora <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 61072 <at> debbugs.gnu.org (full text, mbox):
Felician Nemeth <felician.nemeth <at> gmail.com> writes:
> João Távora <joaotavora <at> gmail.com> writes:
>
>> Rather, Eglot should add a markdown-capable element to
>> eldoc-display-functions and hint in the documentation item
>> produced by Eglot's eldoc-documentation-functions that that item
>> has a markdown version (it may also have a plaintext version
>> alongside), taken directly from the LSP source. The new function
>> would then render the item appropriately.
>
> Maybe I overthink this, but I wonder if it would make sense to specify
> an optional content-type argument instead of a markdown-capable element.
> That way, eldoc could potentially handle raw html texts as well.
> Additionally, this would support different markdown variants. And I'm
> sure gnus/eww already has some helper functions that eldoc could reuse.
>
> References for the text/markdown content-type:
> https://www.rfc-editor.org/rfc/rfc7763
> https://www.rfc-editor.org/rfc/rfc7764#section-3
This could be reasonable. I've pushed some commits to master addressing
Eldoc/Eglot problems. The protocol between
eldoc-documentation-functions and eldoc-display-functions is enhanced,
and eldoc-display-in-doc-buffer is now more independent, which could
pave the way for this kind of thing. See docstring of
eldoc-documentation-functions.
I stopped short of adding :content-type there. There's not much point
in moving rendering from Eglot to ElDoc if the rendering is going to
suck just as bad. So I think this has to be analyzed carefully. Here
are some ideas:
1. Use eww to render HTML, as you suggest. But how to get that HTML?
Call an external process?
2. You seem to suggest that eww can render markdown directly. Sure?
3. Lobby for markdown.el to become more render-friendly, (remove hard
newlines from paragraphs, remove invisible text, etc.)
4. Make a new Markdown mode based on a tree-sitter grammar
João
This bug report was last modified 2 years and 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.