From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: "make autoloads" signals an error Date: Wed, 01 Jun 2022 16:11:16 +0300 Message-ID: <835ylkh6kr.fsf@gnu.org> References: <83ee08h9et.fsf@gnu.org> <87sfoozi14.fsf@gnus.org> <83a6awh7ts.fsf@gnu.org> <87ee085z6o.fsf@gnus.org> <87a6aw5yz2.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16326"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 01 15:13:43 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 1nwOAQ-00046Y-Ua for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Jun 2022 15:13:43 +0200 Original-Received: from localhost ([::1]:60730 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwOAP-0000Rw-Ly for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Jun 2022 09:13:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57502) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwO8D-0006Jj-El for emacs-devel@gnu.org; Wed, 01 Jun 2022 09:11:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33696) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwO8C-0005qY-Tu; Wed, 01 Jun 2022 09:11:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=8HVxKIpnUXFX53fFML4kfjUATpeoiUO/Lmys0pKFFDE=; b=TDLVWqYJFiP3 9U/nnq5RzeVwLOxB7LLhWj+YSPfok2VFlx6mVUwJnCM9WCaVa8/XETKL2FbCs1WvzHojfIHF5KDId c0CE1PYv3WNkDQ6UDIDImR2+NseJxXvx6A/AkDoWpRg97+5fDhl47KNPTYAH0npqbDqcEn2aDx5Hq tI1OuxYDKkQNbt0EW8Fl/UpkN14Kl08hjGjc4vWgqWz4dhjxm12HZ+GO8N7dpgSpjdwnyLchzJ2R2 Jmb7zKksVcc5Swe35TA2xVxa1B/vBnfB21kypusEaCuU4yfDr5+gypqmUL1YXeNi8zakd9l1uglpv oIOAVKfV5p1qYpzoO32dew==; Original-Received: from [87.69.77.57] (port=2390 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwO7z-0002yY-Sl; Wed, 01 Jun 2022 09:11:24 -0400 In-Reply-To: <87a6aw5yz2.fsf@gnus.org> (message from Lars Ingebrigtsen on Wed, 01 Jun 2022 14:50:57 +0200) 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:290506 Archived-At: > From: Lars Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Wed, 01 Jun 2022 14:50:57 +0200 > > Lars Ingebrigtsen writes: > > > Hm... could this somehow be a Windows file format problem? I'll > > re-test this on Windows. > > Never mind -- it was a stupid thinko in the code. Can you try updating > and see whether it's fixed now? Yes, fixed. Thanks.