CRLF

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Derek Neighbors
Date:  
Subject: CRLF
There are several ways.

1. C-x RET then choose undecided-unix and save the file and all should be
well

2. is write a custom function something like...
(defun dos2unix ()
"eliminate evil ^Ms"
(interactive)
(query-replace "\C-M\C-J" "\C-J" nil))
You would put the above in .emacs file and call via M-x

Havent tested but shoudl work..

-derek



On Fri, 19 Oct 2001, Lucas Vogel wrote:

>
> On Friday 19 October 2001 11:18 am, Derek Neighbors wrote to me:
> > emacs of course. :)
>
> how?
>
> > -derek
>
> - --
> ============
> Lucas Vogel
> Key ID: 0A64769C3E2AC1E0E
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>