This option might be useful in case some changes were made in other buffers affecting the buffer that is switched to.
Logged In: NO
For JDE, this in your .emacs.el will do the trick:
(add-hook 'jde-entering-java-buffer-hook 'flymake-start-syntax-check-for-current-buffer)
Log in to post a comment.
Logged In: NO
For JDE, this in your .emacs.el will do the trick:
(add-hook 'jde-entering-java-buffer-hook
'flymake-start-syntax-check-for-current-buffer)