all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Corrupted byte compiled files
@ 2012-05-29 13:25 Pierre Lorenzon
  0 siblings, 0 replies; 7+ messages in thread
From: Pierre Lorenzon @ 2012-05-29 13:25 UTC (permalink / raw
  To: help-gnu-emacs

[-- 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"
		       )

		      )
		    )

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <mailman.1848.1338298974.855.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2012-06-01  6:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 13:25 Corrupted byte compiled files Pierre Lorenzon
     [not found] <mailman.1848.1338298974.855.help-gnu-emacs@gnu.org>
2012-05-29 18:39 ` 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

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.