From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steve Chard Newsgroups: gmane.emacs.help Subject: newline vs CRLF Date: Tue, 18 Mar 2003 09:56:46 -0800 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E775DDE.32473E13@moblcode.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048011212 29662 80.91.224.249 (18 Mar 2003 18:13:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2003 18:13:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 18 19:13:31 2003 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 18vLXW-0007WV-00 for ; Tue, 18 Mar 2003 19:10:18 +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 18vLWy-0001M1-0C for gnu-help-gnu-emacs@m.gmane.org; Tue, 18 Mar 2003 13:09:44 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18vLWq-0001D8-00 for help-gnu-emacs@gnu.org; Tue, 18 Mar 2003 13:09:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18vLWn-00015M-00 for help-gnu-emacs@gnu.org; Tue, 18 Mar 2003 13:09:34 -0500 Original-Received: from mail.pcez.com ([209.102.124.25]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18vLWg-0006sz-00 for help-gnu-emacs@gnu.org; Tue, 18 Mar 2003 13:09:26 -0500 Original-Received: from moblcode.com (pdx-ppp337.pop1.net [209.102.127.174]) h2II8XD6014730 for ; Tue, 18 Mar 2003 10:08:33 -0800 X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7686 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7686 I work on a Linux box using XEMACS and a Win2K using EMACS 21.2. Whenever the Linux box opens a file (for example, a Perl script), it puts a CRLF pair (carriage return/line feed hex 0D0A) in the place of the normal single newline (hex 0A). This is truly annoying. How do I stop this behavior.