Quoth Joe Python on Prickle-Prickle, the 42nd of The Aftermath:
> Is there a 'Scheme Code beautifier' where I can call within emacs to
> tidy up existing code with correct indentations?

If M-x indent-region is insufficient, what about something like:

  (with-input-from-file "foo.scm" (compose pp read))

looping, if necessary, over all top-level expressions.

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to