On Wed, Jan 13, 2010 at 5:22 PM, Peter Danenberg <[email protected]> wrote: > Thanks, Jim; I just realized that the bulk of the commit is whitespace > resulting from wrapping the code in a module. > > Let me know if you need me to clean it up.
No, I can adjust the whitespace. FWIW, by convention, Chicken 4 eggs usually do not indent module bodies (partly for this reason :) One way to enforce this in emacs is via: (defun scheme-module-indent (state indent-point normal-indent) 0) (put 'module 'scheme-indent-function 'scheme-module-indent) _______________________________________________ Chicken-hackers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-hackers
