Variable: calc-highlight-selections-with-faces
calc-highlight-selections-with-faces is a customizable variable
defined in calc.el.gz.
Value
nil
Documentation
If non-nil, use a separate face to indicate selected sub-formulas.
If option calc-show-selections(var)/calc-show-selections(fun) is non-nil, then selected sub-formulas are
shown by displaying the rest of the formula in calc-nonselected-face.
If option calc-show-selections(var)/calc-show-selections(fun) is nil, then selected sub-formulas are shown
by displaying the sub-formula in calc-selected-face.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcustom calc-highlight-selections-with-faces nil
"If non-nil, use a separate face to indicate selected sub-formulas.
If option `calc-show-selections' is non-nil, then selected sub-formulas are
shown by displaying the rest of the formula in `calc-nonselected-face'.
If option `calc-show-selections' is nil, then selected sub-formulas are shown
by displaying the sub-formula in `calc-selected-face'."
:version "24.1"
:type 'boolean)