You can also disable process-query-on-exit-flag with:
(defadvice flymake-start-syntax-check-process (after cheeso-advice-flymake-start-syntax-check-1 (cmd args dir) activate compile) ;; set flag to allow exit without query on any ;;active flymake processes (set-process-query-on-exit-flag ad-return-value nil))
This has the same effect as the patch above, but does not require a change to flymake.el.
Cheeso
source share