From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: require-final-newline Date: Sun, 06 Mar 2005 20:41:03 -0500 Message-ID: <87y8d0dyqn.fsf-monnier+emacs@gnu.org> References: <200503051953.j25JrS610363@raven.dms.auburn.edu> <200503070129.j271T0A19365@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110159489 7157 80.91.229.2 (7 Mar 2005 01:38:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2005 01:38:09 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 07 02:38:08 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D87C5-0000y7-Sz for ged-emacs-devel@m.gmane.org; Mon, 07 Mar 2005 02:38:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D87Vl-0006hL-KW for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2005 20:58:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D87Ul-00068C-Ne for emacs-devel@gnu.org; Sun, 06 Mar 2005 20:57:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D87Ui-00066S-J6 for emacs-devel@gnu.org; Sun, 06 Mar 2005 20:57:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D87Ui-00065Y-0g for emacs-devel@gnu.org; Sun, 06 Mar 2005 20:57:16 -0500 Original-Received: from [209.226.175.93] (helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D87FH-0004ls-UM; Sun, 06 Mar 2005 20:41:20 -0500 Original-Received: from alfajor ([67.71.25.242]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050307014114.JQXL1694.tomts36-srv.bellnexxia.net@alfajor>; Sun, 6 Mar 2005 20:41:14 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id BC583D749E; Sun, 6 Mar 2005 20:41:03 -0500 (EST) Original-To: Luc Teirlinck In-Reply-To: <200503070129.j271T0A19365@raven.dms.auburn.edu> (Luc Teirlinck's message of "Sun, 6 Mar 2005 19:29:01 -0600 (CST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34264 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34264 > In Emacs 21.3, Text mode did not override the default value of > require-final-newline. In current CVS, it does. Is there a > reason for that? > Here, the relevant change was made more than two years ago: > 2002-09-02 Stefan Monnier > * textmodes/text-mode.el > (paragraph-indent-text-mode-abbrev-table) > (paragraph-indent-text-mode-syntax-table, > paragraph-indent-text-mode): > Use text-mode's syntax-table and abbrev-table. > (text-mode): Set require-final-newline to t. Hmmm... I didn't expect my name to show up here. I must say I can't remember why I set require-final-newline to t there. And in retrospect and given all the discussions about require-final-newline, I wouldn't mind if someone reverts this part of the above change. Stefan