From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#41329: [feature/native-comp] The Makefile only checks for .elc files. Date: Mon, 31 Aug 2020 20:54:04 +0000 Message-ID: References: Reply-To: Andrea Corallo 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="11068"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 41329-done@debbugs.gnu.org To: Nicolas =?UTF-8?Q?B=C3=A9rtolo?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Aug 31 22:55:20 2020 Return-path: Envelope-to: geb-bug-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 1kCqpj-0002m7-3g for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 31 Aug 2020 22:55:19 +0200 Original-Received: from localhost ([::1]:50108 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kCqpi-0006ZC-5w for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 31 Aug 2020 16:55:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41996) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kCqpS-0006WH-Kb for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2020 16:55:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42342) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kCqpS-0006kG-Am for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2020 16:55:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kCqpS-0003HR-Ax for bug-gnu-emacs@gnu.org; Mon, 31 Aug 2020 16:55:02 -0400 In-Reply-To: Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 31 Aug 2020 20:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41329 X-GNU-PR-Package: emacs Mail-Followup-To: 41329@debbugs.gnu.org, akrl@sdf.org, nicolasbertolo@gmail.com Original-Received: via spool by 41329-done@debbugs.gnu.org id=D41329.159890724712518 (code D ref 41329); Mon, 31 Aug 2020 20:55:02 +0000 Original-Received: (at 41329-done) by debbugs.gnu.org; 31 Aug 2020 20:54:07 +0000 Original-Received: from localhost ([127.0.0.1]:53882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCqoZ-0003Fq-2o for submit@debbugs.gnu.org; Mon, 31 Aug 2020 16:54:07 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:64646) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCqoY-0003Fi-8A for 41329-done@debbugs.gnu.org; Mon, 31 Aug 2020 16:54:06 -0400 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTP id 07VKs58C009195; Mon, 31 Aug 2020 20:54:05 GMT X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:186802 Archived-At: Nicolas B=C3=A9rtolo writes: > There is a problem with the build system for .eln files. The Makefile onl= y has a > target creating *.elc files. This means that if you use Emacs to change a= n .el > file and you set it up to byte-compile .el files on save you will never > recompile the .eln files. I'm closing this as with the new cache mechanism the stale .eln can't be loaded and will be automatically recompiled before being finally late loaded. Andrea