Skip to content
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

Don't strip invisible text when formatting hover string #866

Merged
merged 1 commit into from
Mar 10, 2022

Commits on Mar 10, 2022

  1. Don't strip invisible text when formatting hover string

    This was introduced in joaotavora#482 due to a bad interaction with a specific
    server.  But this solution makes hyperlinks in Eldoc buffers
    unclickable, because the markdown-mode function that visits a link
    relies on the invisible text.
    
    Fixes joaotavora#865.
    
    * eglot.el (eglot--format-markup): Don't use
    'filter-buffer-substring'; instead, keep invisible text.
    astoff committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    e8588ae View commit details
    Browse the repository at this point in the history