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

前端 未结 10 574
感动是毒
感动是毒 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条回答
  •  长发绾君心
    2021-01-31 03:16

    No need to find replace. Just use.

    M-x delete-trailing-whitespace
    

    You can also set the file encoding through

    C-x RET f unix
    

提交回复
热议问题