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: Sat, 14 Oct 2017 09:47:59 -0400 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1507988923 31174 195.159.176.226 (14 Oct 2017 13:48:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 14 Oct 2017 13:48:43 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 14 15:48:37 2017 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 1e3Mnn-0006lJ-Gg for ged-emacs-devel@m.gmane.org; Sat, 14 Oct 2017 15:48:31 +0200 Original-Received: from localhost ([::1]:54117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3Mnv-0004vX-17 for ged-emacs-devel@m.gmane.org; Sat, 14 Oct 2017 09:48:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3Mno-0004vR-OW for emacs-devel@gnu.org; Sat, 14 Oct 2017 09:48:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3Mnl-0005zK-Lf for emacs-devel@gnu.org; Sat, 14 Oct 2017 09:48:32 -0400 Original-Received: from [195.159.176.226] (port=34349 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e3Mnl-0005yw-Db for emacs-devel@gnu.org; Sat, 14 Oct 2017 09:48:29 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e3MnW-0004nP-7T for emacs-devel@gnu.org; Sat, 14 Oct 2017 15:48:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:U0s0gH4sgw0WKDAA5BOxhK3YdaA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:219516 Archived-At: > A follow up: if I do use packages but never mess with its "advanced > options" (or even customize by that matter), will I also never have > this second file? The core of the change is to call package-initialize *before* loading ~/.emacs. So you'll need the other file in the specific case where you need to do something *before* the call to package-initialize. Stefan