all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rami A <rami.ammari@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Waiting on compilation to finish before executing another function
Date: Thu, 15 Aug 2013 16:03:54 -0700 (PDT)	[thread overview]
Message-ID: <ec20a72a-e1b9-4259-91c4-05d4040b2138@googlegroups.com> (raw)
In-Reply-To: <e63fec73-3434-4dd1-8577-3a330f5e9601@googlegroups.com>

Ok. I fixed it:

(setq compilevar "Bad")  
(defun compile-hgpull ()
  (interactive)
  (save-all-buffers)
  (setq compilevar "Good")
  (compile-pkg "hg pull -u"))

(defun notify-compilation-result ()
  (if (string-match "Good" compilevar)
    (progn (setq compilevar "Bad")
     (revert-all-buffers))))
(add-to-list 'compilation-finish-functions
	     'notify-compilation-result)


  reply	other threads:[~2013-08-15 23:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-15 17:36 Waiting on compilation to finish before executing another function Rami A
2013-08-15 17:48 ` Dan Espen
2013-08-15 17:53   ` Rami A
2013-08-15 18:04     ` Dan Espen
2013-08-15 18:11       ` Rami A
2013-08-15 18:41     ` Eli Zaretskii
     [not found]     ` <mailman.103.1376592065.10748.help-gnu-emacs@gnu.org>
2013-08-15 18:53       ` Rami A
2013-08-16  1:43         ` Stefan Monnier
2013-08-15 21:14 ` Thien-Thi Nguyen
     [not found] ` <mailman.113.1376601089.10748.help-gnu-emacs@gnu.org>
2013-08-15 21:46   ` Rami A
2013-08-15 22:41     ` Rami A
2013-08-15 23:03       ` Rami A [this message]
2013-08-15 23:11       ` Óscar Fuentes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ec20a72a-e1b9-4259-91c4-05d4040b2138@googlegroups.com \
    --to=rami.ammari@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.