>>>> "Brian" == Brian R Gaeke
<brg(a)dgate.org> writes:
Brian> When I edit this short elf executable I have here using
Brian> xemacs hexl mode, it doesn't just edit what I want it to
Brian> edit. What I do is,
You have a Mule build; it is probably trying to interpret the file as
a non-binary file. You might want to update XEmacs itself, as it
looks like your text-modes package (which contains hexl) is up to date.
Second, put a.out in the file-coding-system-alist as follows:
(add-to-list 'file-coding-system-alist '("a\\.out" . binary))
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.