home *** CD-ROM | disk | FTP | other *** search
-
- (provide (quote calc))
-
- (defun calc-record-compilation-date nil (byte-code "Á" [calc-installed-date "Thu Oct 10 19:05:03 1996 by GNU Emacs Lover"] 2))
-
- (calc-record-compilation-date)
-
- (defvar calc-info-filename "calc.info" "\
- *File name in which to look for the Calculator's Info documentation.")
-
- (defvar calc-settings-file "~/.emacs" "\
- *File in which to record permanent settings; default is \"~/.emacs\".")
-
- (defvar calc-autoload-directory nil "\
- Name of directory from which additional \".elc\" files for Calc should be
- loaded. Should include a trailing \"/\".
- If nil, use original installation directory.
- This can safely be nil as long as the Calc files are on the load-path.")
-
- (defvar calc-gnuplot-name "gnuplot" "\
- *Name of GNUPLOT program, for calc-graph features.")
-
- (defvar calc-gnuplot-plot-command nil "\
- *Name of command for displaying GNUPLOT output; %s = file name to print.")
-
- (defvar calc-gnuplot-print-command "lp %s" "\
- *Name of command for printing GNUPLOT output; %s = file name to print.")
-
- (defvar calc-bug-address "daveg@synaptics.com")
-
- (defvar calc-scan-for-dels t)
-
- (defvar calc-extensions-loaded nil)
-
- (defvar calc-stack (quote ((top-of-stack 1 nil))))
-
- (defvar calc-display-sci-high 0)
-
- (defvar calc-display-sci-low -3)
-
- (defvar calc-other-modes nil)
-
- (defvar calc-Y-help-msgs nil)
-
- (defvar calc-loaded-settings-file nil)
-
- (defconst calc-mode-var-list (quote ((calc-always-load-extensions nil) (calc-mode-save-mode local) (calc-line-numbering t) (calc-line-breaking t) (calc-display-just nil) (calc-display-origin nil) (calc-left-label "") (calc-right-label "") (calc-number-radix 10) (calc-leading-zeros nil) (calc-group-digits nil) (calc-group-char ",") (calc-point-char ".") (calc-frac-format (":" nil)) (calc-prefer-frac nil) (calc-hms-format "%s@ %s' %s\"") (calc-date-format ((H ":" mm C SS pp " ") Www " " Mmm " " D ", " YYYY)) (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>")) (calc-float-format (float 0)) (calc-full-float-format (float 0)) (calc-complex-format nil) (calc-matrix-just center) (calc-full-vectors t) (calc-full-trail-vectors t) (calc-break-vectors nil) (calc-vector-commas ",") (calc-vector-brackets "[]") (calc-matrix-brackets (R O)) (calc-complex-mode cplx) (calc-infinite-mode nil) (calc-display-strings nil) (calc-simplify-mode nil) (calc-auto-recompute t) (calc-word-size 32) (calc-previous-modulo nil) (calc-display-raw nil) (calc-internal-prec 12) (calc-angle-mode deg) (calc-algebraic-mode nil) (calc-incomplete-algebraic-mode nil) (calc-symbolic-mode nil) (calc-matrix-mode nil) (calc-autorange-units nil) (calc-shift-prefix nil) (calc-window-height 7) (calc-was-keypad-mode nil) (calc-full-mode nil) (calc-language nil) (calc-language-option nil) (calc-user-parse-tables nil) (calc-show-selections t) (calc-use-selections t) (calc-assoc-selections t) (calc-display-trail t) (calc-display-working-message lots) (calc-auto-why (quote maybe)) (calc-timing nil) (calc-gnuplot-default-device "default") (calc-gnuplot-default-output "STDOUT") (calc-gnuplot-print-device "postscript") (calc-gnuplot-print-output "auto") (calc-gnuplot-geometry nil) (calc-graph-default-resolution 15) (calc-graph-default-resolution-3d 5) (calc-invocation-macro nil))))
-
- (defconst calc-local-var-list (quote (calc-stack calc-stack-top calc-undo-list calc-redo-list calc-always-load-extensions calc-mode-save-mode calc-display-raw calc-line-numbering calc-line-breaking calc-display-just calc-display-origin calc-left-label calc-right-label calc-auto-why calc-algebraic-mode calc-incomplete-algebraic-mode calc-symbolic-mode calc-matrix-mode calc-inverse-flag calc-hyperbolic-flag calc-keep-args-flag calc-angle-mode calc-number-radix calc-leading-zeros calc-group-digits calc-group-char calc-point-char calc-frac-format calc-prefer-frac calc-hms-format calc-date-format calc-standard-date-formats calc-float-format calc-full-float-format calc-complex-format calc-matrix-just calc-full-vectors calc-full-trail-vectors calc-break-vectors calc-vector-commas calc-vector-brackets calc-matrix-brackets calc-complex-mode calc-infinite-mode calc-display-strings calc-simplify-mode calc-auto-recompute calc-autorange-units calc-show-plain calc-show-selections calc-use-selections calc-assoc-selections calc-word-size calc-internal-prec)))
-
- (defun calc-init-base nil (byte-code "K Á!