Variable: idlwave-shell-command-history-file

idlwave-shell-command-history-file is a customizable variable defined in idlw-shell.el.gz.

Value

"idlwhist"

Documentation

The file in which the command history of the idlwave shell is saved.

In order to change the size of the history, see the variable comint-input-ring-size. The history is only saved if the variable idlwave-shell-save-command-history is non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defcustom idlwave-shell-command-history-file "idlwhist"
  "The file in which the command history of the idlwave shell is saved.
In order to change the size of the history, see the variable
`comint-input-ring-size'.
The history is only saved if the variable `idlwave-shell-save-command-history'
is non-nil."
  :group 'idlwave-shell-command-setup
  :type 'file)