all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9311: 23.3.50; Can't load some byte-compiled files on Windows
@ 2011-08-17  0:24 Kazuhiro Ito
  2011-08-17  8:55 ` Eli Zaretskii
  2011-08-17 12:50 ` Michael Albinus
  0 siblings, 2 replies; 9+ messages in thread
From: Kazuhiro Ito @ 2011-08-17  0:24 UTC (permalink / raw)
  To: 9311

I wrote c:/test.el as below and byte-compiled it.

(defun test ()
  (let ((l 1))
    (dotimes (i 100)
      nil)))

When I load it by load function with absolute path as below, I can't
load it and below message is displayed.  But it doesn't raise error.

(load "c:/test")
-> End of file during parsing: c:/test.elc

It doesn't occur with relative path from home directory or Linux
environment.  I confirmed it occurs with Windows environment and
absolute path, and it depends on the content of .el file (i.e. not all
.elc files can't be read).  It also occurs with pre-compiled binary
(*1).

(*1) http://ftp.gnu.org/pub/gnu/emacs/windows/emacs-23.3-bin-i386.zip

-- 
Kazuhiro Ito





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-08-31  9:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17  0:24 bug#9311: 23.3.50; Can't load some byte-compiled files on Windows Kazuhiro Ito
2011-08-17  8:55 ` Eli Zaretskii
2011-08-30 13:45   ` Michael Albinus
2011-08-30 14:33     ` Stefan Monnier
2011-08-30 15:26       ` Michael Albinus
2011-08-30 16:31         ` Stefan Monnier
2011-08-31  9:56           ` Michael Albinus
2011-08-30 17:54         ` Eli Zaretskii
2011-08-17 12:50 ` Michael Albinus

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.