From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: BigPenguin@yandex.ru (Roman A. Lagunov) Newsgroups: gmane.emacs.help Subject: Re: newline vs CRLF Date: Wed, 19 Mar 2003 02:38:50 +0500 Organization: Powered by Debian GNU/Linux Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87el54l5hx.fsf@sdf.lonestar.org> References: <3E775DDE.32473E13@moblcode.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048024023 23482 80.91.224.249 (18 Mar 2003 21:47:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2003 21:47:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 18 22:47:02 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 18vOvG-00066R-00 for ; Tue, 18 Mar 2003 22:47:02 +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 18vOux-0004vs-0E for gnu-help-gnu-emacs@m.gmane.org; Tue, 18 Mar 2003 16:46:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18vOsW-0003oZ-00 for help-gnu-emacs@gnu.org; Tue, 18 Mar 2003 16:44:12 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18vOpn-0002Ht-00 for help-gnu-emacs@gnu.org; Tue, 18 Mar 2003 16:41:24 -0500 Original-Received: from kataisk.zaural.ru ([195.161.81.37]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18vOp4-0001c6-00 for help-gnu-emacs@gnu.org; Tue, 18 Mar 2003 16:40:41 -0500 Original-Received: from roman (k1.zaural.ru [195.161.81.43]) by kataisk.zaural.ru (8.9.3/8.9.3) with ESMTP id CAA05770 for ; Wed, 19 Mar 2003 02:38:21 +0300 (MSK/MSD) Original-Received: from roman by roman with local (Exim 3.35 #1 (Debian)) id 18vOnK-0001qn-00 for ; Wed, 19 Mar 2003 02:38:50 +0500 X-Uptime: 02:32:15 up 18 days, 8:29, 16 users, load average: 0.01, 0.02, 0.00 X-Operating-System: Linux 2.4.18-686 X-Np: XMMS is not active. Original-To: help-gnu-emacs@gnu.org In-Reply-To: <3E775DDE.32473E13@moblcode.com> (Steve Chard's message of "Tue, 18 Mar 2003 09:56:46 -0800") User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 (i386-pc-linux-gnu) 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:7693 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7693 >>>>> "SC" ==> Steve Chard writes: SC> I work on a Linux box using XEMACS and a Win2K using EMACS 21.2. SC> Whenever the Linux box opens a file (for example, a Perl script), SC> it puts a CRLF pair (carriage return/line feed hex 0D0A) in the SC> place of the normal single newline (hex 0A). This is truly SC> annoying. How do I stop this behavior. Look at this: ,---- | C-x RET c runs the command universal-coding-system-argument | which is an interactive compiled Lisp function in `international/mule-cmds'. | (universal-coding-system-argument) | | Execute an I/O command using the specified coding system. `---- When you press these keys, you should select coding system wich ending -dos. For example - koi8-r-dos if you on a Linux, or koi8-r-unix if you on a Windows. -- Roman