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
I am using eglot + flymake + ess + r languageserver package. I found that when using flymake-goto-next-error to navigate, there are certain linter messages that only show up in the echo area for about a second and then disappear.
For example, in a test.R buffer, with the code
foo.bar <- 1
The linter message is "lintr [object_name_linter]: Variable and function name style should match snake_case or symbols." and will not stay.
On the contrary, with the code
foo = 1
The linter message is "lintr [assignment_linter]: Use <-, not =, for assignment.", which does actually stay.
Do you know what causes the difference and how to make flymake messages always stay in the echo area? Thanks a lot🙏!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I am using
eglot
+flymake
+ess
+ r languageserver package. I found that when usingflymake-goto-next-error
to navigate, there are certain linter messages that only show up in the echo area for about a second and then disappear.For example, in a
test.R
buffer, with the codeThe linter message is "lintr [object_name_linter]: Variable and function name style should match snake_case or symbols." and will not stay.
On the contrary, with the code
The linter message is "lintr [assignment_linter]: Use <-, not =, for assignment.", which does actually stay.
Do you know what causes the difference and how to make
flymake
messages always stay in the echo area? Thanks a lot🙏!Beta Was this translation helpful? Give feedback.
All reactions