Anthony Carrico <acarr...@memebeam.org> writes:

> Jim Ursetto wrote:
>> 2009/5/4 Anthony Carrico <acarr...@memebeam.org>:
>>> I didn't indent the module (this will make it easier to check my work
>>> with svn diff).
>> 
>> It seems that it is useful not to indent the module body, as
>> definitions aligned at left works better with emacs and
>> scheme-complete.  So that is perfectly fine.
>
> Except that in emacs it is nice to use indent-sexp to indent the whole
> module.

(defun scheme-module-indent (state indent-point normal-indent) 0)
(put 'module 'scheme-indent-function 'scheme-module-indent)

-- 
Alex


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

Reply via email to