gnu.emacs.help
[Top] [All Lists]

Re: No linebreak when indenting

Subject: Re: No linebreak when indenting
From: Ralf Angeli
Date: Sun, 11 Feb 2007 18:41:38 +0100
Newsgroups: gnu.emacs.help
* 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

<Prev in Thread] Current Thread [Next in Thread>