From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: bug#10125: RFE: require and load-path-shadowing Date: Sat, 12 Jan 2013 14:07:14 +0200 Message-ID: <8338y6txjh.fsf@gnu.org> References: <87sj68eogm.fsf@Rainer.invalid> <87wqvjd7qa.fsf@Rainer.invalid> <87bocvcx9f.fsf@Rainer.invalid> <83ip72u89o.fsf@gnu.org> <87ehhqn1md.fsf@Rainer.invalid> Reply-To: Eli Zaretskii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtzsO-0001yG-MV for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 07:07:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtzsL-0007zz-RE for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 07:07:52 -0500 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-reply-to: <87ehhqn1md.fsf@Rainer.invalid> 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: Achim Gratz Cc: 10125@debbugs.gnu.org > From: Achim Gratz > Date: Sat, 12 Jan 2013 11:20:58 +0100 > > Eli Zaretskii writes: > >> Could be: depends on the precise semantics of spawn, which I don't know. > > > > I'm barely following this thread, so please tell what semantics do you > > need, and I will then try figuring out whether spawn does what you > > need. > > The idea IIUC is to fork/spawn Emacs after it has initialized to be able > to use a "pristine" instance to spawn off again for byte compilation. > > emacs-pristine +--- emacs-user > | > +--- emacs-bytecompile-1 > | > +--- emacs-bytecompile-2 > | > +--- emacs-bytecompile-3 How is this different from invoking emacs-bytecompile-N instances in parallel to invoking emacs-pristine? IOW, do you expect the byte-compile instances to be different in any way from a fresh Emacs session invoked from the shell as "emacs -Q"?