> If the debate uncovers some workarounds that make the pain less > painful (pun intended), then even better. I just found out that we could do something like this to reindent files: emacs -batch sample.erl --eval '(indent-region (point-min) (point-max) nil)' -f save-buffer /Vlad