Variable: idlwave-completion-restore-window-configuration
idlwave-completion-restore-window-configuration is a customizable
variable defined in idlwave.el.gz.
Value
t
Documentation
Non-nil means, try to restore the window configuration after completion.
When completion is not unique, Emacs displays a list of completions. This messes up your window configuration. With this variable set, IDLWAVE restores the old configuration after successful completion.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-completion-restore-window-configuration t
"Non-nil means, try to restore the window configuration after completion.
When completion is not unique, Emacs displays a list of completions.
This messes up your window configuration. With this variable set, IDLWAVE
restores the old configuration after successful completion."
:group 'idlwave-completion
:type 'boolean)