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
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to