From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pierre Lorenzon Newsgroups: gmane.emacs.help Subject: Re: Corrupted byte compiled files Date: Wed, 30 May 2012 08:54:15 +0200 (CEST) Message-ID: <20120530.085415.424292590.devel@pollock-nageoire.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1338361925 5154 80.91.229.3 (30 May 2012 07:12:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 May 2012 07:12:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 30 09:12:04 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SZd4d-0008EU-Ug for geh-help-gnu-emacs@m.gmane.org; Wed, 30 May 2012 09:12:04 +0200 Original-Received: from localhost ([::1]:34193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZd4Z-0002mK-Gz for geh-help-gnu-emacs@m.gmane.org; Wed, 30 May 2012 03:11:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZd4U-0002lv-1L for help-gnu-emacs@gnu.org; Wed, 30 May 2012 03:11:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZd4N-00018j-Qh for help-gnu-emacs@gnu.org; Wed, 30 May 2012 03:11:53 -0400 Original-Received: from smtp07.smtpout.orange.fr ([80.12.242.129]:35275 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZd4N-00018V-KU for help-gnu-emacs@gnu.org; Wed, 30 May 2012 03:11:47 -0400 Original-Received: from localhost ([86.195.134.210]) by mwinf5d42 with ME id G7Bk1j00P4YY4DA037BkSw; Wed, 30 May 2012 09:11:45 +0200 X-Mailer: Mew version 6.2.51 on Emacs 24.0.50 / Mule 6.0 (HANACHIRUSATO) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.12.242.129 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85042 Archived-At: From: Stefan Monnier Subject: Re: Corrupted byte compiled files Date: Tue, 29 May 2012 14:39:09 -0400 >> Certain of my .el files are incorrectly compiled. See the .elc >> file with a long name. > > Indeed, I can reproduce it here, and also with Emacs-23. Does that mean that none never tried to compile file with long name before .... or that the problem does not come exclusively from the length of the name .... > I don't have time to dig into it now, tho, so please M-x > report-emacs-bug so it doesn't get lost. OK I'll do that. But since I now know that there is really a problem I'll have a look at the byte compiling engine code. Maybe I can discover where is th problem .... Thanks Pierre > > > Stefan