unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Problem with file-local variables in uni-special-lowercase.el
@ 2022-01-01  9:00 Eli Zaretskii
  2022-01-01 11:05 ` Eli Zaretskii
  2022-01-01 13:07 ` Po Lu
  0 siblings, 2 replies; 11+ messages in thread
From: Eli Zaretskii @ 2022-01-01  9:00 UTC (permalink / raw)
  To: emacs-devel

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.




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-01-02  6:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-01  9:00 Problem with file-local variables in uni-special-lowercase.el Eli Zaretskii
2022-01-01 11:05 ` Eli Zaretskii
2022-01-01 17:57   ` Stefan Monnier
2022-01-01 18:15     ` Eli Zaretskii
2022-01-01 18:49       ` Eli Zaretskii
2022-01-01 22:52       ` Stefan Monnier
2022-01-02  5:13         ` Stefan Monnier
2022-01-02  6:56         ` Eli Zaretskii
2022-01-01 13:07 ` Po Lu
2022-01-01 15:09   ` Philipp Stephani
2022-01-02  0:10     ` Po Lu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).