<br><div class="gmail_quote">On Wed, Feb 11, 2009 at 10:05 AM, Bill Sacks <span dir="ltr"><<a href="mailto:wsacks@wisc.edu">wsacks@wisc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Does anyone know how to change this behavior - for example, to configure the Fortran syntax highlighting so that it can handle 132-character lines rather than 72-character lines?<br>
<font color="#888888"><br></font></blockquote></div><br>From taking a look at the fortran.el, this line length doesn't appear to be customizable.<br><br>The docstring for fortran-mode does say:<br>  "Major mode for editing Fortran code in fixed format.<br>
For free format code, use `f90-mode'."<br><br>... so you could see if f90-mode gives you the highlighting you want while still working OK otherwise with f77 code.<br><br>--Nathaniel<br>