Replies: 1 comment 2 replies
-
This is not how you use
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When starting a LSP server using
eglot-ensure
, the mode line shows "Flymake:?" and noflymake
error/warning markups are displayed in the buffer. After a user command such asC-n
,flymake
starts to work correctly. This has nothing to do with the language server as it is the case with different languages, e.g.,C
,R
andlatex
. Also, in the*EGLOT events*
buffer, I can see the language server correctly sendstextDocument/publishDiagnostics
uponeglot-ensure
being called. Furthermore, thisflymake
glitch only occurs witheglot-ensure
, but not witheglot
.An MWE:
Emacs
withemacs -Q
eglot
, e.g.foo.c
(eglot-ensure)
Current behavior:
The mode line shows "Flymake:?" and no
flymake
error/warning markups are displayed in the buffer.Expected behavior:
The mode line shows "Flymake[1 1]" and
flymake
error/warning markups are displayed correctly in the buffer.Beta Was this translation helpful? Give feedback.
All reactions