You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
into my .emacs config file, evaluation .emacs, then immediately open a Haskell file, the Wait will temporarily disappear.
However, the Wait will return immediately after any edit to the file.
If I evaluate the line, my flymake backend status becomes the following:
Problem Description
I opened a Haskell file and got this in my
*Flymake Log*
buffer: (SimpleIOCommand.hs
is the file I opened)I realized this error log because in the mode line, the Flymake minor mode always display
Wait
. Like the following:Flymake Backend (On Start up):
Misc
Trying
'flymake-diagnostic-functions
, Disabling LegacyI have seen issue with disabling
flymake-proc-legacy-flymake
.I have found that if I add the line
into my
.emacs
config file, evaluation.emacs
, then immediately open a Haskell file, theWait
will temporarily disappear.However, the
Wait
will return immediately after any edit to the file.If I evaluate the line, my flymake backend status becomes the following:
Other
lsp-diagnostics--flymake-backend
also stops reporting after any editingC-c C-l
REPL still worksThe text was updated successfully, but these errors were encountered: