From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fixing package-initialize, adding early init file Date: Thu, 01 Feb 2018 08:36:20 -0500 Message-ID: References: <83po9vos4z.fsf@gnu.org> <87shelv2m6.fsf@udel.edu> <83vajgh4xe.fsf@gnu.org> <83zi4vfj22.fsf@gnu.org> <87inbhh08b.fsf@udel.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1517492098 2846 195.159.176.226 (1 Feb 2018 13:34:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2018 13:34:58 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Mark Oteiza , Eli Zaretskii , emacs-devel To: Radon Rosborough Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 01 14:34:54 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ehF0g-0007w7-AN for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2018 14:34:38 +0100 Original-Received: from localhost ([::1]:36916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehF2g-00036B-Ix for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2018 08:36:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehF2R-00034Z-M0 for emacs-devel@gnu.org; Thu, 01 Feb 2018 08:36:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehF2N-0004zM-Qt for emacs-devel@gnu.org; Thu, 01 Feb 2018 08:36:27 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:52896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehF2N-0004ys-Ls; Thu, 01 Feb 2018 08:36:23 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w11DaKwX015734; Thu, 1 Feb 2018 08:36:20 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 0CC6D606D4; Thu, 1 Feb 2018 08:36:20 -0500 (EST) In-Reply-To: (Radon Rosborough's message of "Wed, 31 Jan 2018 20:22:27 -0800") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6213=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6213> : inlines <6356> : streams <1777720> : uri <2584339> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222348 Archived-At: > forms from init.el into early-init.el). People whose configurations are > advanced enough to set `package-load-list' and `package-user-dir' will find > this change trivial to make. FWIW, I do set package-user-dir in my config, and I resolve the problem by moving my whole config from .emacs.d/init.el to .emacs.d/early-init.el. This comes with a few constraints, but these already existed for users of --daemon. Stefan