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 14:33:40 -0400

I'm sorry but I'm not sure if I'm giving the correct info, but here goes...I
did a occur on "local-variables" and this is what I get:

Why would there not be an error when using .el version if something is truly
wrong with a local-variable? Thanks.

31 lines matching "local-variable" in buffer folding.el.
    708:;; - (folding-set-local-variables): 2.61 New. Now it is possible to
    710:;; - (folding-mode): 2.61 Call `folding-set-local-variables'
    712:;; - `folding-set-local-variables'
   1283:;;   utilize kill-all-local-variables-hooks with defadvice around
   1284:;;   kill-all-local-variables ...
   1287:;;   kill-all-local-variables-hooks  :! v, moved to variable section
   2130:Use function `folding-set-local-variables' is you change the current
mode's
   2795:      (kill-local-variable 'folding-mode-string)
   2796:    (make-local-variable 'folding-mode-string)
   2859:            (and (assq 'folded-file (buffer-local-variables))
   2862:                 (kill-local-variable 'folded-file)
   2875:If `inhibit-local-variables' is non-nil, this will not happen
regardless
   2939:(defun folding-set-local-variables ()
   2944:  (set (make-local-variable 'folding-stack) nil)
   2945:  (make-local-variable 'folding-top-mark)
   2946:  (make-local-variable 'folding-secondary-top-mark)
   2947:  (make-local-variable 'folding-top-regexp)
   2948:  (make-local-variable 'folding-bottom-mark)
   2949:  (make-local-variable 'folding-bottom-regexp)
   2950:  (make-local-variable 'folding-regexp)
   3010:    first read (see `hack-local-variables').
   3135:          (folding-set-local-variables)
   3209:  (set (make-local-variable 'folding-top-mark)
   3211:  (set (make-local-variable 'folding-bottom-mark)
   3213:  (set (make-local-variable 'folding-secondary-top-mark)
   3215:  (set (make-local-variable 'folding-top-regexp)
   3218:  (set (make-local-variable 'folding-bottom-regexp)
   3221:  (set (make-local-variable 'folding-regexp)
   4495:             (buffer-local-variables))
   4638:        (make-local-variable 'minibuffer-local-isearch-map)
   4686:    (kill-local-variable 'minibuffer-local-isearch-map)

--
=======
Javier

"Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
3ECE5A50.6010709@yahoo.com">news:3ECE5A50.6010709@yahoo.com...
> Javier Oviedo wrote:
>
> > 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.
>
> Well, what does the file-local variables section of folding.el look like?
>
>
> --
> <a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>
>




reply via email to

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