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: Tue, 30 Jan 2018 10:02:53 -0500 Message-ID: References: <83po9vos4z.fsf@gnu.org> <87shelv2m6.fsf@udel.edu> <83vajgh4xe.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1517324685 19387 195.159.176.226 (30 Jan 2018 15:04:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 30 Jan 2018 15:04:45 +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 Tue Jan 30 16:04:41 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 1egXSZ-00047p-4Z for ged-emacs-devel@m.gmane.org; Tue, 30 Jan 2018 16:04:31 +0100 Original-Received: from localhost ([::1]:42098 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egXUZ-0003RA-LH for ged-emacs-devel@m.gmane.org; Tue, 30 Jan 2018 10:06:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egXRV-0000wg-8R for emacs-devel@gnu.org; Tue, 30 Jan 2018 10:03:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egXRN-0006JU-PL for emacs-devel@gnu.org; Tue, 30 Jan 2018 10:03:25 -0500 Original-Received: from [195.159.176.226] (port=48739 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1egXRN-0006J8-Id for emacs-devel@gnu.org; Tue, 30 Jan 2018 10:03:17 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1egXP5-00089T-Dd for emacs-devel@gnu.org; Tue, 30 Jan 2018 16:00:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:hDB0fY89ftXYwIpzlRhEcw8bcbE= 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:222312 Archived-At: > I've fixed all the problems noted by Stefan and Clément, and rebased > onto the latest master. The revised patch is attached. LGTM Do you have write access or do you need someone to push this for you? Eli&John, any objection to installing this into master? Stefan PS: In the mean time, some more comments to keep us busy: > * lisp/startup.el (early-init-file): New variable, for the filename of > the early init file after it has been loaded. "New variable" is enough, the rest is described in the code already. > (load-user-init-file): New function, used to eliminate duplicate code > in loading the early and regular init files. Same here. Stefan