|
|
* Florian Lindner (2007-02-11) writes:
> auctex does a nice job when indenting my entire buffer with M-x
> LaTeX-fill-buffer but I don't like my lines to broken after like 80
> characters. How can I omit that?
Use a function for indenting, not for filling. The main feature of
filling _is_ the insertion of line breaks. So you could use
`indent-region' like `C-x h C-M-\'.
--
Ralf
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@xxxxxxx
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
|
|