[O] running the new exporter asynchronously?

2012-11-28 Thread Alan Schmitt
Hello, I'm compiling a fairly large set of slides, that also contain quite a bit of code that is executed (it's a course on JavaScript which shows some of the language peculiarities). Thus exporting these slides takes a while. Unfortunately, when it's compiling, it's completely locking my emacs.

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Would there be a way for the export process to be asynchronous and not lock emacs? Not yet. Actually that's, in my roadmap, the single last feature to implement before moving the new export engine into core. Regards, -- Nicolas

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Would there be a way for the export process to be asynchronous and not lock emacs? Not yet. Actually that's, in my roadmap, the single last feature to implement before moving the new

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Alan Schmitt
Eric Schulte schulte.e...@gmail.com 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

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Eric Schulte
Alan Schmitt alan.schm...@polytechnique.org writes: Eric Schulte schulte.e...@gmail.com 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

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Myles English
Hi, 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