-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature request: Error messages in mode line #17
Comments
You could try |
That works, would be nice if the cursor could trigger the help text, same way js2-mode works. |
Personally I find it annoying, but I suppose you could add this to your (add-hook 'post-command-hook
(lambda ()
(display-local-help 1))
nil t) |
Woops |
I tried your suggestion. I couldn't get it to work. |
Try copying the above code, opening a js file, and then M-: C-y RET. If this works, there was probably a problem setting up the mode-hook. |
I've had great success with flymake-cursor. It does exactly what you want. It's quite useful for windowless emacs too (-nw) |
It would be great if I could stay on the keyboard to view errors rather than having to mouse over text.
The text was updated successfully, but these errors were encountered: