Variable: hfy-tags-cache
hfy-tags-cache is a variable defined in htmlfontify.el.gz.
Value
nil
Documentation
Alist of the form:
(("/src/dir/0" . tag-hash0) ("/src/dir/1" tag-hash1) ...)
Each tag hash entry then contains entries of the form:
"tag_string" => (("file/name.ext" line char) ... )
ie an alist mapping (relative) file paths to line and character offsets.
See also hfy-load-tags-cache.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defvar hfy-tags-cache nil
"Alist of the form:
\((\"/src/dir/0\" . tag-hash0) (\"/src/dir/1\" tag-hash1) ...)
Each tag hash entry then contains entries of the form:
\"tag_string\" => ((\"file/name.ext\" line char) ... )
ie an alist mapping (relative) file paths to line and character offsets.
See also `hfy-load-tags-cache'.")