Options that control the REDUCE mode user interface.
reduce-completion-alist ¶Association list of REDUCE-mode completions searched by
reduce-complete-symbol. Each key word or phrase to be simply
completed should be a list containing a single string. If a perfectly
matched string (only) is a non-trivial pair then the match is deleted
and the cdr inserted if it is a string or called if it is a
(nullary) function, passing on any prefix argument (in raw form).
reduce-etags-directory ¶Directory containing the etags program, or nil if it is
in path. If non-nil the string must end with /.
reduce-etags-regexps ¶List of etags regular expressions to find definitions of “names”.
By default, these are currently all procedure names, identifiers with
the property psopfn or simpfn, and up to the first five
identifiers listed in the same operator declaration.
reduce-imenu ¶Obsolete; renamed to reduce-imenu-add.
reduce-imenu-add ¶Default value t. If non-nil REDUCE mode automatically calls
imenu-add-menubar-index, which adds an “Index” menu to the
menubar.
reduce-imenu-generic-expression ¶Obsolete.
reduce-imenu-title ¶Obsolete.
reduce-max-escape-tries ¶Default value 2. Number of repeats of reduce-forward-statement
or reduce-backward-statement required to escape out of a block
or group. (This option was previously called
reduce-max-up-tries.)