Variable: table-abort-recognition-when-input-pending
table-abort-recognition-when-input-pending is a customizable variable
defined in table.el.gz.
Value
t
Documentation
Abort current recognition process when input pending.
Abort current recognition process when we are not sure that no input is available. When non-nil lengthy recognition process is aborted simply by any key input.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-abort-recognition-when-input-pending t
"Abort current recognition process when input pending.
Abort current recognition process when we are not sure that no input
is available. When non-nil lengthy recognition process is aborted
simply by any key input."
:tag "Abort Recognition When Input Pending"
:type 'boolean
:group 'table)