lsp-ui icon indicating copy to clipboard operation
lsp-ui copied to clipboard

fci-mode breaks lsp-ui-sideline

Open SreenivasVRao opened this issue 4 years ago • 2 comments

hi, thanks a lot for lsp-ui. I think it's a really great package, and I'm very happy with it so far. I recently found this bug, and I'm just passing along the info:

https://gfycat.com/likablerealisticgrackle -> as you can see, the lines jump when lsp-ui shows up. The behaviour is caused due to some funny business with fci-mode being active. When I disable fci-mode, that line jumping goes away.

My workaround right now is to disable fci-mode.

SreenivasVRao avatar Nov 17 '19 06:11 SreenivasVRao

Thanks for the report. I've added the "bug" label. fci-mode is a package with some known incompatibilities, and the functionality of fci-mode will be provided natively in Emacs 27 (display-fill-column-indicator-mode).

It'd be interesting to test if display-fill-column-indicator-mode from Emacs master exhibits the same behavior.

danielmartin avatar Nov 17 '19 16:11 danielmartin

FYI, it seems that changing to display-fill-column-indicator-mode indeed solves this issue.

joncol avatar Jul 15 '20 07:07 joncol