emacs-devel
[Top][All Lists]
Advanced

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

Problem with file-local variables in uni-special-lowercase.el


From: Eli Zaretskii
Subject: Problem with file-local variables in uni-special-lowercase.el
Date: Sat, 01 Jan 2022 11:00:08 +0200

There's some strange problem with this file: when building Emacs after
it is updated, byte-compilation of various Lisp files fails with error
message like this:

  File local-variables error: (error Recursive load 
/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el 
/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el 
/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el 
/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el 
/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el)

  In toplevel form:
  international/mule.el:1833:8: Error: Recursive load: 
"/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el", 
"/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el", 
"/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el", 
"/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el", 
"/home/eliz/git/emacs/branch/lisp/international/uni-special-lowercase.el", 
"/home/eliz/git/emacs/branch/lisp/international/uni-special-uppercase.el"
  Makefile:290: recipe for target '../lisp/international/mule.elc' failed

I guess we try to lower-case some parts of the file-local variables
section, and that causes recursive load or something?

I couldn't get around this except by removing the file-local vars from
the file.




reply via email to

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