Variable: hexl-options

hexl-options is a customizable variable defined in hexl.el.gz.

Value

"-hex "

Documentation

Space separated options to hexl-program that suit your needs.

Quoting cannot be used, so the arguments cannot themselves contain spaces. If you wish to set the -group-by-X-bits options, set hexl-bits instead, as that will override any bit grouping options set here.

Source Code

;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defcustom hexl-options (format "-hex %s" hexl-iso)
  "Space separated options to `hexl-program' that suit your needs.
Quoting cannot be used, so the arguments cannot themselves contain spaces.
If you wish to set the `-group-by-X-bits' options, set `hexl-bits' instead,
as that will override any bit grouping options set here."
  :type 'string)