Casey Klein wrote at 12/24/2010 04:01 PM:
At least it's consistent with the indentation of regular old `let' :-)

(let loop
..((x a)
...(y b))
..x
..y)

Heh. I want to call that wrong. Emacs has been pretty much the gold standard for Scheme (and CL) indenting, and it does:

(let loop
....((x a)
.....(y b))
..x
..y)

--
http://www.neilvandyke.org/
_________________________________________________
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/users

Reply via email to