From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Slight change to asynchronous export Date: Mon, 28 Oct 2013 18:18:31 +0100 Message-ID: <87ppqp9uvs.fsf@gmail.com> References: <87fvrnawes.fsf@gmail.com> <87li1d1ljp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaqSN-0002H9-5o for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 13:18:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaqSE-0003wV-NB for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 13:18:23 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:62986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaqSE-0003wK-GA for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 13:18:14 -0400 Received: by mail-wi0-f181.google.com with SMTP id ex4so1904256wid.14 for ; Mon, 28 Oct 2013 10:18:13 -0700 (PDT) Received: from selenimh ([91.224.148.150]) by mx.google.com with ESMTPSA id iz19sm556070wic.9.2013.10.28.10.18.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Oct 2013 10:18:13 -0700 (PDT) In-Reply-To: <87li1d1ljp.fsf@gmail.com> (Aaron Ecay's message of "Mon, 28 Oct 2013 11:07:22 -0400") 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: Org Mode List Hello, Aaron Ecay 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=E2= =80=99s > included desktop library). The buffers in turn spawn child processes > (aspell, some python IDE-ish autocomplete server, ...) I think these > things are relatively common in init.el files, but not things that > should be done by the async export process. Other examples might > include gnus/other email/rss fetching, or automatic update of installed > elpa packages. > > Of course this would not be an issue for me in particular, but I think > it would be very easy for a user to get unwanted results. At the moment, default configuration will load init.el (or an equivalent) so my proposal is not different in that regard. > I guess you want to make it so that users don=E2=80=99t have to configure= async > export (beyond just flipping it on) in order to use it. I want the default value to be less surprising, even though I strongly encourage users to customize `org-export-async-init-file'. > But I don=E2=80=99t know if there is a sensible way to parcel out benign = bits > of initialization code from dangerous ones without user intervention. I don't know either, and that is well out of the scope of my proposal. Regards, --=20 Nicolas Goaziou