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

n replaces newline in displayed docstrings when using interpolation #50

Open
tpapp opened this issue Aug 14, 2024 · 1 comment
Open

Comments

@tpapp
Copy link

tpapp commented Aug 14, 2024

With

using DocStringExtensions

"""
$(SIGNATURES)

Docstring

with

linebreaks
"""
foo() = nothing

when the point is at foo( (before the ()), the following docstring displayes in the message buffer:

$(SIGNATURES)nnDocstringnnwithnnlinebreaksn"

(note the ns). If I remove $(SIGNATURES), I just see the first line, ie Docstring.

Emacs 29.3, eglot-jl 20240318.1159 from MELPA.

@non-Jedi
Copy link
Owner

non-Jedi commented Dec 5, 2024

Linking my investigation of this for whenever I get around to figuring out which upstream should handle the bug:

https://discourse.julialang.org/t/using-languageserver-jl-with-eglot-in-emacs/23125/105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants