Quoting Paul Reavis (preavis@partnersoft.com): > So, when you press <indent> on a line in [x]emacs' PSGML/HTML mode, it > indents that line correctly. But how can I indent all the lines > correctly at once (the equivalent of control-c control-q in cc-mode)? How 'bout (in xemacs): M-x mark-whole-buffer M-x indent-region Mike Stone