Variable: idlwave-shell-temp-pro-prefix

idlwave-shell-temp-pro-prefix is a customizable variable defined in idlw-shell.el.gz.

Value

"/tmp/idltemp"

Documentation

The prefix for temporary IDL files used when compiling regions.

It should be an absolute pathname. The full temporary file name is obtained by using make-temp-file so that the name will be unique among multiple Emacs processes.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defcustom idlwave-shell-temp-pro-prefix "/tmp/idltemp"
  "The prefix for temporary IDL files used when compiling regions.
It should be an absolute pathname.
The full temporary file name is obtained by using `make-temp-file'
so that the name will be unique among multiple Emacs processes."
  :group 'idlwave-shell-general-setup
  :type 'string)