From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: xenodasein--- via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: Byte-compile init files? Date: Wed, 5 Jan 2022 18:10:56 +0100 (CET) Message-ID: References: Reply-To: xenodasein@tutanota.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27546"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Po Lu , =?UTF-8?Q?Colin_Baxter_=F0=9F=98=BA?= , Robert Pluim , Eli Zaretskii , Stefan Kangas , Pedro Andres Aranda Gutierrez , drew.adams@oracle.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 05 18:15:03 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 1n59sN-00072P-HK for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 18:15:03 +0100 Original-Received: from localhost ([::1]:48002 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n59sM-00024X-G9 for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 12:15:02 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n59oS-0004mV-O8 for emacs-devel@gnu.org; Wed, 05 Jan 2022 12:11:00 -0500 Original-Received: from w4.tutanota.de ([81.3.6.165]:56468) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n59oR-0008Ug-5i; Wed, 05 Jan 2022 12:11:00 -0500 Original-Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 0ADCA10602E7; Wed, 5 Jan 2022 17:10:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1641402656; s=s1; d=tutanota.de; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=01uL1NpiW3RuHZk4WDkD3j9JwhKC5GAq7/kmj2kRKlE=; b=i1j/HeHa0B2f9E2eTNFUR1e3jA0RAzgHBGhUjzqUW2F/a5DSYlIvev5MTlr1m+A5 AXUlweq/db/RknwyosfweV3TjDQ52vZpBf/sbuAoEwj2bgcYqKz1w48MYcNAIyTZK2U RzPdzzlD/o+EmXKeqdVHHefRgDmbNVwNMvFNIUXzyinnD/rUwtDIxuJdWsisQ9Kj+uG V0rGHxzZbM7OMg1+750KxaK+tK0D7X6btjaWwYrGxZi7EkSX6Q2yJy9xe7zmDAp2FSP 7CB4GRxmiOUnny/s1zSbQWk6JjVCsWzQNqjyo780wiSTg4NIhWEv5HIJGuz4Nr+i+Cy qkv9xBnZag== In-Reply-To: Received-SPF: pass client-ip=81.3.6.165; envelope-from=xenodasein@tutanota.de; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:284257 Archived-At: Jan 5, 2022, 19:55 by drew.adams@oracle.com: > I suggest that all those who want to have a > different discussion, about byte-compiling > (or not) init files, use this renamed Subject. > > There's enough going on with the original > discussion about whether to use `custom-file' > by default. > > Thx. > It should be possible for those who want it, is there a reason for it be broken?=C2=A0 (Assuming init.el is not auto-modified by default, as in custom-set-variables case.)