Variable: eshell-glob-show-progress

eshell-glob-show-progress is a customizable variable defined in em-glob.el.gz.

Value

nil

Documentation

If non-nil, display progress messages during a recursive glob.

This option slows down recursive glob processing by quite a bit.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defcustom eshell-glob-show-progress nil
  "If non-nil, display progress messages during a recursive glob.
This option slows down recursive glob processing by quite a bit."
  :type 'boolean
  :group 'eshell-glob)