emacs hexl-mode insert or delete a byte
- by Oleg Pavliv
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.