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: [External] : Re: Default custom file was: Re: Propose to add setup-wizard.el to ELPA Date: Wed, 05 Jan 2022 15:06:09 +0200 Message-ID: <83pmp69vsu.fsf@gnu.org> References: <740A136F-8710-4F4C-BFC1-A3DB418447F4@gmail.com> <87zgoc7u6k.fsf@gmail.com> <83iluzbqcr.fsf@gnu.org> <87r19nxx7x.fsf@gmail.com> <878rvv9esx.fsf@yahoo.com> <87fsq28x4l.fsf@yahoo.com> <87bl0q8vfa.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20949"; mail-complaints-to="usenet@ciao.gmane.io" Cc: paaguti@gmail.com, rpluim@gmail.com, emacs-devel@gnu.org, luangruo@yahoo.com, stefankangas@gmail.com, drew.adams@oracle.com To: LdBeth Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 05 14:32:57 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 1n56PP-0005FR-SO for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 14:32:56 +0100 Original-Received: from localhost ([::1]:45836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n56PN-0006Zk-O7 for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 08:32:53 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:39750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n55zX-0005Ic-NP for emacs-devel@gnu.org; Wed, 05 Jan 2022 08:06:16 -0500 Original-Received: from [2001:470:142:3::e] (port=40924 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n55zN-0007Pf-Ea; Wed, 05 Jan 2022 08:06:10 -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=3FozifMMyB51z9NIhrPySmdNad0aBO79Y/FtLcPvJFA=; b=shgoP8Ya1uVk 3pKEVgQ2vk1ht+b1KURItMUgRSsNUvGb6D/iFML3Trji63/dp0X22xCq/ateVjKy3pzBuEreA8iE1 Lq14GKzK0gAsjuyHFrJlEbSJIsTxSVJbWIlgLwDH7yrgVqj2TZnM9W3vDIO+W3jXK6SgQoNJyo1re 4QBMD3+s5mvrFQIuMxVRkbaoBjAOvIexsW+Luy7fgLCCxi4lK/j5G/0F27HCezDkJGsERmILyLpl4 lpjQW0gVTER/n7fdarbGVwE+UDGraGRkV9nk+PD/qD07XC4U3tVQ75q1zqsDlfO9+ooqY+JIAhSJj iXGXeQ9+ntDTaM7ymmYB9Q==; Original-Received: from [87.69.77.57] (port=4863 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 1n55zL-0006Yg-W6; Wed, 05 Jan 2022 08:06:01 -0500 In-Reply-To: (message from LdBeth on Wed, 05 Jan 2022 17:17:12 +0800) 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:284237 Archived-At: > Date: Wed, 05 Jan 2022 17:17:12 +0800 > From: LdBeth > Cc: Drew Adams , > Pedro Andres Aranda Gutierrez , > Robert Pluim > , > Eli Zaretskii , > Stefan Kangas > , > "emacs-devel@gnu.org" > > >>>>> In <87bl0q8vfa.fsf@yahoo.com> > >>>>> Po Lu wrote: > > > Most people were certainly happy for at least the past decade. > > I think saving custom set variables to init file somehow prevents > using byte compiled init.el file effectively (unless the user hooks > auto compile whenever it is changed by emacs). From that perspective, > I'm happy to see that this behavior is to be changed. Byte compiling init.el is not a very good idea; natively-compiling them is an even worse idea. So I'm not sure we should make that easier, because it makes easier for people to make mistakes like that.