help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Editing Binary Files


From: Jose A . Ortega Ruiz
Subject: Re: Editing Binary Files
Date: Sun, 17 Aug 2003 03:04:18 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

"Paul" <pault@HiWAAY.net> writes:

> Someone suggested that Emacs has a hex edit mode but I can't seem to find
> it?
>

interactively:

M-x hexl-mode

or, to associate it to files with, say,  .hex extension:

(add-to-list 'auto-mode-alist '("\\.hex\\'" . hexl-mode))

in your .emacs.

hth,
jao
-- 
Sometimes I think we're alone in the universe, and sometimes I think we're
not. In either case, the idea is quite staggering. -Arthur C Clarke,
science fiction writer (1917- )


reply via email to

[Prev in Thread] Current Thread [Next in Thread]