Function: calc-embedded-activate

calc-embedded-activate is an autoloaded, interactive and byte-compiled function defined in calc.el.gz.

Signature

(calc-embedded-activate &optional ARG CBUF)

Documentation

Scan the current editing buffer for all embedded := and => formulas.

Also looks for the equivalent TeX words, \gets and \evalto.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
;;;###autoload
(defun calc-embedded-activate (&optional arg cbuf)
  "Scan the current editing buffer for all embedded := and => formulas.
Also looks for the equivalent TeX words, \\gets and \\evalto."
  (interactive "P")
  (calc-do-embedded-activate arg cbuf))