[CM] Scheme Syntax Formatting
Greg Surges
surgesg at gmail.com
Wed Nov 11 16:16:25 PST 2009
Hi all,
I haven't used CM in a while, and it appears that things have changed. Using
Grace, tabbed indentation seems to not be working correctly.
For example, the function
(define (greater-than-three number)
(cond ((> number 3) #t)
((< number 3) #f)
((= number 3) #f)))
is formatted strangely by default, and I can't indent the last conditional
case to match the other two. Is this a known issue, or
am I missing something important?
Thanks a lot,
- Greg Surges
--
--
http://www.gregsurges.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ccrma-mail.stanford.edu/pipermail/cmdist/attachments/20091111/ef5333be/attachment.html
More information about the Cmdist
mailing list