Variable: vcursor-interpret-input
vcursor-interpret-input is a customizable variable defined in
vcursor.el.gz.
Value
nil
Documentation
If non-nil, input from the vcursor is treated as interactive input.
This will cause text insertion to be much slower. Note that no special interpretation of strings is done: "\\C-x" is a string of four characters. The default is simply to copy strings.
This variable was added, or its default value changed, in Emacs 20.3.
Probably introduced at or before Emacs version 20.3.
Source Code
;; Defined in /usr/src/emacs/lisp/vcursor.el.gz
(defcustom vcursor-interpret-input nil
"If non-nil, input from the vcursor is treated as interactive input.
This will cause text insertion to be much slower. Note that no special
interpretation of strings is done: \"\\C-x\" is a string of four
characters. The default is simply to copy strings."
:type 'boolean
:version "20.3")