help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newline vs CRLF


From: Roman A. Lagunov
Subject: Re: newline vs CRLF
Date: Wed, 19 Mar 2003 02:38:50 +0500
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 (i386-pc-linux-gnu)

>>>>> "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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]