-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline errors stop showing after some time #12
Comments
Thanks for the report. The fact that you have the issue on Ubuntu and not on Windows is suspicious. When that happens to you, you could try stepping through functions in order to determine what exactly is not working. If flycheck is working, then you still have errors and overlays. Of course, reproduction steps would be best. Keep us posted! |
As a small update to this issue, I've done some more testing and while I haven't got a reliable reproduction yet I've found some more details.
|
What desktop environment are you using? The default Ubuntu one? |
I'm using a very standard i3 as my window manager, no desktop environment. |
Hmm, I'm also using i3, I've had a bug in Eclipse where the cursor disappears, and the only way to get it back is to move the mouse out of the window and back in. I never encountered this issue with Unity. With Emacs under i3 I've got flickering which is resolved when toggling fullscreen on and off just once. But I never encountered the inline errors disappearing by themselves. It might be worth trying out another window manager. |
Hi,
I've been using flycheck-inline for a few weeks, without issues on Windows. However, this week I started using Ubuntu (18.04) as my primary environment and have been having issues with the inline messages disappearing after a while. I primarily use this in Rust, so I cannot say whether it shows up in other modes.
This is what I know so far:
flycheck-inline
installed via(package-install 'flycheck-inline)
.M-x toggle-debug-on-error
does not trigger anythinghelm-flycheck
, and the error-lines) are still updating as they shouldflycheck-inline
to start displaying errors again without manually togglingUnfortunately, I've not been able to find out more yet, but I figured I'd post while I continue investigating in case someone else has any ideas or thoughts.
The text was updated successfully, but these errors were encountered: