From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: Redhat 8 and init.el Date: Tue, 21 Jan 2003 19:41:35 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <7dfb2486.0301210807.2d988362@posting.google.com> <7dfb2486.0301210738.18f4713a@posting.google.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043175067 25656 80.91.224.249 (21 Jan 2003 18:51:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 Jan 2003 18:51:07 +0000 (UTC) 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 18b3UG-0006fX-00 for ; Tue, 21 Jan 2003 19:51:05 +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 18b3UI-0000jW-05 for gnu-help-gnu-emacs@m.gmane.org; Tue, 21 Jan 2003 13:51:06 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!newsfeed.vmunix.org!uio.no!quimby.gnus.org!localhost.localdomain!nobody Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 0xc3d760ba.esnxr5.ras.tele.dk Original-X-Trace: quimby.gnus.org 1043175495 22011 195.215.96.186 (21 Jan 2003 18:58:15 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 21 Jan 2003 18:58:15 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; 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:5837 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5837 fatkiddown@hotmail.com (Mel) writes: > I'm trying to utilize the advice in this post: > > http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=pan.2002.09.14.20.48.16.446325.24107%40polybus.com&rnum=3 > > In order to strip unwanted characters from text files. It states the > following: "Use Xemacs. In your .xemacs/init.el file add the > following...." IMHO that solution is needlesly complicated -- it isn't necessary at all. Just open the file with DOS line endings (CR/LF) -- Emacs will recognize that and display "(DOS)" in the mode-line. Now, if you want to save it with Unix line endings do `C-x RET f iso-latin-1-unix'. [NB: Please don't post identical questions to comp.emacs and gnu.emacs.help separately. Cross post instead.]