Variable: idlwave-shell-max-print-length

idlwave-shell-max-print-length is a customizable variable defined in idlw-shell.el.gz.

Value

200

Documentation

Maximum number of array elements to print when examining.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defcustom idlwave-shell-max-print-length 200
  "Maximum number of array elements to print when examining."
  :group 'idlwave-shell-command-setup
  :type 'integer)