-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc-render issue in 29 #742
Comments
Same thing in Emacs 28.2. Happens with the clangd server. Those faces inherit Edit: this happened only very recently. It was working well for the past few years. |
Was it working earlier? The recent relevant commit is emacs-lsp/lsp-mode@e2a1b5f; not sure if this is the cause. 😕 |
Looks like emacs-lsp/lsp-mode@e2a1b5f (emacs-lsp/lsp-mode#3844) is indeed related. Removing the following function call in
|
@vspinu Can you help us here? |
… buffers (#3844) * Fix markdown link navigation in *lsp-help* buffers Fix emacs-lsp/lsp-ui#452 * Treat all markdown link types the same - markdown-link-face, markdown-url-face and markdown-plain-url-face * Inhibit read-only in lsp--fix-markdown-links for Emacs27 * Use markdown-find-next-prop instead of text-property-search-forward which is missing on Emacs26 * Start searching from point-min in lsp--fix-markdown-links
Something is throwing there and you get the plain string instead. To be frank I think that try error logic could be improved. Falling back to plain |
* Make sure `end` is not nil in lsp--fix-markdown-links Fixes emacs-lsp/lsp-ui#742 * Use with-demoted-errors during doc fontlocing Also display the buffer string and not the unformated string regardless of the errors.
lsp-ui-doc is not rendered correctly, as the screenshots below.
clangd
pyright
The text was updated successfully, but these errors were encountered: