From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Espen Newsgroups: gmane.emacs.help Subject: Re: Waiting on compilation to finish before executing another function Date: Thu, 15 Aug 2013 13:48:58 -0400 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1376589021 2615 80.91.229.3 (15 Aug 2013 17:50:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2013 17:50:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 15 19:50:21 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VA1ge-0007un-W9 for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Aug 2013 19:50:17 +0200 Original-Received: from localhost ([::1]:54755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA1ge-00061C-M2 for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Aug 2013 13:50:16 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Injection-Info: mx05.eternal-september.org; posting-host="2b4d99857b7659717d3b28a24c766d4c"; logging-data="4494"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+vJZbJ6zY8ZIJcVaR/GBlg16Byz/JNFWk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) Cancel-Lock: sha1:ffhb3fYTokoQyW7hOhowTvlp5jw= sha1:WJz3EcPGRZ9W76FUS1COUES+eoc= Original-Xref: usenet.stanford.edu gnu.emacs.help:200640 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92907 Archived-At: Rami A writes: > Greetings, > > I am using compile to pulling new files from source tree using > mercurial "hg pull". I am performing a save of all buffers before the > pull and would like to "refresh all opened buffers" after the > compilation "pulling" finishes. I have a couple of compile procedures I run that change the source file. I generally don't worry about it. If I go to make any kind of a change to my source file, Emacs detects that the file has changed and asks me what I want to do. So, I just start making changes and when the prompt appears I type "r" (revert). The one extra character doesn't seem like it's worth worrying about. -- Dan Espen