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

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

Re: Waiting on compilation to finish before executing another function


From: Dan Espen
Subject: Re: Waiting on compilation to finish before executing another function
Date: Thu, 15 Aug 2013 14:04:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Rami A <rami.ammari@gmail.com> writes:

> Thanks Dan.
> 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.

You might be able to use emacsclient to send a command to your running
emacs as a step in the compile process.

-- 
Dan Espen


reply via email to

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