CRLF
Derek Neighbors
plug-discuss@lists.PLUG.phoenix.az.us
Fri, 19 Oct 2001 14:18:53 -0500 (CDT)
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:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Friday 19 October 2001 11:18 am, Derek Neighbors wrote to me:
> > emacs of course. :)
>
> how?
>
> > -derek
>
> - --
> ============
> Lucas Vogel
> Key ID: 0A64769C3E2AC1E0E
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE70HfYpkdpw+KsHg4RAuKxAJ9k5qhLvao9UcR+012AppSabmZ03ACgmDId
> 2D/2y6Bwm3rEKpWcKG4aIkA=
> =px0I
> -----END PGP SIGNATURE-----
> ________________________________________________
> 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 - PLUG-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>