Variable: hexl-program

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

Value

"hexl"

Documentation

The program that will hexlify and dehexlify its stdin.

hexl-program will always be concatenated with hexl-options(var)/hexl-options(fun) and "-de" when dehexlifying a buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defcustom hexl-program hexl-program-name
  "The program that will hexlify and dehexlify its stdin.
`hexl-program' will always be concatenated with `hexl-options'
and \"-de\" when dehexlifying a buffer."
  :type 'string)