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


13.4 REDUCE mode interface customization

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-imenu

Default value nil. If non-nil then REDUCE mode automatically calls imenu-add-to-menubar to add a Contents menu to the menubar.

reduce-imenu-generic-expression

Imenu support for procedure definitions and operator declarations. An alist with elements of the form (MENU-TITLE REGEXP INDEX) – see the documentation for imenu-generic-expression.

reduce-imenu-title

Default value "Procs/Ops". The title to use if REDUCE mode adds a procedure/operator menu to the menubar.

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.)