Author: dejfson
Date: Aug 5, 2008 14:52
...a function, which exits when the compilation is finished. As compilation is asynchronous process, it needs to...setq cw-compile-flag t) (add-hook 'compilation-finish-functions #'(lambda (buf str) (progn (message "FOOKME...we need to wait until the compilation is finished: (while cw-compile-flag (sleep-for 0 100...can I assure that compilation is started, and finished? I'd like to return from my ...
|