Emacs question

Chris D. Halverson cdh at CompleteIS.com
Thu Jan 13 16:54:00 EST 2000


William Annis <annis at biostat.wisc.edu> writes:

> "Fredrik Lundh" <fredrik at pythonware.com> writes:
> 
> > #  -*- Mode: Python; tab-width: 4 -*-
> 
>         Those all work, but as I recall those work only on the first
> line of the file.  A quick test seems to confirm this.

You can also put them at the end as in:

#
# Local variables:
# mode: python
# tab-width: 4
# end:
#

cdh

-- 
Chris D. Halverson                         Complete Internet Solutions
PGP mail accepted, finger for public key   http://www.CompleteIS.com/~cdh/



More information about the Python-list mailing list