From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Javier Oviedo" Newsgroups: gmane.emacs.help Subject: Re: elisp byte compilation problem Date: Fri, 23 May 2003 09:44:14 -0400 Organization: Texas Instruments Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84el2qgpnp.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053698485 12383 80.91.224.249 (23 May 2003 14:01:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 23 May 2003 14:01:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri May 23 16:01:21 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19JD1m-0002zg-00 for ; Fri, 23 May 2003 15:56:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JD0w-00088f-23 for gnu-help-gnu-emacs@m.gmane.org; Fri, 23 May 2003 09:55:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.media.kyoto-u.ac.jp!newsfeed.hal-mli.net!nntp1.hal-pc.org!attdl1!attdl2!ip.att.net!news.ti.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 50 Original-NNTP-Posting-Host: gt64v7121.telogy.design.ti.com Original-X-Trace: home.itg.ti.com 1053697310 21366 158.218.105.183 (23 May 2003 13:41:50 GMT) Original-X-Complaints-To: usenet@news.ti.com Original-NNTP-Posting-Date: 23 May 2003 13:41:50 GMT X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-Xref: shelby.stanford.edu gnu.emacs.help:113617 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10114 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10114 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" wrote in message news:84el2qgpnp.fsf@lucy.is.informatik.uni-duisburg.de... > "Javier Oviedo" 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.