Searched +refs:calc +refs:concat (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc.el0 ;;; calc.el --- the GNU Emacs calculator
32 ;; facilities. The more advanced features are based in calc-ext, which
45 ;; report-calc-bug to send them).
48 ;; of the prefixes "math", "Math", or "calc", with the exceptions of
49 ;; "full-calc", "full-calc-keypad", "another-calc", "quick-calc",
50 ;; "report-calc-bug", and "defmath". User-accessible variables begin
61 ;; Consider reimplementing calc
209 (defgroup calc nil function
1282 (defun calc (&optional arg full-display interactive) function
[all...]
H A Dcalc-yank.el0 ;;; calc-yank.el --- kill-ring functionality for Calc
30 ;; This file is autoloaded from calc-ext.el.
32 (require 'calc-ext)
33 (require 'calc-macs)
37 (defun calc-kill (nn &optional no-delete)
39 (if (eq major-mode 'calc-mode)
40 (calc-wrapper
41 (calc-force-refresh)
42 (calc-set-command-flag 'no-align)
43 (let ((num (max (calc
[all...]
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)
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. Use the Calculator in the minibuffer.
43 K calc
[all...]
H A Dcalc-aent.el0 ;;; calc-aent.el --- algebraic entry functions for Calc
30 ;; This file is autoloaded from calc.el.
32 (require 'calc)
33 (require 'calc-macs)
35 (defvar calc-quick-calc-history nil
36 "The history list for quick-calc.")
38 (defun calc-do-quick-calc ()
39 (require '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...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvoscm.vim31 syn keyword voscmFunction contained abs access after ask before break byte calc ceil command_status concat
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmenu-bar.el152 (concat "\\`"
619 ,(concat "Toggle whether to " (downcase (substring help 0 1))
1130 (define-key menu-bar-tools-menu [calc]
1131 '(menu-item "Programmable Calculator" calc
1469 (concat
1476 (setq menu-string (concat menu-string " ")))
1562 (setq file (concat "..." (substring file -17))))
1603 (concat (substring name 0 12)
H A Dldefs-boot.el2844 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2845 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2846 ;;;;;; full-calc calc cal
[all...]

Completed in 221 milliseconds