Variable: eshell-glob-chars-list

eshell-glob-chars-list is a customizable variable defined in em-glob.el.gz.

Value

(93 91 42 63 126 40 41 124 35 94)

Documentation

List of additional characters used in extended globbing.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defcustom eshell-glob-chars-list '(?\] ?\[ ?* ?? ?~ ?\( ?\) ?| ?# ?^)
  "List of additional characters used in extended globbing."
  :type '(repeat character)
  :group 'eshell-glob)