<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Robby Findler wrote at 07/31/2010 11:19 AM:
<blockquote
 cite="mid:AANLkTinqNMksArubu56rZx8kQwAeQTJ9ximRMczVR5C6@mail.gmail.com"
 type="cite">
  <pre wrap="">On Sat, Jul 31, 2010 at 10:00 AM, Matthias Felleisen
<a class="moz-txt-link-rfc2396E" href="mailto:matthias@ccs.neu.edu">&lt;matthias@ccs.neu.edu&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">1. Could drracket limit the width of programs in the teaching language world to 80 columns?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This one seems doable (I'd probably make the text turn red when it passes the 80th column or somethign instead of rejecting keystrokes).
  </pre>
</blockquote>
<br>
If it's a visual indicator, I would very much like to have that
available as an option in the non-teaching languages as well.&nbsp; After
working on a file in DrRacket for a while, I usually have to clean up
the new overly-long lines in Emacs.<br>
<br>
Typical indicators are a gray line in the background after column 79 or
80, or a background color change there, like from white to light gray.<br>
<br>
I'm not sure about red.&nbsp; Sometimes, rightward drift and a long
identifier or literal means you have no practical choice but to violate
the 79/80 border.&nbsp; IMHO, border incursion is not quite as grave an
offense as some of the other things for which we might want to use red.<br>
<br>
Regarding 79 or 80, 80 is now good for lots of people who previously
had to use 79, though probably some people would like the option of
79.&nbsp; (For a long time, it was 79 for lots of Unix people, first because
some terminals would to an automatic newline of some kind on a write in
column 80, and then because some tools liked to put adornments in
column 80.&nbsp; Some tools still like to.)&nbsp; 100 also seems a popular max
width in some people's 'coding standards'.&nbsp; MS Visual Studio, for
example, lets you set this border to an arbitrary number, IIRC.<br>
<br>
<div class="moz-signature">-- <br>
<a class="moz-txt-link-freetext" href="http://www.neilvandyke.org/">http://www.neilvandyke.org/</a>
</div>
</body>
</html>