From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: running the new exporter asynchronously? Date: Wed, 28 Nov 2012 09:50:22 -0700 Message-ID: <87ehjd1xkh.fsf@gmail.com> References: <87mwy197wj.fsf@gmail.com> <87y5hl264z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdkq6-0004qc-1F for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 11:50:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tdkq1-0000xg-Px for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 11:50:21 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:51233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdkq1-0000x1-2M for emacs-orgmode@gnu.org; Wed, 28 Nov 2012 11:50:17 -0500 Received: by mail-pa0-f41.google.com with SMTP id bj3so5880377pad.0 for ; Wed, 28 Nov 2012 08:50:14 -0800 (PST) In-Reply-To: (Alan Schmitt's message of "Wed, 28 Nov 2012 16:13:16 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alan Schmitt Cc: Org Mode Mailing List Alan Schmitt writes: > Eric Schulte writes: > >> In the interim it, one solution which I personally like for large >> projects is to offload compilation into an external batch Emacs process. >> I find this not only useful for compilation while working, but if you >> place all relevant config into an init.el file loaded by the batch >> Emacs, this also makes it possible to share and compile the project >> separate of your personal Emacs config. >> >> Attached is a bare-bones Makefile supporting this sort of work-flow. > > This is really neat, thanks a lot! I'll definitely use this for my next > course. > Good to hear. > > Do you use a shell to run make or do you call it directly from emacs? > I always have a shell open, so I generally prefer to run from there. You could also just run "M-x compile", which runs make asynchronously and presents the output in a useful format. Cheers, > > Alan -- Eric Schulte http://cs.unm.edu/~eschulte