thanks,
sam
> Does anyone know the emacs command to remove these things?
> I've heard that one exists.
Query-replace: M-% C-q C-m RET RET
C-q C-m allows you to enter a literal C-m character.
Tell Emacs to save the file in Unix format: C-x C-m f undecided-unix
RET C-x C-s
C-x C-m f tells Emacs to set the coding system for the buffer, which
is used on the next save.
Normally, Emacs should recognize files with DOS line endings, tell you
about it in the mode line (with `(DOS)') and save the files again.
You can use file-coding-system-alist to tell Emacs which coding
systems to use for reading and writing files based on the file name.
kai
--
The passive voice should never be used.
Samuel Thomas schrieb: