From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: turning off automatic indentation Date: Wed, 27 Nov 2002 06:06:52 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038373903 6270 80.91.224.249 (27 Nov 2002 05:11:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 05:11:43 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GuUA-0001cw-00 for ; Wed, 27 Nov 2002 06:11:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GuTs-0001xM-00; Wed, 27 Nov 2002 00:11:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4082 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4082 "Howard E. Haber" writes: > Dear Sir or Madam: > It has come to my attention... > > by the time I get to the second line of the letter, emacs automatically > aligns that line under the sentence ("It has come to my attention..."). I > would prefer to have the wordwrapping feature start the second line fully > left justified and not indented. You want `M-x paragraph-indent-text-mode'. > I am looking for some appropriate command for my .emacs file, but I > have not found it. I was going to suggest (add-hook 'text-mode-hook 'paragraph-indent-minor-mode) But unfortunately that's broken in the current version of Emacs.