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: Tue, 03 Dec 2002 00:06:04 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <3DEBBC8F.9090707@ihs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038870793 32607 80.91.224.249 (2 Dec 2002 23:13:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Dec 2002 23:13:13 +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 18IzkV-0008Te-00 for ; Tue, 03 Dec 2002 00:13:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18IziS-0001jH-00; Mon, 02 Dec 2002 18:11:04 -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:4225 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4225 Kevin Rodgers writes: > Jesper Harder wrote: > >> 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. > > Just a guess: > > (add-hook 'text-mode-hook (lambda () (paragraph-indent-minor-mode 1))) Nope. It's a bug in `paragraph-indent-minor-mode' which is fixed in CVS. That was what I was trying to imply with "current version", although it probably wasn't very clear.