Graphical Hex Editor

Giorgos Keramidas keramida at ceid.upatras.gr
Fri May 14 11:50:55 PDT 2004


On 2004-05-12 23:10, Jason Dusek <jdusek at cs.uiowa.edu> wrote:
> Unfortunately, I do not have KDE. Is there some kind of EMACS mode for 
> hexediting?

There are two modes for hex editing in my GNU Emacs (version 21.3.1).

The first is a major mode, invoked by `M-x hexl-find-file'.

The second is `M-x hexl-mode' -- a minor mode -- that can be used while
visiting any file in an Emacs buffer.  This should work with any sort of
file you have already opened.  When you're done editing in hex, you can
always exit the hexl-minor-mode by typing `M-x hexl-mode-exit' (usually
bound to the key sequence `C-c C-c').

More details in your Emacs info manuals :-)

- Giorgos



More information about the freebsd-questions mailing list