sit-for to give redisplay a chance to show the updated process
status in the mode line.
+2004-05-02 Eli Zaretskii <eliz@gnu.org>
+
+ * progmodes/compile.el (compilation-start): In the
+ no-async-subprocesses branch, call sit-for to give redisplay a
+ chance to show the updated process status in the mode line.
+
2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
* ielm.el (ielm-prompt-read-only): Update docstring.
;; Fake modeline display as if `start-process' were run.
(setq mode-line-process ":run")
(force-mode-line-update)
+ (sit-for 0) ; Force redisplay
(let ((status (call-process shell-file-name nil outbuf nil "-c"
command)))
(cond ((numberp status)