<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Harry Spier wrote at 11/13/2010 08:14 PM:
<blockquote cite="mid:SNT144-w288C4DCB31E7DB6C108A60C2350@phx.gbl"
type="cite">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}</style>1)
Is it possible to change the indentation size in DrRacket?<br>
2) Can DrRacket be set up to use the tab key to indent?</blockquote>
<br>
I don't know whether you're new to Lisp-parentheses languages, but it
is not-uncommon for someone brand new to want to indent code
differently from how Emacs or DrRacket do it by default. Then it seems
that the vast majority of these people quickly convert to doing it the
default Emacs/DrRacket way.<br>
<br>
In C-ish syntax languages, people use a 2-, 3-, or 4-space indent, or a
tab indent (with tab stops at 8 or 4 or some other number), and they
snuggle or don't snuggle curly braces, and they have indents before
and/or after unsnuggled braces, etc. There's a lot of personal
preference and varying "coding standards" in C-ish syntax. In
Lisp-parens languages, there's *much* more agreement on whitespace, and
instead the many differences of style and philosophy exhibit in how the
semantics of the language is used.<br>
<br>
<div class="moz-signature">-- <br>
http://www.neilvandyke.org/
</div>
</body>
</html>