Variable: idlwave-shell-file-name-chars
idlwave-shell-file-name-chars is a customizable variable defined in
idlw-shell.el.gz.
Value
"~/A-Za-z0-9+:_.$#%={}\\- "
Documentation
The characters allowed in file names, as a string.
Used for file name completion. Must not contain \=', , and "
because these are used as separators by IDL.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defcustom idlwave-shell-file-name-chars "~/A-Za-z0-9+:_.$#%={}\\- "
"The characters allowed in file names, as a string.
Used for file name completion. Must not contain `\\='', `,' and `\"'
because these are used as separators by IDL."
:group 'idlwave-shell-general-setup
:type 'string)