Next: , Previous: , Up: Customization of REDUCE IDE   [Contents][Index]


13.3 REDUCE mode format customization

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

Default value t. If non-nil then conditionally re-indent the current line after reduce-auto-indent-delay seconds of Emacs idle time if the text just typed matches reduce-auto-indent-regex.

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.