Variable: calc-mode-var-list

calc-mode-var-list is a variable defined in calc.el.gz.

Value

Large value
((math-half-2-word-size 2147483648) (math-2-word-size 4294967296)
 (calc-show-banner t) (calc-invocation-macro nil)
 (calc-graph-default-resolution-3d 5)
 (calc-graph-default-resolution 15) (calc-gnuplot-geometry nil)
 (calc-gnuplot-print-output "auto")
 (calc-gnuplot-print-device "postscript")
 (calc-gnuplot-default-output "STDOUT")
 (calc-gnuplot-default-device "default") (calc-user-parse-tables nil)
 (calc-full-mode nil) (calc-was-keypad-mode nil)
 (calc-autorange-units nil)
 (calc-standard-date-formats
  ("N" "<H:mm:SSpp >Www Mmm D, YYYY" "D Mmm YYYY<, h:mm:SS>"
   "Www Mmm BD< hh:mm:ss> YYYY" "M/D/Y< H:mm:SSpp>" "D.M.Y< h:mm:SS>"
   "M-D-Y< H:mm:SSpp>" "D-M-Y< h:mm:SS>" "j<, h:mm:SS>"
   "YYddd< hh:mm:ss>" "ZYYY-MM-DD Www< hh:mm>" "IYYY-Iww-w<Thh:mm:ss>"))
 (calc-mode-save-mode local) (calc-timing nil) (calc-auto-why maybe)
 (calc-display-working-message lots) (calc-assoc-selections t)
 (calc-use-selections t) (calc-show-selections t)
 (calc-display-trail t) (calc-window-height 7) (calc-shift-prefix nil)
 (calc-twos-complement-mode nil) (calc-matrix-mode nil)
 (calc-symbolic-mode nil) (calc-incomplete-algebraic-mode nil)
 (calc-algebraic-mode nil) (calc-angle-mode deg)
 (calc-internal-prec 12) (calc-display-raw nil)
 (calc-auto-recompute t) (calc-simplify-mode alg)
 (calc-previous-modulo nil) (calc-word-size 32) (calc-right-label "")
 (calc-left-label "") (calc-language-option nil) (calc-language nil)
 (calc-matrix-brackets (R O)) (calc-vector-brackets "[]")
 (calc-vector-commas ",") (calc-full-trail-vectors t)
 (calc-full-vectors t) (calc-break-vectors nil)
 (calc-matrix-just center) (calc-display-strings nil)
 (calc-infinite-mode nil) (calc-complex-mode cplx)
 (calc-complex-format nil) (calc-full-float-format (float 0))
 (calc-float-format (float 0))
 (calc-date-format
  ((H ":" mm C SS pp " ") Www " " Mmm " " D ", " YYYY))
 (calc-hms-format "%s@ %s' %s\"") (calc-prefer-frac nil)
 (calc-frac-format (":" nil)) (calc-point-char ".")
 (calc-group-char ",") (calc-group-digits nil)
 (calc-leading-zeros nil) (calc-number-radix 10)
 (calc-display-origin nil) (calc-display-just nil)
 (calc-line-breaking t) (calc-line-numbering t)
 (calc-always-load-extensions nil))

Documentation

List of variables used in customizing GNU Calc.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defvar calc-mode-var-list '()
  "List of variables used in customizing GNU Calc.")