From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: Re: The last character of a file Date: Thu, 06 Nov 2003 18:41:11 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1068162071.6472.110.camel@hades.syr-24-59-76-83.twcny.rr.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068162335 7571 80.91.224.253 (6 Nov 2003 23:45:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2003 23:45:35 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 07 00:45:32 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AHtoi-0004wF-00 for ; Fri, 07 Nov 2003 00:45:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHtlZ-0008A4-HR for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Nov 2003 18:42:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AHtl7-0007y3-Pm for help-gnu-emacs@gnu.org; Thu, 06 Nov 2003 18:41:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AHtkY-0007HP-RG for help-gnu-emacs@gnu.org; Thu, 06 Nov 2003 18:41:45 -0500 Original-Received: from [24.59.76.83] (helo=hades.syr-24-59-76-83.twcny.rr.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHtkW-0007H1-Ih for help-gnu-emacs@gnu.org; Thu, 06 Nov 2003 18:41:12 -0500 Original-Received: by hades.syr-24-59-76-83.twcny.rr.com (Postfix, from userid 501) id 18B194AD; Thu, 6 Nov 2003 18:41:11 -0500 (EST) Original-To: Matthew Walker In-Reply-To: X-Mailer: Ximian Evolution 1.4.4-8mdk X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13879 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13879 Try putting: (setq require-final-newline nil) in your .emacs Documentation: *Value of t says silently ensure a file ends in a newline when it is saved. Non-nil but not t says ask user whether to add a newline when there isn't one. nil means don't add newlines. -Dan