help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: elisp byte compilation problem


From: Javier Oviedo
Subject: Re: elisp byte compilation problem
Date: Fri, 23 May 2003 09:44:14 -0400

These errors did not start happening until recently...

I byte compiled folding.el and I see the following in the *Messages* buffer:

Compiling c:/data/joviedo/Emacs/site-lisp_21_2/folding.el...
Folding buffer... done
Folding buffer... done
File local-variables error: (error "Local variables entry is missing the
prefix")
Compiling c:/data/joviedo/Emacs/site-lisp_21_2/folding.el...done
Wrote c:/data/joviedo/Emacs/site-lisp_21_2/folding.elc
Byte-Compile: 1 file.

The folding.elc file shows the following:

;ELC
;;; Compiled by a0850403@GT64V7121 on Fri May 23 09:35:11 2003
;;; from file c:/data/joviedo/Emacs/site-lisp_21_2/folding.el
;;; in Emacs version 21.2.1
;;; with bytecomp version 2.85
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
  (< (aref emacs-version (1- (length emacs-version))) ?A)
  (or (and (boundp 'epoch::version) epoch::version)
      (string-lessp emacs-version "19.29")))
    (error "`folding.el' was compiled for Emacs 19.29 or later"))

Thanks for your help!
--
=======
Javier
"Kai Großjohann" <kai.grossjohann@gmx.net> wrote in message
84el2qgpnp.fsf@lucy.is.informatik.uni-duisburg.de">news:84el2qgpnp.fsf@lucy.is.informatik.uni-duisburg.de...
> "Javier Oviedo" <email_joviedo@yahoo.com> writes:
>
> > I just discovered that for almost any .el I compile I see problems.
Since I
> > hardly change things outside of my .emacs most of my .elc  files have
been
> > around for some time...I am just noticing this problem now.
>
> What does the *Messages* buffer say after you do M-x
> byte-compile-file RET?  What does the *.elc file contain after this?
>
> --
> This line is not blank.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]