chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Scheme Code beautifier


From: Peter Danenberg
Subject: Re: [Chicken-users] Scheme Code beautifier
Date: Tue, 30 Nov 2010 17:54:03 -0600
User-agent: Mutt/1.5.16 (2007-06-11)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]