From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: DoNotContact Newsgroups: gmane.emacs.help Subject: help with wrapping Date: Sun, 13 Dec 2009 16:46:33 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1260759197 4260 80.91.229.12 (14 Dec 2009 02:53:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Dec 2009 02:53:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 14 03:53:10 2009 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 1NK13b-0002oj-2K for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Dec 2009 03:53:07 +0100 Original-Received: from localhost ([127.0.0.1]:50969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NK13a-0005SF-UC for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Dec 2009 21:53:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJwH4-0003Sd-Ih for help-gnu-emacs@gnu.org; Sun, 13 Dec 2009 16:46:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJwGz-0003Q0-KF for help-gnu-emacs@gnu.org; Sun, 13 Dec 2009 16:46:41 -0500 Original-Received: from [199.232.76.173] (port=34894 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJwGz-0003Px-Da for help-gnu-emacs@gnu.org; Sun, 13 Dec 2009 16:46:37 -0500 Original-Received: from mail-px0-f192.google.com ([209.85.216.192]:48766) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJwGz-00032Z-39 for help-gnu-emacs@gnu.org; Sun, 13 Dec 2009 16:46:37 -0500 Original-Received: by pxi30 with SMTP id 30so1661439pxi.14 for ; Sun, 13 Dec 2009 13:46:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=lT3j3FxRDeaL/qyaU6n7W0NcptEKpTPB8RyNZ+x0Ego=; b=JtK/OU4EH2KhDcFmuXOj5jXnGmtxybBUnPf7lb8gNgeJBTza3zTf62LK3R7dtCCAg2 RTwhomXBqoduxILI+3qUR01ZBtJQy1VZ2sny1m9GAp3whaaPYLyvuecdYqoXDURpgAXY WbMMnIIeBiQP/+46RTOxZzoo5VcoMbw//9720= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=KmgceFa5GuQv6N992rnxcw7g/on6Dj5KAFlNEmSII3kCpzeupDhrxIbppGMjAxuPxQ bhfBegjCVf2+OE3pudsR4T2X0tUDrCHeGcq0ylLw5LCVRlWOCblKsE8RihFLWgoYYpAN f5vN2neqaM9S+nHsg78eGtW/45HKY0JMj1xRw= Original-Received: by 10.141.2.2 with SMTP id e2mr2695986rvi.260.1260740796211; Sun, 13 Dec 2009 13:46:36 -0800 (PST) Original-Received: from ?10.0.1.4? (ip24-250-35-137.ri.ri.cox.net [24.250.35.137]) by mx.google.com with ESMTPS id 20sm4398850pzk.5.2009.12.13.13.46.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 13 Dec 2009 13:46:35 -0800 (PST) X-Mailer: Apple Mail (2.1077) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sun, 13 Dec 2009 21:52:45 -0500 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:70632 Archived-At: Hi, I've searched the archives and can't seem to find the solution or the = proper phrasing of my question. Here it goes: Emacs' window opens to a with of 100. When I type a paragraph (for = latex) it auto-formats (wraps) the line at 69 characters and indents the = 2nd line and those afterward in the paragraph about 15 characters. eg. my test paragraph is very very long and very very long and very very=20 long and very very long and very very long and very very = long=20 and very very long and. I have wrapping set to "wrap to window" and this seems to work once I = manually reformat a paragraph. Any ideas how I can disable this or = where to look in my .emacs? Thanks=