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: Wed, 13 Dec 2023 13:46:22 +0200 Message-ID: <83wmtis4tt.fsf@gnu.org> References: <170197287539.12661.7539324399514249195@vcs2.savannah.gnu.org> <20231207181435.BCB79C0C6AD@vcs2.savannah.gnu.org> <73d5b60d-afbd-4543-8001-9fe043b4b6ab@vodafonemail.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13850"; 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 Wed Dec 13 12:47:51 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 1rDNiP-0003Ky-Pj for ged-emacs-devel@m.gmane-mx.org; Wed, 13 Dec 2023 12:47:49 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rDNh7-00005p-Eu; Wed, 13 Dec 2023 06:46:29 -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 1rDNh5-0008Up-Hp for emacs-devel@gnu.org; Wed, 13 Dec 2023 06:46:27 -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 1rDNh4-0003hp-Bm; Wed, 13 Dec 2023 06:46:26 -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=+EKtSM4Lnr3ib6rpERUjehQl02S63WU1Z6J+pi3cLCQ=; b=e9jWbEG2K8Kd Gvdx6wkU3Bv47eTvZ8gphkBGkr0behr1rJ/y5kMzu79ol95Th+p1C0a1lCrqDb31pikacHQ8elIPg A5GL6Js3+z+op7CmX7jPMTJJ+xrcqxZJRex1NM6hucHZ+r2VX5qaWpIc4Y3Q83P9D7GRxiXihR7ud btHIXfppQjiiOcnFFZxpYlADUdTOaxvclxxtFcb+TLZ8pD5Rf3/2cGpwm2nhyVaL/aVBGJc22oN4f nJmYDFYVlkkv1xigoVtqhfQ7i+zyTGYt5MF/ztT3kHD80CtLNKY96BI5KbHCJ68VIqJA1dpWNr+Uv Dgi1gq6GQX5gl5MOQR3beQ==; In-Reply-To: <73d5b60d-afbd-4543-8001-9fe043b4b6ab@vodafonemail.de> (message from Jens Schmidt on Tue, 12 Dec 2023 22:48:56 +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:313744 Archived-At: > Date: Tue, 12 Dec 2023 22:48:56 +0100 > From: Jens Schmidt > > So probably TRT here would be to place these paragraphs as follows: > > 0. (load "leim/leim-list.el" t) > > 1. (load "emacs-lisp/rmc") > > 2. Check for advices (on core libs only). > > 3. (load "site-load" t) > > 4. "default-directory must be unibyte" > > What do you think? I think you are right about rmc, but leim-list should be after rmc, not before.