Options that control the automatic formatting of REDUCE source code by REDUCE mode editing commands.
reduce-auto-indent-delay
¶Default value 0.125. Time in seconds to delay before maybe re-indenting current line.
reduce-auto-indent-mode-on
¶Default value t
. If non-nil then turn on REDUCE Auto Indent
mode automatically. REDUCE Auto Indent mode re-indents the current
line after reduce-auto-indent-delay
seconds of Emacs idle time
if the text just typed matches reduce-auto-indent-regexp
.
reduce-auto-indent-regexp
¶Default value \_<\(?:else\|end\|>>\)\_>.*\=
. Auto
indent the current line if the text just typed matches this regexp.
It should end with \=
.
reduce-comment-region-string
¶Default value ‘%% ’. String inserted by
reduce-comment-region
or reduce-comment-procedure
at the
start of each line.
reduce-indentation
¶Default value 3. Depth of successive indentation in REDUCE code.