bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: M-x compile output sometimes delayed


From: Dan Jacobson
Subject: Re: M-x compile output sometimes delayed
Date: 10 Apr 2002 14:03:35 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Could the reason why
|In makefile I have
|z:
|       set -x;until test $$((retrys++)) -gt 9; do sleep 4;done
|
|I do M-x compile.  I see the output in fits and starts, not every 4
|seconds.  Sometimes it comes out line by line, sometimes it takes me
|hitting say even the Shift key to stimulate it into spitting out
|output.  Odd, as my processor is 99% idle.
Be related to me now having a 1 Ghz processor, and many GNU/Linux time
comparisons being only in 1 sec. granularity, so things that never
occurred during the same second before now do?  [which also causes a breakdown
of traditional Makefile checks etc., [oh great, no wonder they said
computing will never be the same, looks like I will now have to put
"sleep 1" "shims" all over my Makefiles] but that's only semi related here.]
-- 
http://jidanni.org/ Taiwan(04)25854780



reply via email to

[Prev in Thread] Current Thread [Next in Thread]