|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [Plug] removing ^M from emacs
|
>> My reply to Son To's mail was:
> I have code created on windows that I want use on emacs. the text file
> created on windows has a ^M at the end of the line when read in from
> emacs. How do I get rid of those ^M?
; goto top of buffer
M-x replace-string C-q C-m RET
The control-q will allow you to type control characters into the
input buffer.
_M.
ps: or you could use the dos2unix command.
--
_Michael_Jastremski_mike@westphila.net_ "I am so game it's not even funny..."
_personal_http://westphila.net/mike__ rfountain@steckel.com in
_Photography_http://images.westphila.net_ <001c01be9701$fd2e8b40$0c64a8c0@
_ICQ_37965092_AIM_rstfinsyn_NIC_mj1432 ron.steckel.com>
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|