-
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
lsp-ui-sideline pop message break line on emacs 29.0.60 #746
Comments
Is this unsolved? #96 |
I noticed that #96 is an old issue and seems was fixed, not sure if it is same problem as what I found, or maybe new version of emacs breaks it again? @Flinner |
I don't know if this will work, but you can try sideline and sideline-lsp. Pretty much the improved version of |
I think the prompt message on the right should not effect the display of source codes on the left. |
Thanks for testing it out! I will investigate the bug. ;) |
@jcs090218 hi, did you fixed it? 👀 |
I have taken a closer look at the issue. It seems like it's a conflict with other overlays. 🤔 For sideline-lsp, you can try: (setq sideline-backends-right-skip-current-line t) There isn't a good solution yet since there isn't a good way to calculate all the overlays in the buffer/window. 😓 |
Maybe create another layer on top of the editing buffer when popping out the message? @jcs090218 👀 |
No, we already have |
The pop out alert message of lsp-ui-sideline added a line break, when move the cursor on and off the error code, the window will change.
It's annoying, just disable lsp-ui-sideline-mode is ok, maybe. 🔥
Normal:
Normal in small window:
Broken in wide window:
Disabled:
The text was updated successfully, but these errors were encountered: