emacs-devel
[Top][All Lists]
Advanced

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

File local variables in a tutorial


From: Eli Zaretskii
Subject: File local variables in a tutorial
Date: Sat, 31 Jul 2010 18:52:06 +0300

tutorial.el does not visit the tutorial file normally, but rather uses
insert-file-contents to insert it into a buffer.  The result of this
is that file local variables do not take effect, with the exception of
`coding:;, which is treated specially by insert-file-contents itself.

Is there a good reason not to call hack-local-variables after the
tutorial is read in by insert-file-contents?



reply via email to

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