-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
On OSX flycheck messages show up on the monitor where the cursor is #4595
Comments
What's your emacs version? In Emacs < 24.4 this is a known behaviour. Either update Emacs or add |
Reference: flycheck/flycheck-pos-tip#6 (comment) |
Thanks I'll check that out but my version is 24.5.1. |
Weird. It's known that the tooltip goes over all windows, but there is normally a hook that disable the tooltip when the focus is exited from Emacs. Or maybe are you in a situation where Spacemacs has the focus and another window is overlapping it on a side? |
In my case Emacs has the focus but the cursor is on the second monitor which makes the tooltip show up where the cursor is located. When emacs loses focus the tooltip disappears so that's working correctly. |
Oh, the mouse cursor, not the emacs cursor :-) Ok I got it. This is probably an upstream issue, but let's ask @lunaryorn to be sure. The package providing the tooltip is |
It sure sounds like an upstream issue. I'd appreciate if you could report this issue to Thank you very much |
Oh my bad I should've been more specific. Thanks for the help, I'll report there. |
@carloscheddar When you have done this, please put a link back here :-) |
@StreakyCobra Here it is flycheck/flycheck-pos-tip#15 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Using OSX
flycheck
popup messages for errors and warnings show up on themonitor
that has thecursor
instead of only displaying on top of the spacemacs window.The text was updated successfully, but these errors were encountered: