Open 11111000000 opened 2 years ago
I assume you are using eglot?
This code:
:string (concat (propertize (pcase (flymake--diag-type diag) (:error flymake-posframe-error-prefix) (:warning flymake-posframe-warning-prefix) (:note flymake-posframe-note-prefix)) 'face 'warning) (flymake--diag-text diag)))
needs to add handlers for 'eglot-error', 'eglot-warning' and 'eglot-note'. Currently the prefix does not match the eglot-specific flymake errors, and errors out.
Is this repo still alive? Would an MR be accepted?
Well, I've created an MR, hope it can be merged: https://github.com/Ladicle/flymake-posframe/pull/4
I'm getting the same error, for the same reason -- using eglot. Would like to see this merged.
error
Error in post-command-hook (flymake-posframe-display): (wrong-type-argument stringp nil)