From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anonymous Newsgroups: gmane.emacs.help Subject: Delete trailing CR? Date: Fri, 2 Nov 2012 08:25:31 -0400 (EDT) Message-ID: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1351870886 30574 80.91.229.3 (2 Nov 2012 15:41:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Nov 2012 15:41:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 02 16:41:36 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TUJNB-0006uf-C7 for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Nov 2012 16:41:29 +0100 Original-Received: from localhost ([::1]:35983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUJN2-0007mI-SH for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Nov 2012 11:41:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUGJn-0000C9-34 for help-gnu-emacs@gnu.org; Fri, 02 Nov 2012 08:25:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUGJm-0001zU-2d for help-gnu-emacs@gnu.org; Fri, 02 Nov 2012 08:25:47 -0400 Original-Received: from slug.slugish.net ([116.255.213.178]:33546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUGJl-0001y1-KB for help-gnu-emacs@gnu.org; Fri, 02 Nov 2012 08:25:45 -0400 Original-Received: by slug.slugish.net (Postfix, from userid 1000) id 6A0CA199C2E; Fri, 2 Nov 2012 08:25:31 -0400 (EDT) Comments: This message did not originate from the Sender address above. It was remailed automatically by anonymizing remailer software. Please report problems or inappropriate use to the remailer administrator at . X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 116.255.213.178 X-Mailman-Approved-At: Fri, 02 Nov 2012 11:41:16 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87520 Archived-At: Hi. In Emacs how do I edit a file without Emacs adding a 0a byte to the end? And how do I delete that character if it is already in the file? M-x delete-trailing-whitespace leaves this character at the end of the file. Thank you.