On Mon, Nov 30, 2020 at 05:32:55PM -0500, Stefan Monnier wrote: > > I just have a typical example in front of me right now. I have a small > > program written in Scheme. To make sure Emacs starts Scheme mode, the > > end of the file has: > > > > ;; Local Variables: > > ;; mode: scheme > > ;; End: > > > > This makes sure the variable `mode' is set to the value "scheme". But > > Hmm... not sure if it's the best example: there is no `mode` variable. Whooops :-) embarrasing. OK, ok. Merging with the other subthread, just imagine I had there ;; Local Variables ;; fill-width: 64 ;; End: Cheers - t