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: package-update-all from command line Date: Tue, 24 May 2022 17:05:34 +0300 Message-ID: <83a6b758lt.fsf@gnu.org> References: <877d6bd2a2.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23602"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 24 16:10:56 2022 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 1ntVFP-0005ui-Qi for ged-emacs-devel@m.gmane-mx.org; Tue, 24 May 2022 16:10:56 +0200 Original-Received: from localhost ([::1]:33048 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ntVFO-0007vQ-JS for ged-emacs-devel@m.gmane-mx.org; Tue, 24 May 2022 10:10:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46114) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntVAQ-0002k3-Po for emacs-devel@gnu.org; Tue, 24 May 2022 10:05:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37240) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntVAQ-00052A-DP; Tue, 24 May 2022 10:05:46 -0400 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=Tjk6Ta4kcAeQjTb7/qALl+6nk7uwtmuAtSyWRmsw/9A=; b=oSnI06DLQWc3 YGNZh2HtGi3qPNP3JCQJKJ2m4j9KTF+NiO3vnMVF7UtUGfpOzDrC31mExY7l/SALsE1FKtdTnS10/ 290EKDkvZ0cN0Kp5SGOs5C7H4OEbEnFNlefh3Lx/QuZYvKj0Qi5nhpFvgFlI6zf8KaMQVl/I/sGNv uvJ8U3ZpQHfCbs2u1CFnc6keD7LZgisKkEyiSjNRlS91S6YWi7pwXwvjj62qI+u5RDKIlncM+/8Fd xkKAdfJP8x7Ph9GH60LskIFxScWQO53lHubU3dx4fzxJ8Qi/1sSXJ3+xEcWvIwOklYW7w3E2SMMhs fdp3WX4GGecN3vW7DjDEnw==; Original-Received: from [87.69.77.57] (port=3672 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntVAO-0004px-Ee; Tue, 24 May 2022 10:05:46 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 24 May 2022 09:54:30 -0400) 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" Xref: news.gmane.io gmane.emacs.devel:290189 Archived-At: > From: Stefan Monnier > Date: Tue, 24 May 2022 09:54:30 -0400 > > I have wished for there to be a init file that's loaded in > batch sessions. Sometimes I feel like `early-init.el` could > be this file; i.e. load it when in `--batch` as well. I don't think that's a good idea, given that we don't limit users in what should go into that file. If you want a special init file for batch sessions, we should introduce a special file and document it as reserved only for settings that are supposed to work in -batch sessions.