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: [External] : Re: Default custom file was: Re: Propose to add setup-wizard.el to ELPA Date: Wed, 5 Jan 2022 11:58:32 +0100 (CET) Message-ID: References: <87r19nxx7x.fsf@gmail.com> <878rvv9esx.fsf@yahoo.com> <87fsq28x4l.fsf@yahoo.com> <87bl0q8vfa.fsf@yahoo.com> <8735m28qzr.fsf@yahoo.com> 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="27723"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 05 11:59:53 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 1n541I-0006yN-Kk for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 11:59:52 +0100 Original-Received: from localhost ([::1]:45452 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n541H-0003BJ-Lp for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 05:59:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:40804) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5408-0002UQ-UP for emacs-devel@gnu.org; Wed, 05 Jan 2022 05:58:40 -0500 Original-Received: from w4.tutanota.de ([81.3.6.165]:41314) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5407-0003iM-CU for emacs-devel@gnu.org; Wed, 05 Jan 2022 05:58:40 -0500 Original-Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id AE189106031E for ; Wed, 5 Jan 2022 10:58:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1641380312; 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:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=P+Mx3N7LdgveqB9+poCds1f9w0zjm8AGub8wON/B1kM=; b=D/ukgR+94LjiClfNqlUftJTrdgLuz3y3SYhKYok5J25h/uybXH9EWR2873C625r2 H0N7ZjFQMeX00h+EUOjR5z4qrAmc4y+zj6gvnzfxHzgb5DSk0rHf41JdxK1n3BnLg9k n6R4wjrMDq8JKDWucEodYSnSi6tIRqWlwCxuGe8spqX74tlAg6cOkA/4kkfvR5RN0yE 5CA7JiaV3+W5Vt95uv3H3UwEtLfGtfG8JCFvxBJ/P0AAmCFyUnqBny5hFU7+DxSiINU G80fGPUO9HXqlh2aOuj85DwkteekP2uMk9pJV8+4pQ9+VWuac9liySmsLY3bpeRu7bl 0BAes6i+bQ== 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:284229 Archived-At: Jan 5, 2022, 12:58 by paaguti@gmail.com: > ... > > Why byte-compile your init file? > That was something I wasn't thinking about. I never byte-compiled my init= file, nor would I think that custom-file should be byte-compiled either :-= ) > Many Emacs users seem to have a fascination with squeezing even more milliseconds out of a faster start up.=C2=A0 One could consider it trainspo= tting, but an IDE user who is only concerned with brutal efficiency could accuse us of the same.