Searched +refs:calc +refs:prefix +refs:msgs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-misc.el0 ;;; calc-misc.el --- miscellaneous functions for Calc
30 ;; This file is autoloaded from calc.el.
32 (require 'calc)
33 (require 'calc-macs)
35 (defun calc-dispatch-help (arg)
36 "C-x* is a prefix key sequence; follow it with one of these letters:
39 C calc. Start the Calculator in a window at the bottom of the screen.
40 O calc-other-window. Start the Calculator but don't select its window.
41 B calc-big-or-small. Control whether to use the full Emacs screen for Calc.
42 Q quick-calc
[all...]
H A Dcalc-ext.el0 ;;; calc-ext.el --- various extension functions for Calc
30 (require 'calc)
31 (require 'calc-macs)
47 (defvar calc-alg-map)
48 (defvar calc-alg-esc-map)
51 (defun calc-init-extensions ()
53 (define-key calc-mode-map ":" 'calc-fdiv)
54 (define-key calc-mode-map "\\" 'calc
[all...]

Completed in 74 milliseconds