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


13.2 REDUCE mode display customization

Options that control how REDUCE source code is displayed in REDUCE mode but have no effect on the code itself.

reduce-font-lock-mode-on

Default value t. If non-nil then turn on reduce-font-lock-mode initially. More

reduce-show-delim-mode-on

Default value the value of show-paren-mode. If non-nil then turn on reduce-show-delim-mode initially in each REDUCE mode buffer.

reduce-show-proc-delay

Default value 0.125. Time in seconds to delay before showing the current procedure name.

reduce-show-proc-mode

Default value nil. If non-nil then display the current procedure name in the mode line after reduce-show-proc-delay seconds of Emacs idle time.

13.2.1 Subgroup: Reduce Delim Showing

Further details of showing (un)matching of group/block delimiters and enclosed expressions.