From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 3b1fd42732f: * lisp/loadup.el: Check advice after `rmc.el`; turn error into warning Date: Thu, 14 Dec 2023 22:27:30 +0200 Message-ID: <83jzpgpm19.fsf@gnu.org> References: <170197287539.12661.7539324399514249195@vcs2.savannah.gnu.org> <20231207181435.BCB79C0C6AD@vcs2.savannah.gnu.org> <73d5b60d-afbd-4543-8001-9fe043b4b6ab@vodafonemail.de> <83wmtis4tt.fsf@gnu.org> <83zfydqmcr.fsf@gnu.org> <7996e24d-125e-4948-a3ad-9cb226884668@vodafonemail.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31256"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca To: Jens Schmidt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 14 21:27:55 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rDsJG-0007uW-93 for ged-emacs-devel@m.gmane-mx.org; Thu, 14 Dec 2023 21:27:54 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rDsIy-0005kp-Lk; Thu, 14 Dec 2023 15:27:36 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rDsIt-0005kY-Ls for emacs-devel@gnu.org; Thu, 14 Dec 2023 15:27:32 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rDsIt-0003H5-36; Thu, 14 Dec 2023 15:27:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=kbXQQADjX8Ct1NK2hpCkH08F6ojc/GJ8AxxhldMb8h8=; b=NBlceuYlm2pM RJP3nRy2+//1uc+OzUUVTnpGJk4k6pciKD+ZJOVoKKDGcxSUZJPjUXhRS8dc9tnlOzckwVIPFnQmx 8dH9FJ+72GubV/V63hrQvZz6PpBLMyFc7RuSngo+a/ims0u0VKKHpVRNomuWFSXBhYr3SIKFJthTT EePUxOAuMh1zbqlBAfY1WYPOquv2oQGcLhzotycdr10rNYEdMryqmwuk/0zq9CFxGYStmfpZNfS5R oQUTGxM0C8gpDUSfyFpkY7g5LRlpNeiLhJmaKaT0G/xUHUWzWyM61ewu7BcxbTInouVpeNJ8DaFJv YM0WAZTumYApIh5TKPui+A==; In-Reply-To: <7996e24d-125e-4948-a3ad-9cb226884668@vodafonemail.de> (message from Jens Schmidt on Thu, 14 Dec 2023 21:03:02 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:313819 Archived-At: > Date: Thu, 14 Dec 2023 21:03:02 +0100 > Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca > From: Jens Schmidt > > I understood from your previous email [1] that the current location of > where "rmc" is loaded in loadup.el is not optimal. Not "not optimal", incorrect. It should be before leim-list.el. > How about moving it to the block that also loads "minibuffer"? Why risk issues that could cause? I'd leave it the last loaded package. We don't have any real reason to move it higher up, do we?