all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Lorenzon <devel@pollock-nageoire.net>
To: help-gnu-emacs@gnu.org
Subject: Corrupted byte compiled files
Date: Tue, 29 May 2012 15:25:17 +0200 (CEST)	[thread overview]
Message-ID: <20120529.152517.193730440.devel@pollock-nageoire.net> (raw)

[-- Attachment #1: Type: Text/Plain, Size: 1098 bytes --]


Hi,

Certain of my .el files are incorrectly compiled. See the .elc
file with a long name.

More details : It seems that a part of the .elc file is missing
as if a part of the character strream was discarded. I cannot
figure out why.

But more suprisingly when renaming the file with a much more
shorter name everything goes well as if there was a limitation
in the file name length. I must point out that there are only
ascii characters composing the file name.

Moreover even with the long name the .el (uncompiled file) is
perfectly correct and load perfectly as well as the .elc
(compiled file) with the short name.

I had this problem with emacs 24.0.50 as well as witth
24.0.95. I should say that I am using these devloppeing
versions since I appreciate ieieio to be integrated in it. I
never had this compilation problem with emacs 23 but probalbly
never tried with so long file names. Moreover emacs 23 is no
longer available on my system to test. But if it could be
useful I can reinstall this stable version.

See examples attached.

Is there a limitation somewhere ? 

Regards 

Pierre

[-- Attachment #2: Toto.elc --]
[-- Type: Application/Octet-Stream, Size: 1176 bytes --]

[-- Attachment #3: Toto.el --]
[-- Type: Text/Plain, Size: 625 bytes --]

(TeX-add-style-hook '(Tss-slave :name "Etude-des-Fonctions-Zeta-des-Courbes-Modulaires-Aux-Places-de-Bonne-Reductions/Reformulation-En-Theorie-des-Groupes" :master-directory "../" :state (new)) 
		    (lambda ()
		      (TeX-style-system-init-master "../Scholze")
		      (LaTeX-add-index-entries
		       "$\\sigma$-conjugués"
		       "$\\sigma$-centralisateur"
		       )
		      (LaTeX-add-labels
		       "SCH.zeta.groupe"
		       "SCH.zeta.groupe.lem.8"
		       "SCH.zeta.groupe.pro.4"
		       "SCH.zeta.groupe.lem.10"
		       "SCH.zeta.groupe.thm.7"
		       "SCH.zeta.groupe.pro.5"
		       )

		      )
		    )

[-- Attachment #4: Reformulation-En-Theorie-des-Groupes.elc --]
[-- Type: Application/Octet-Stream, Size: 1208 bytes --]

[-- Attachment #5: Reformulation-En-Theorie-des-Groupes.el --]
[-- Type: Text/Plain, Size: 625 bytes --]

(TeX-add-style-hook '(Tss-slave :name "Etude-des-Fonctions-Zeta-des-Courbes-Modulaires-Aux-Places-de-Bonne-Reductions/Reformulation-En-Theorie-des-Groupes" :master-directory "../" :state (new)) 
		    (lambda ()
		      (TeX-style-system-init-master "../Scholze")
		      (LaTeX-add-index-entries
		       "$\\sigma$-conjugués"
		       "$\\sigma$-centralisateur"
		       )
		      (LaTeX-add-labels
		       "SCH.zeta.groupe"
		       "SCH.zeta.groupe.lem.8"
		       "SCH.zeta.groupe.pro.4"
		       "SCH.zeta.groupe.lem.10"
		       "SCH.zeta.groupe.thm.7"
		       "SCH.zeta.groupe.pro.5"
		       )

		      )
		    )

             reply	other threads:[~2012-05-29 13:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-29 13:25 Pierre Lorenzon [this message]
     [not found] <mailman.1848.1338298974.855.help-gnu-emacs@gnu.org>
2012-05-29 18:39 ` Corrupted byte compiled files Stefan Monnier
2012-05-30  6:54   ` Pierre Lorenzon
2012-05-31 11:43     ` Tassilo Horn
     [not found]     ` <mailman.2011.1338480750.855.help-gnu-emacs@gnu.org>
2012-05-31 17:46       ` Johan Bockgård
2012-05-31 18:56         ` Tassilo Horn
2012-06-01  6:51         ` Pierre Lorenzon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120529.152517.193730440.devel@pollock-nageoire.net \
    --to=devel@pollock-nageoire.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.