Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2004 00:58:25 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        jason-dusek@uiowa.edu
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Graphical Hex Editor
Message-ID:  <20040513215825.GB2334@gothmog.gr>
In-Reply-To: <40A2F53D.9020504@cs.uiowa.edu>
References:  <40A2EEC6.9000708@cs.uiowa.edu> <20040513035419.GA594@ns1.tcbug.org> <40A2F53D.9020504@cs.uiowa.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-05-12 23:10, Jason Dusek <jdusek@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040513215825.GB2334>