* Add ability to set row length in hexl-mode
@ 2019-03-22 0:53 Umberto Tozzato
2019-03-22 1:36 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Umberto Tozzato @ 2019-03-22 0:53 UTC (permalink / raw)
To: emacs-devel
Hello,
currently there is way to change the legth of the rows in hexl-mode (defaults to 1 byte / 16 ASCII chars per line).
I think there should be a way to set an arbitrary row lenght as many binary files have special alignment which only makes sense if you allign each line at a certain number of characters.
--
Umberto
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Add ability to set row length in hexl-mode
2019-03-22 0:53 Add ability to set row length in hexl-mode Umberto Tozzato
@ 2019-03-22 1:36 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2019-03-22 1:36 UTC (permalink / raw)
To: emacs-devel
> currently there is way to change the legth of the rows in hexl-mode
> (defaults to 1 byte / 16 ASCII chars per line).
I suggest you try nhexl-mode (available from the nearest GNU ELPA
archive). You can configure the length of the rows via
nhexl-line-width, which defaults to 16 but can even be set to t in which
case it will dynamically adjust to the window's width.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-22 1:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-22 0:53 Add ability to set row length in hexl-mode Umberto Tozzato
2019-03-22 1:36 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.