<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16588"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=810592415-02082010><FONT color=#0000ff 
size=2 face=Arial>+1, I do this often in my code (in which case I don't touch 
auto-redent-all)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=810592415-02082010><FONT color=#0000ff 
size=2 face=Arial>Jos</FONT></SPAN></DIV><BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
  <HR tabIndex=-1>
  <FONT size=2 face=Tahoma><B>From:</B> users-bounces@racket-lang.org 
  [mailto:users-bounces@racket-lang.org] <B>On Behalf Of 
  </B>Laurent<BR><B>Sent:</B> 02 August 2010 17:19<BR><B>To:</B> PLT-Scheme 
  Mailing List<BR><B>Subject:</B> [racket] auto-spacer<BR></FONT><BR></DIV>
  <DIV></DIV>Speaking of DrRacket UI, one thing that I'd really appreciate is an 
  "auto-spacer" for `define' and `let'.<BR>Let me explain what I mean.<BR>I 
  often have things like:<BR><BR>(define something 3)<BR>(define 
  some-other-thing 4)<BR>(define whatever-you-like 42)<BR>....<BR><BR>And I like 
  the right-hand-side to be aligned to make it more readable:<BR>(define 
  something&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3)<BR>(define 
  some-other-thing&nbsp; 4)<BR>(define whatever-you-like 42)<BR>....<BR><BR>(to 
  be read it with a constant-width font of course).<BR><BR>This also happens 
  quite a lot within `let' forms.<BR>So of course I do it by hand, but if 
  someone has already done a tool for that or knows how to do it, that would be 
  wonderful.<BR>I don't know how easy that would be though...<BR>Maybe something 
  that works only on the selected lines.<BR></BLOCKQUOTE></BODY></HTML>