From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: akrl--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#45854: 28.0.50; [feature/native-comp] autoload behavior different in the presence of errors Date: Sat, 30 Jan 2021 14:24:14 +0000 Message-ID: References: <87pn282psi.fsf@collares.org> <87im7uto9u.fsf@collares.org> <87czxweior.fsf@collares.org> <87y2gczpk8.fsf@collares.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40926"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: mauricio@collares.org To: 45854@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jan 30 15:26:08 2021 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 1l5rCS-000AXB-9M for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 30 Jan 2021 15:26:08 +0100 Original-Received: from localhost ([::1]:34202 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5rCR-0007jv-9l for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 30 Jan 2021 09:26:07 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33556) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5rBR-0007jR-CG for bug-gnu-emacs@gnu.org; Sat, 30 Jan 2021 09:25:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42658) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l5rBO-0002lp-94 for bug-gnu-emacs@gnu.org; Sat, 30 Jan 2021 09:25:05 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l5rBO-0007DB-4e for bug-gnu-emacs@gnu.org; Sat, 30 Jan 2021 09:25:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Jan 2021 14:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45854 X-GNU-PR-Package: emacs X-Debbugs-Original-To: akrl--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: Mauricio Collares , 45854@debbugs.gnu.org Original-Received: via spool by 45854-submit@debbugs.gnu.org id=B45854.161201666727666 (code B ref 45854); Sat, 30 Jan 2021 14:25:02 +0000 Original-Received: (at 45854) by debbugs.gnu.org; 30 Jan 2021 14:24:27 +0000 Original-Received: from localhost ([127.0.0.1]:54203 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5rAo-0007CA-TS for submit@debbugs.gnu.org; Sat, 30 Jan 2021 09:24:27 -0500 Original-Received: from mab.sdf.org ([205.166.94.33]:59172 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5rAh-0007Bj-GO for 45854@debbugs.gnu.org; Sat, 30 Jan 2021 09:24:20 -0500 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1l5rAc-0000tB-JA; Sat, 30 Jan 2021 14:24:14 +0000 In-Reply-To: (akrl's message of "Fri, 29 Jan 2021 09:08:13 +0000") 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:198937 Archived-At: akrl--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: [...] > I can reproduce it! I'll try to have a look it this week-end to explain > what's going on. Here I'm, I can see the same exact behavior on current master as on a native-comp build so I believe this is not a misbehavior. I did the two experiments starting from a clean .emacs.d to avoid state issues. Andrea