help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disable automatic line breaks


From: Peter Dyballa
Subject: Re: Disable automatic line breaks
Date: Sat, 1 Dec 2007 11:48:07 +0100


Am 30.11.2007 um 15:53 schrieb Bettina Kraus:

when I'm in TeX mode and write lines that have more than 70
or so characters, emacs automatically breaks the line. This
makes me crazy!! Does anyone know how to disable this?


Why does it make you crazy? TeX does not get confused by spaces or line breaks. Anyway, another option is to use (file) local variables at the end:

%%% Local Variables:
%%% mode: LaTeX
%%% fill-column: 99999
%%% coding: iso-8859-15
%%% End:


Invoking M-x describe-mode RET can deliver some clue(s).

--
Mit friedvollen Grüßen

  Pete

There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
                                         - Jeremy S. Anderson






reply via email to

[Prev in Thread] Current Thread [Next in Thread]