Variable: hfy-etags-bin

hfy-etags-bin is a customizable variable defined in htmlfontify.el.gz.

Value

"etags"

Documentation

Location of etags binary (we begin by assuming it's in your path).

Note that if etags is not in your path, you will need to alter the shell commands in hfy-etags-cmd-alist.

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-etags-bin "etags"
  "Location of etags binary (we begin by assuming it's in your path).

Note that if etags is not in your path, you will need to alter the shell
commands in `hfy-etags-cmd-alist'."
  :tag   "etags-bin"
  :type  '(file))