Variable: ielm-dynamic-multiline-inputs
ielm-dynamic-multiline-inputs is a customizable variable defined in
ielm.el.gz.
Value
t
Documentation
Force multiline inputs to start from column zero?
If non-nil, after entering the first line of an incomplete sexp, a newline
will be inserted after the prompt, moving the input to the next line.
This gives more frame width for large indented sexps, and allows functions
such as edebug-defun to work with such inputs.
Source Code
;; Defined in /usr/src/emacs/lisp/ielm.el.gz
(defcustom ielm-dynamic-multiline-inputs t
"Force multiline inputs to start from column zero?
If non-nil, after entering the first line of an incomplete sexp, a newline
will be inserted after the prompt, moving the input to the next line.
This gives more frame width for large indented sexps, and allows functions
such as `edebug-defun' to work with such inputs."
:type 'boolean)