emacs hexl-mode insert or delete a byte

Posted by Oleg Pavliv on Stack Overflow See other posts from Stack Overflow or by Oleg Pavliv
Published on 2010-03-16T09:11:49Z Indexed on 2010/03/16 9:16 UTC
Read the original article Hit count: 622

Filed under:

How can I insert or delete a byte in hexl-mode?

Suppose I have a 3-byte file "123" which is displayed as "3132 33" in hexl-mode. How can I add a byte to get "1234"? How can I remove a byte to get "12"?

Using C-M-x and similar shortcuts I can replace a byte, but I want to insert and delete.

© Stack Overflow or respective owner

Related posts about emacs