Rainer M Krug <r.m.krug at gmail.com> wrote: > if I want to indent a section, I usually do TAB - next line - TAB - ... > This is obviously not the "emacs way" of doing it. > > Is there an equivalent of M-; for block commenting to do block indenting? M-x indent-region (bound to C-M-\) should work for you. Stephen