Variable: shell--highlight-undef-exec-cache

shell--highlight-undef-exec-cache is a variable defined in shell.el.gz.

Value

nil

Documentation

Cache of executable files found in exec-path(var)/exec-path(fun).

An alist, whose elements are of the form
(REMOTE TIME EXECUTABLES), where REMOTE is a string, returned by
file-remote-p, TIME is the return value of float-time, and EXECUTABLES is a hash table with keys being the base-names of executable files.

Cache expiry is controlled by the user option shell-highlight-undef-remote-file-name-inhibit-cache.

Source Code

;; Defined in /usr/src/emacs/lisp/shell.el.gz
(defvar shell--highlight-undef-exec-cache nil
  "Cache of executable files found in `exec-path'.
An alist, whose elements are of the form
\(REMOTE TIME EXECUTABLES), where REMOTE is a string, returned by
`file-remote-p', TIME is the return value of `float-time', and
EXECUTABLES is a hash table with keys being the base-names of
executable files.

Cache expiry is controlled by the user option
`shell-highlight-undef-remote-file-name-inhibit-cache'.")