Re: [O] [RFC] Slight change to asynchronous export

2013-10-31 Thread Nicolas Goaziou
Hello, Rick Frankel r...@rickster.com writes: On 2013-10-30 06:00, Nicolas Goaziou wrote: Helo, For reference, here is the suggested patch. Is there any strong point against it? looks great to me. Applied. Regards, -- Nicolas Goaziou

Re: [O] [RFC] Slight change to asynchronous export

2013-10-30 Thread Sebastien Vauban
Rick Frankel wrote: For Aaron and others concerned about e.g, `server-start', it's easy to check if emacs is not running in batch or, in the case of server start, if emacs is running in a multi-window environment. The server-start thing was a question of mine, trying to see if using

Re: [O] [RFC] Slight change to asynchronous export

2013-10-30 Thread Nicolas Goaziou
Helo, Rick Frankel r...@rickster.com writes: On 2013-10-29 04:35, Nicolas Goaziou wrote: Achim Gratz strom...@nexgo.de writes: Nicolas Goaziou writes: At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l

Re: [O] [RFC] Slight change to asynchronous export

2013-10-30 Thread Rick Frankel
On 2013-10-30 06:00, Nicolas Goaziou wrote: Helo, For reference, here is the suggested patch. Is there any strong point against it? looks great to me. rick

Re: [O] [RFC] Slight change to asynchronous export

2013-10-29 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: Nicolas Goaziou writes: At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff... where `org-export-async-init-file' defaults to

Re: [O] [RFC] Slight change to asynchronous export

2013-10-29 Thread Rasmus
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, BTW, is there no possibility of doing the same with emacsclient (but with no visible buffer)? That'd drop the startup time of Emacs. But, once again, that's not a problem per se, as it's async. It's for my own understanding. No, that's

Re: [O] [RFC] Slight change to asynchronous export

2013-10-29 Thread Rasmus
Nicolas Goaziou writes: At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff... where `org-export-async-init-file' defaults to `user-init-file'. It is, by default, not the same

Re: [O] [RFC] Slight change to asynchronous export

2013-10-29 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: My understanding of Sebastien's question is whether you could run async with a new Emacs server, with `server-name' slave say. It would only allow one process at the time, but it would also only load init once. It would also leave another emacs server

Re: [O] [RFC] Slight change to asynchronous export

2013-10-29 Thread Rick Frankel
On 2013-10-29 04:35, Nicolas Goaziou wrote: Achim Gratz strom...@nexgo.de writes: Nicolas Goaziou writes: At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff... where

Re: [O] [RFC] Slight change to asynchronous export

2013-10-28 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff... where `org-export-async-init-file' defaults to `user-init-file'. It is, by default,

Re: [O] [RFC] Slight change to asynchronous export

2013-10-28 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Nicolas Goaziou wrote: At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff... where

Re: [O] [RFC] Slight change to asynchronous export

2013-10-28 Thread Carsten Dominik
Hi Nicolas, this sounds OK for me. - Carsten On 27.10.2013, at 10:35, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff...

Re: [O] [RFC] Slight change to asynchronous export

2013-10-28 Thread Aaron Ecay
2013ko urriak 27an, Nicolas Goaziou-ek idatzi zuen: Hello, At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff... where `org-export-async-init-file' defaults to

Re: [O] [RFC] Slight change to asynchronous export

2013-10-28 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: My init.el file does (server-start), and also opens all the buffers (usually 100+) I had opened the last time I quit emacs (by using emacs’s included desktop library). The buffers in turn spawn child processes (aspell, some python IDE-ish

Re: [O] [RFC] Slight change to asynchronous export

2013-10-28 Thread Aaron Ecay
2013ko urriak 28an, Nicolas Goaziou-ek idatzi zuen: At the moment, default configuration will load init.el (or an equivalent) so my proposal is not different in that regard. Oh I see. I didn’t read your original email carefully enough; I focused on the removal of -Q, which I just associate

Re: [O] [RFC] Slight change to asynchronous export

2013-10-28 Thread Achim Gratz
Nicolas Goaziou writes: At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff... where `org-export-async-init-file' defaults to `user-init-file'. It is, by default, not the same as

[O] [RFC] Slight change to asynchronous export

2013-10-27 Thread Nicolas Goaziou
Hello, At the moment, by default, external emacs process for asynchronous export is called with: /path/to/emacs -Q --batch -l org-export-async-init-file ... export stuff... where `org-export-async-init-file' defaults to `user-init-file'. It is, by default, not the same as calling emacs,