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] Various fixes for early init file changes Date: Mon, 19 Mar 2018 12:38:49 -0400 Message-ID: References: <87vadsnzw5.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1521477456 3344 195.159.176.226 (19 Mar 2018 16:37:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2018 16:37:36 +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 Mon Mar 19 17:37:32 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 1exxmt-0000jQ-DN for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2018 17:37:31 +0100 Original-Received: from localhost ([::1]:42963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exxou-00035H-Uy for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2018 12:39:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exxoM-00035C-IO for emacs-devel@gnu.org; Mon, 19 Mar 2018 12:39:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exxoJ-0000P5-E2 for emacs-devel@gnu.org; Mon, 19 Mar 2018 12:39:02 -0400 Original-Received: from [195.159.176.226] (port=35859 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1exxoJ-0000O2-60 for emacs-devel@gnu.org; Mon, 19 Mar 2018 12:38:59 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1exxmC-0008RW-SK for emacs-devel@gnu.org; Mon, 19 Mar 2018 17:36:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:RdLyuMHEI31Ny6CNpvTSEaIVWkY= 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:223825 Archived-At: >> Better would be to replace this "disable warning" button with a "go fix >> it" button which tries to jump to the source of the problem (e.g. opens >> the .emacs file, looks for package-initialize, and emits a message >> saying that this call should likely be removed (or highlights the >> package-initialize call with such a message)). > > Great idea, I would love to see that. Radon told me he's already working on a patch doing just that Stefan ;-)