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 20:39:54 +0200 Message-ID: <83fw26s0sl.fsf@gnu.org> References: <87sj68eogm.fsf@Rainer.invalid> <87wqvjd7qa.fsf@Rainer.invalid> <87bocvcx9f.fsf@Rainer.invalid> <83ip72u89o.fsf@gnu.org> <87ehhqn1md.fsf@Rainer.invalid> <8338y6txjh.fsf@gnu.org> <83wqvisdxx.fsf__30242.1131091707$1357998993$gmane$org@gnu.org> <87ip72fi8f.fsf@Rainer.invalid> Reply-To: Eli Zaretskii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu5zn-0003p5-Cd for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 13:39:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tu5zh-0000xR-1G for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 13:39:55 -0500 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-reply-to: <87ip72fi8f.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 18:01:36 +0100 > > Eli Zaretskii writes: > >> > 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"? > >> > >> Yes, because the current Emacs may be a different executable than the > >> one the shell would run in response to "emacs -Q". > > > > And if we make sure the same executable is run (easy on Windows)? Are > > there any other differences? > > There may have been changes in the way Emacs starts up in the meantime, > since we're considering the case where new packages get installed. > Starting Emacs with "-Q" shouldn't be affected by this, but there's no > guarantee (yes, this is a fringe case). Sorry, I don't follow: new packages can only affect "emacs -Q" if you re-dump Emacs in between. Am I missing something?