diff -r b50b879b9e04 -r f0604e71f261 .emacs-my --- a/.emacs-my Sat Aug 27 00:37:06 2011 +0300 +++ b/.emacs-my Sat Aug 27 00:38:48 2011 +0300 @@ -1265,6 +1265,7 @@ (setq compile-command "gmake ")) ;; With '1' compilation window shall scroll down, with `first-error' stops scrolling at the first error. (setq compilation-scroll-output 1) +(setq compilation-ask-about-save t) ;; Show error in EN locale to easy search how fix problem in docs and Internet. (setq compilation-environment '("LANG=C"))