From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: End of file while generating loaddefs.el Date: Sat, 21 Nov 2015 13:59:08 +0200 Message-ID: <83h9kf4l83.fsf@gnu.org> References: <834mgkbk2t.fsf@gnu.org> <564C2DDB.2090402@gmx.at> <83si439py4.fsf@gnu.org> <564D848D.4000301@gmx.at> <83lh9u7yp2.fsf@gnu.org> <564ED86E.3030705@gmx.at> <83egfl6p6a.fsf@gnu.org> <83a8q85qcy.fsf@gnu.org> <56502C62.8030803@gmx.at> <83vb8v4tzo.fsf@gnu.org> <56505448.9090307@gmx.at> <87si3z37u9.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1448107181 29179 80.91.229.3 (21 Nov 2015 11:59:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Nov 2015 11:59:41 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 21 12:59:32 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a06pI-00033s-HD for ged-emacs-devel@m.gmane.org; Sat, 21 Nov 2015 12:59:32 +0100 Original-Received: from localhost ([::1]:52000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a06pH-0002Ol-Ut for ged-emacs-devel@m.gmane.org; Sat, 21 Nov 2015 06:59:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a06pD-0002OV-SG for emacs-devel@gnu.org; Sat, 21 Nov 2015 06:59:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a06pD-0001bu-2i for emacs-devel@gnu.org; Sat, 21 Nov 2015 06:59:27 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:44772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a06p7-0001VF-Bt; Sat, 21 Nov 2015 06:59:21 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NY500N00YHVMC00@mtaout25.012.net.il>; Sat, 21 Nov 2015 13:56:41 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NY500G2OYIHLU60@mtaout25.012.net.il>; Sat, 21 Nov 2015 13:56:41 +0200 (IST) In-reply-to: <87si3z37u9.fsf@fencepost.gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194950 Archived-At: > From: David Kastrup > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Sat, 21 Nov 2015 12:33:34 +0100 > > martin rudalics writes: > > > How could null bytes possibly get into that file and why did they > > cause an end of file exception during parsing? And why does no one > > else have such problems? > > Miscalculation of file offsets because of different EOL convention? Come on, this is Emacs 25, not 19.30. > Though NUL bytes sound like a rather low-level mess-up. That's likely what happened, something with insertion and moving the gap. Perhaps even related to the undo changes discussed recently.