From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: dxlcstar Newsgroups: gmane.emacs.help Subject: Native compilation Date: Wed, 22 Dec 2021 14:41:26 +0000 Message-ID: Reply-To: dxlcstar 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="32954"; mail-complaints-to="usenet@ciao.gmane.io" To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 22 15:42:48 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1n02pL-0008R3-9C for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 22 Dec 2021 15:42:47 +0100 Original-Received: from localhost ([::1]:34244 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n02pJ-0007j8-Qk for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 22 Dec 2021 09:42:45 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n02oE-0007hg-Hh for help-gnu-emacs@gnu.org; Wed, 22 Dec 2021 09:41:39 -0500 Original-Received: from mail-4318.protonmail.ch ([185.70.43.18]:46253) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n02oA-0007mZ-5q for help-gnu-emacs@gnu.org; Wed, 22 Dec 2021 09:41:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail2; t=1640184089; bh=EDODDxMTW+JHDAUQOaqN/omVp9MmBrAuqEHbahslcQg=; h=Date:To:From:Reply-To:Subject:Message-ID:From:To:Cc; b=rlPLFdbr2qBo4g/zwEcDzkGFx1he9L5vrhNBycXNA3WyxeaDBfk5AJErqL1dBtXtT xK9bNtLIxL+r2hkE8pLjWsn891lhcAz9fxrkE+15KEkazq22x2Q1onrMnDcfMIpebQ QaDNxcZNoHU4me4KUl1B/hiJgvR3/iUAWTJ5yqGIozFlIXNGFgkjj9L7rVMRzQUSUO kPukvPiFvqtPlVuQe30LZVPGEcD6v7SwqzICpsK4JoNKQ1HQFtcVhM3x2MCA924C63 O/6p/5LM5+nGWh8e4pTk3qQzWIjeMSncaGoDssmtBB702TmA4wkuieujnUFD5ftRdT wT0trT6p1R+dw== Received-SPF: pass client-ip=185.70.43.18; envelope-from=dxlcstar@protonmail.com; helo=mail-4318.protonmail.ch 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, FREEMAIL_FROM=0.001, 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: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135019 Archived-At: Hi, I hope this is not an extremely dumb question. After installing emacs (mater branch) with native compilation enabled, runn= ing it for the first time invokes deferred compilation for the packages that I call and use, and eln-cache is populated. But, subsequent invocations of emacs doesn't seem to start deferred compilation at all for lisp packages that I didn't use the first time. I think I am missing something very basic - any suggestions ? - DX