[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Waiting on compilation to finish before executing another function
From: |
Eli Zaretskii |
Subject: |
Re: Waiting on compilation to finish before executing another function |
Date: |
Thu, 15 Aug 2013 21:41:17 +0300 |
> Date: Thu, 15 Aug 2013 10:53:40 -0700 (PDT)
> From: Rami A <rami.ammari@gmail.com>
>
> I am aware of the way emacs alert you if a the file changed on disk.
> Unfortunately, I do a lot of "code review" before making any change, so
> looking at stale data is not a good thing.
> I could have included (revert-all-buffers) right after the compile command
> but sometimes pulling take long enough that refreshing the files happened
> before the completion of updating the files.
> I am sure there is a way to wait on compile before proceeding forward.
Did you try turning on auto-revert mode in those buffers?
Re: Waiting on compilation to finish before executing another function, Thien-Thi Nguyen, 2013/08/15
Message not available