In emacs, how to strip CR (^M) and leave LF (^J) characters?

前端 未结 10 673
感动是毒
感动是毒 2021-01-31 03:01

I am trying to use hexl mode to manually remove some special chars from a text file and don\'t see how to delete anything in hexl mode.

What I really want is to remove c

10条回答
  •  萌比男神i
    2021-01-31 03:20

    (in hexl mode) I'm not sure that you can delete characters. I've always converted them to spaces or some other character, switched to the regular text editor, and deleted them there.

提交回复
热议问题