Hi Berthold, >>>>> Berthold Lorke <[email protected]> writes: > Whenever I highlight a region and do C-c C-e of any kind, the result > will not have the text indented correctly, and the closing > "\end{environment}" will also not be indented correctly. Merely the > "\begin{environment} is indented correctly.
I guess you didn't enable `auto-fill-mode'. Try `M-x auto-fill-mode' in the document buffer and do the same thing. If it works as expected, add (add-hook 'LaTeX-mode-hook 'turn-on-auto-fill) or (add-hook 'text-mode-hook 'turn-on-auto-fill) into your init file (init.el or .emacs). Regards, Ikumi Keita _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
