Re: Hex editor with ASCII line underneath the line of hex.

2019-10-16 Thread Stefan Monnier
>> Which hex editor shows a line of hex with the corresponding ASCII under the >> line of hex ? > I suspect that it shouldn't be too hard to get something working if you > start from nhexl-mode in Emacs: And indeed, I just added a `nhexl-separate-line` user config to nhexl-mode to do that. Just a

Re: Hex editor with ASCII line underneath the line of hex.

2019-10-15 Thread Anuradha Weeraman
On Wed, Oct 16, 2019 at 10:22:31AM +1300, C.T.F. Jansen wrote: > Which hex editor shows a line of hex with the corresponding ASCII under the > line of hex ? hexdump supports format strings to customize the output. There are few examples in the man page that may be useful. -- Regards Anuradha

Re: Hex editor with ASCII line underneath the line of hex.

2019-10-15 Thread Stefan Monnier
> (similar to the output of `od -t xz`). BTW, I see that `od -t x1c` is using a format like the one you're asking for (it's not an *editor*, tho). Stefan

Re: Hex editor with ASCII line underneath the line of hex.

2019-10-15 Thread Stefan Monnier
> Which hex editor shows a line of hex with the corresponding ASCII under the > line of hex ? I suspect that it shouldn't be too hard to get something working if you start from nhexl-mode in Emacs: E.g. from abcdefghabcdefgh you can go to XX

Hex editor with ASCII line underneath the line of hex.

2019-10-15 Thread C.T.F. Jansen
Greetings, Which hex editor shows a line of hex with the corresponding ASCII under the line of hex ? Having the ASCII off to the right is of limited use. Looking at a formatted dump one sees the ASCII, EBCDIC etc *under* the hex and not far away on the other side of the page. shed is the c