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: Fri, 29 Jan 2021 09:08:13 +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="16833"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 45854@debbugs.gnu.org To: Mauricio Collares Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jan 29 10:11:13 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 1l5Po8-0004Gz-L8 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 29 Jan 2021 10:11:12 +0100 Original-Received: from localhost ([::1]:58680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5Po7-0003DP-ND for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 29 Jan 2021 04:11:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42068) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5Pm2-0001QV-RU for bug-gnu-emacs@gnu.org; Fri, 29 Jan 2021 04:09:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39612) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l5Pm2-0000sh-IF for bug-gnu-emacs@gnu.org; Fri, 29 Jan 2021 04:09:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l5Pm2-0007Sj-D4 for bug-gnu-emacs@gnu.org; Fri, 29 Jan 2021 04:09: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: Fri, 29 Jan 2021 09:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45854 X-GNU-PR-Package: emacs Original-Received: via spool by 45854-submit@debbugs.gnu.org id=B45854.161191129828628 (code B ref 45854); Fri, 29 Jan 2021 09:09:02 +0000 Original-Received: (at 45854) by debbugs.gnu.org; 29 Jan 2021 09:08:18 +0000 Original-Received: from localhost ([127.0.0.1]:51155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5PlK-0007Re-3Z for submit@debbugs.gnu.org; Fri, 29 Jan 2021 04:08:18 -0500 Original-Received: from mab.sdf.org ([205.166.94.33]:38874 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5PlI-0007RH-Hb for 45854@debbugs.gnu.org; Fri, 29 Jan 2021 04:08:17 -0500 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1l5PlF-0006Sq-FX; Fri, 29 Jan 2021 09:08:13 +0000 In-Reply-To: <87y2gczpk8.fsf@collares.org> (Mauricio Collares's message of "Thu, 28 Jan 2021 19:04:07 -0300") 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:198864 Archived-At: Mauricio Collares writes: > Andrea Corallo writes: >> >> I tried to reproduce again but with no success: >> >> ==== >> [...] >> ==== >> >> Am I doing something wrong? > > Thanks for testing! You're not doing anything wrong from what I see, but > I messed up in my last email: The git-commitx.el file from my first > email causes the bug to show up but not the last one I sent. I must have > forgotten to erase ~/.emacs.d/elpa after testing on the last email; I am > very sorry for the time wasting caused by this mistake. On the bright > side, at least this makes more sense, since the commit that exposed this > bug is related to autoloads. > > If you're feeling charitable, LOL, I'm no worries :) > testing with the original git-commitx.el > and with a clean ~/tmp would be helpful. Either way, I appreciate the > time you took to test this, and I will ask other people to try and > reproduce this too. I can reproduce it! I'll try to have a look it this week-end to explain what's going on. Thanks Andrea