From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fixing package-initialize, adding early init file Date: Fri, 26 Jan 2018 11:31:19 +0200 Message-ID: <83wp05klug.fsf@gnu.org> References: <83po9vos4z.fsf@gnu.org> <87shelv2m6.fsf@udel.edu> <83vajgh4xe.fsf@gnu.org> <76b1fb81-54c0-c213-a542-dc7b9838c473@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1516959050 13388 195.159.176.226 (26 Jan 2018 09:30:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 26 Jan 2018 09:30:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 26 10:30:46 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 1ef0LC-0002J2-A6 for ged-emacs-devel@m.gmane.org; Fri, 26 Jan 2018 10:30:34 +0100 Original-Received: from localhost ([::1]:43408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ef0NB-0008K1-1T for ged-emacs-devel@m.gmane.org; Fri, 26 Jan 2018 04:32:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ef0Lx-0008GB-Ih for emacs-devel@gnu.org; Fri, 26 Jan 2018 04:31:22 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:55280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ef0Lx-00027C-ID; Fri, 26 Jan 2018 04:31:21 -0500 Original-Received: from [176.228.60.248] (port=1071 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ef0Lv-00041S-VZ; Fri, 26 Jan 2018 04:31:21 -0500 In-reply-to: <76b1fb81-54c0-c213-a542-dc7b9838c473@gmail.com> (message from =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel on Thu, 25 Jan 2018 11:22:25 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:222248 Archived-At: > From: Clément Pit-Claudel > Date: Thu, 25 Jan 2018 11:22:25 -0500 > > On 2018-01-25 11:03, Stefan Monnier wrote: > > but in the second case you'd rather write it > > > > Emacs also automatically loads all packages installed in > > previous Emacs sessions > > Indeed, good point. Then let me amend the suggestion: just remove the "in subsequent Emacs sessions" part :) There's no need to remove text that is unclear; instead, it should be rephrased to make it more clear.