From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Disable automatic line breaks Date: Sat, 1 Dec 2007 11:48:07 +0100 Message-ID: <87E4F055-118A-4952-8C4D-F890BCDC05FD@Web.DE> References: <9ac799cc-daab-448c-8859-91e93e0e7ad3@s36g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1196506125 18286 80.91.229.12 (1 Dec 2007 10:48:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Dec 2007 10:48:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Bettina Kraus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 01 11:48:54 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IyPtz-0000aB-1d for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Dec 2007 11:48:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyPti-0000vw-UQ for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Dec 2007 05:48:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IyPtP-0000rg-T5 for help-gnu-emacs@gnu.org; Sat, 01 Dec 2007 05:48:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IyPtM-0000mz-VD for help-gnu-emacs@gnu.org; Sat, 01 Dec 2007 05:48:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyPtM-0000mh-Po for help-gnu-emacs@gnu.org; Sat, 01 Dec 2007 05:48:12 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IyPtM-0005AA-Eh for help-gnu-emacs@gnu.org; Sat, 01 Dec 2007 05:48:12 -0500 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id 7C623B7648F0; Sat, 1 Dec 2007 11:48:10 +0100 (CET) Original-Received: from [195.4.208.146] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #208) id 1IyPtK-0000VM-00; Sat, 01 Dec 2007 11:48:10 +0100 In-Reply-To: <9ac799cc-daab-448c-8859-91e93e0e7ad3@s36g2000prg.googlegroups.com> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX198ts52c4Y3kFZr+ZZJEfgKbgB3lNXTQ8m48kpa yhB+iFS07zRFn3k+R1ytf0+pp7XWD28TH0dW0Zb9OAxVaPuIMy CBizgp0OhEcDCI2HVCbQ== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49755 Archived-At: 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 =20 line breaks. Anyway, another option is to use (file) local variables =20 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=FC=DFen Pete There are two major products that come out of Berkeley: LSD and UNIX. =20= We don't believe this to be a coincidence. - Jeremy S. Anderson