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] Various fixes for early init file changes Date: Mon, 19 Mar 2018 10:46:48 +0200 Message-ID: <83muz4o3k7.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1521449092 10817 195.159.176.226 (19 Mar 2018 08:44:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2018 08:44:52 +0000 (UTC) Cc: npostavs@gmail.com, emacs-devel@gnu.org To: Radon Rosborough Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 19 09:44:48 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 1exqPP-0002gS-3F for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2018 09:44:47 +0100 Original-Received: from localhost ([::1]:40838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exqRS-0005K4-CY for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2018 04:46:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exqRI-0005Jo-Mj for emacs-devel@gnu.org; Mon, 19 Mar 2018 04:46:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exqRE-0004Kb-OB for emacs-devel@gnu.org; Mon, 19 Mar 2018 04:46:44 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exqRE-0004KO-Kg; Mon, 19 Mar 2018 04:46:40 -0400 Original-Received: from [176.228.60.248] (port=2505 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1exqRE-0004pf-0I; Mon, 19 Mar 2018 04:46:40 -0400 In-reply-to: (message from Radon Rosborough on Thu, 8 Mar 2018 22:07:05 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:223807 Archived-At: > From: Radon Rosborough > Date: Thu, 8 Mar 2018 22:07:05 -0800 > Cc: emacs-devel > > > the warning could be suppressed by adding '(package > > reinitialize) to warning-suppress-types instead of creating a new > > custom option. > > I just typed up a whole email explaining why it would be better for > novice users if the process for this was not so complicated. > > Then I realized that novice users should not be suppressing this > warning, and should instead be taking the extra call to > `package-initialize' out of their init-files. > > As a result, I now wholeheartedly agree with your idea, and I've > attached a revised patch. Thanks for the feedback. Thanks, I pushed this and other 2 patches to the master branch.