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

Sideline doesn't render properly

Open mjhoy opened this issue 4 years ago • 5 comments

I see this in both the gui and cli emacs. Any ideas why this might be? Could I be missing a required package?

lsp-ui 6.0, emacs 26.3.

Thanks!

Screen Shot 2020-04-19 at 09 09 43

mjhoy avatar Apr 19 '20 13:04 mjhoy

I've updated to the latest lsp-ui (6.2), and am still seeing this:

Screen Shot 2020-04-23 at 07 53 18

is there some kind of markdown library i'm missing?

mjhoy avatar Apr 23 '20 11:04 mjhoy

@mjhoy I had the same problem you mentioned with markdown. I already had markdown-mode installed before i installed lsp-ui-mode but for some reason wasn't being correctly picked up.

What it fixed for me was to reinstall markdown-mode: package-refresh-contents, package-reinstall: markdown-mode.

xrx avatar May 09 '20 10:05 xrx

interesting. i use nix to install my emacs packages. perhaps there is something in the package initialization that's not working as expected? here is my setup of markdown-mode: https://github.com/mjhoy/dotfiles/blob/master/emacs.d/lisp/init-markdown.el

mjhoy avatar May 09 '20 13:05 mjhoy

I'm also affected by this and use nix. I'm using very recent commits from each lsp repo:

lsp-ui: 7d5326430eb88a58e111cb22ffa42c7d131e5052 lsp-haskell: 17d7d4c6615b5e6c7442828720730bfeda644af8 lsp-mode: 0131f1f4c9e7823955c3b1f80881fcd7c2eaa551

codygman avatar Jul 29 '20 21:07 codygman

I have the same problem, and I am not using nix. Updated all packages and reinstalled markdown-mode, still seeing this image

jgwtt avatar Sep 07 '21 17:09 jgwtt

This seems to have been fixed for me at some point.

mjhoy avatar Mar 17 '23 13:03 mjhoy