On Mon, Feb 14, 2005 at 10:41:57PM +0100, J�r�me Marant wrote: > > echo '(setq load-path (cons "." load-path ) byte-compile-warnings nil )' > > > path.el > > > > emacs -q -batch -l path.el -f batch-byte-compile camldebug.el > > > > This yields an error "Symbol's value as variable is void > > ((font-lock-reference-face))". Note that font-lock-reference-face > > is referenced in tuareg.el and not in camldebug.el, and the > > file tuareg.el compiels fine. Also, byte-compiling camldebug.el > > in an interactive emacs session (with byte-compile-file) does > > not produce any error. > > > > Can anyone help me with this? I contacted Albert Cohen (the upstream > > author) about this but he said that he could not reproduce the > > error. > > I can't reproduce it either.
It is starting to get scary :-) > Is your .emacs file somehow specific? No. Besides, with the -q option, no init file is loaded. > Do you have specific packages installed on your system? Plenty, as everybody. However even with the --no-site-file option I get the error: % emacs --no-site-file -q -batch -l path.el -f batch-byte-compile % camldebug.el While compiling toplevel forms in file /home/rt/debian/pkg-ocaml-maint/packages/tuareg-mode/trunk/orig/tuareg-mode-1.44.3/camldebug.el: !! Symbol's value as variable is void ((font-lock-reference-face)) Done -Ralf. -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

