14.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 automatically. REDUCE Font Lock mode automatically selects the font in which text is displayed (“fontifies” it) so as to indicate its logical status.

Once REDUCE Font Lock mode has been turned on, it can be controlled by the standard Emacs Font Lock facilities.

reduce-show-delim-mode-on

Default value the value of show-paren-mode. If non-nil then turn on REDUCE Show Delim mode automatically. REDUCE Show Delim mode displays highlighting on whatever group or block delimiter matches the one before or after point.

This is a buffer-local minor mode so it can also be turned on and off in each buffer independently using the command reduce-show-delim-mode.

reduce-show-proc-delay

Obsolete; replaced by idle-update-delay.

reduce-show-proc-mode

Obsolete; effectively replaced by reduce-show-proc-mode-on.

reduce-show-proc-mode-on

Default value t. If non-nil then turn on REDUCE Show Proc mode automatically. REDUCE Show Proc mode displays the current procedure name in the mode line and updates it after idle-update-delay seconds of Emacs idle time.

This is a buffer-local minor mode so it can also be turned on and off in each buffer independently using the command reduce-show-proc-mode.

14.2.1 Subgroup: Reduce Delim Showing

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