author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sat, 27 Aug 2011 00:38:48 +0300 | |
changeset 684 | f0604e71f261 |
parent 683 | b50b879b9e04 |
child 685 | dccfef291718 |
--- 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"))