• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching +defs:calc +defs:get +defs:modes

271 (defvar add-log-lisp-like-modes (quote (emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode)) "\
274 (defvar add-log-c-like-modes (quote (c-mode c++-mode c++-c-mode objc-mode)) "\
277 (defvar add-log-tex-like-modes (quote (TeX-mode plain-TeX-mode LaTeX-mode plain-tex-mode latex-mode)) "\
286 Other modes are handled by a heuristic that looks in the 10K before
691 symmetric and key-pair modes, passphrase timeout, passphrase
722 single keystroke. Regular navigation keys (eg, \\[forward-char], \\[next-line]) don't get
723 this special translation, so you can use them to get out of the
727 replaced with one that makes it easy to get to the hot-spot. If you
1710 modes. Positive numbers and symbols other than the above are treated
1713 Effects of the different modes:
1836 Use commands such as \\[bibtex-Book] to get a template for a specific entry.
2013 ray never gets a chance to get into the box. Alternatively, the ray
2196 bookmarks already present in your Emacs, the new bookmarks will get
2611 Type \\[bs-help] after invocation to get help on commands available.
2844 ;;;### (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 calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2848 ;;; Generated autoloads from calc/calc.el
2850 (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
2853 (custom-autoload (quote calc-settings-file) "calc" t)
2854 (define-key ctl-x-map "*" 'calc-dispatch)
2856 (autoload (quote calc-dispatch) "calc" "\
2857 Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details.
2861 (autoload (quote calc) "calc" "\
2862 The Emacs Calculator. Full documentation is listed under \"calc-mode\".
2866 (autoload (quote full-calc) "calc" "\
2871 (autoload (quote quick-calc) "calc" "\
2876 (autoload (quote calc-eval) "calc" "\
2883 (autoload (quote calc-keypad) "calc" "\
2887 Or, position the cursor manually and do M-x calc-keypad-press.
2891 (autoload (quote full-calc-keypad) "calc" "\
2893 See calc-keypad for details.
2897 (autoload (quote calc-grab-region) "calc" "\
2902 (autoload (quote calc-grab-rectangle) "calc" "\
2907 (autoload (quote calc-embedded) "calc" "\
2912 (autoload (quote calc-embedded-activate) "calc" "\
2918 (autoload (quote defmath) "calc" "\
3737 The variable `c-indentation-style' will get set to STYLENAME.
3741 might get set too.
4539 These functions get one argument, a string containing the text as originally
4718 You might also use mode hooks to specify it in certain modes, like this:
5136 even clearly specified, please don't expect it to get every file
5428 help is available on \\[cperl-get-help], and one can run perldoc or
5985 (defconst custom-face-attributes (quote ((:family (string :tag "Font Family" :help-echo "Font family or fontset alias name.")) (:width (choice :tag "Width" :help-echo "Font width." :value normal (const :tag "compressed" condensed) (const :tag "condensed" condensed) (const :tag "demiexpanded" semi-expanded) (const :tag "expanded" expanded) (const :tag "extracondensed" extra-condensed) (const :tag "extraexpanded" extra-expanded) (const :tag "medium" normal) (const :tag "narrow" condensed) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semicondensed" semi-condensed) (const :tag "semiexpanded" semi-expanded) (const :tag "ultracondensed" ultra-condensed) (const :tag "ultraexpanded" ultra-expanded) (const :tag "wide" extra-expanded))) (:height (choice :tag "Height" :help-echo "Face's font height." :value 1.0 (integer :tag "Height in 1/10 pt") (number :tag "Scale" 1.0))) (:weight (choice :tag "Weight" :help-echo "Font weight." :value normal (const :tag "black" ultra-bold) (const :tag "bold" bold) (const :tag "book" semi-light) (const :tag "demibold" semi-bold) (const :tag "extralight" extra-light) (const :tag "extrabold" extra-bold) (const :tag "heavy" extra-bold) (const :tag "light" light) (const :tag "medium" normal) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semibold" semi-bold) (const :tag "semilight" semi-light) (const :tag "ultralight" ultra-light) (const :tag "ultrabold" ultra-bold))) (:slant (choice :tag "Slant" :help-echo "Font slant." :value normal (const :tag "italic" italic) (const :tag "oblique" oblique) (const :tag "normal" normal))) (:underline (choice :tag "Underline" :help-echo "Control text underlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:overline (choice :tag "Overline" :help-echo "Control text overlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:strike-through (choice :tag "Strike-through" :help-echo "Control text strike-through." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:box (choice :tag "Box around text" :help-echo "Control box around text." (const :tag "Off" nil) (list :tag "Box" :value (:line-width 2 :color "grey75" :style released-button) (const :format "" :value :line-width) (integer :tag "Width") (const :format "" :value :color) (choice :tag "Color" (const :tag "*" nil) color) (const :format "" :value :style) (choice :tag "Style" (const :tag "Raised" released-button) (const :tag "Sunken" pressed-button) (const :tag "None" nil)))) (lambda (real-value) (and real-value (let ((lwidth (or (and (consp real-value) (plist-get real-value :line-width)) (and (integerp real-value) real-value) 1)) (color (or (and (consp real-value) (plist-get real-value :color)) (and (stringp real-value) real-value) nil)) (style (and (consp real-value) (plist-get real-value :style)))) (list :line-width lwidth :color color :style style)))) (lambda (cus-value) (and cus-value (let ((lwidth (plist-get cus-value :line-width)) (color (plist-get cus-value :color)) (style (plist-get cus-value :style))) (cond ((and (null color) (null style)) lwidth) ((and (null lwidth) (null style)) color) (t (nconc (and lwidth (\` (:line-width (\, lwidth)))) (and color (\` (:color (\, color)))) (and style (\` (:style (\, style))))))))))) (:inverse-video (choice :tag "Inverse-video" :help-echo "Control whether text should be in inverse-video." (const :tag "Off" nil) (const :tag "On" t))) (:foreground (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec).")) (:stipple (choice :tag "Stipple" :help-echo "Background bit-mask" (const :tag "None" nil) (file :tag "File" :help-echo "Name of bitmap file." :must-match t))) (:inherit (repeat :tag "Inherit" :help-echo "List of faces to inherit attributes from." (face :Tag "Face" default)) (lambda (real-value) (cond ((or (null real-value) (eq real-value (quote unspecified))) nil) ((symbolp real-value) (list real-value)) (t real-value))) (lambda (cus-value) (if (and (consp cus-value) (null (cdr cus-value))) (car cus-value) cus-value))))) "\
6080 C++ modes are included.
6241 dcl-calc-command-indent-function
6244 dcl-calc-command-indent-multiple
6245 dcl-calc-command-indent-hang
6247 dcl-calc-cont-indent-function
6250 dcl-calc-cont-indent-relative (set by default)
6618 modes are restored automatically; they should not be listed here.")
6655 desktop-buffer-minor-modes
6677 Alist of functions to restore non-standard minor modes.
6678 Functions are called by `desktop-create-buffer' to restore minor modes.
6683 Minor modes not specified here, are restored by the standard minor mode
6696 desktop-buffer-minor-modes
7199 (not (string= (nth 8 fa1) (nth 8 fa2))) - mark files with different modes
7207 This calls chmod, thus symbolic modes like `g+w' are allowed.
7278 can be produced by `dired-get-marked-files', for example.
7947 prevent problems with derived modes, that is, major modes that
9101 This variable is expected to be made buffer-local by modes (other than
9435 ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9444 (autoload (quote erc-ezb-get-login) "erc-ezbounce" "\
10415 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
10426 (autoload (quote eudc-get-email) "eudc" "\
10432 (autoload (quote eudc-get-phone) "eudc" "\
10466 (cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset (quote eudc-tools-menu) (symbol-value (quote eudc-tools-menu))) (define-key eudc-tools-menu [phone] (quote ("Get Phone" . eudc-get-phone))) (define-key eudc-tools-menu [email] (quote ("Get Email" . eudc-get-email))) (define-key eudc-tools-menu [separator-eudc-email] (quote ("--"))) (define-key eudc-tools-menu [expand-inline] (quote ("Expand Inline Query" . eudc-expand-inline))) (define-key eudc-tools-menu [query] (quote ("Query with Form" . eudc-query-form))) (define-key eudc-tools-menu [separator-eudc-query] (quote ("--"))) (define-key eudc-tools-menu [new] (quote ("New Server" . eudc-set-server))) (define-key eudc-tools-menu [load] (quote ("Load Hotlist of Servers" . eudc-load-eudc)))) (t (let ((menu (quote ("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t])))) (if (not (featurep (quote eudc-autoloads))) (if eudc-xemacs-p (if (and (featurep (quote menubar)) (not (featurep (quote infodock)))) (add-submenu (quote ("Tools")) menu)) (require (quote easymenu)) (cond ((fboundp (quote easy-menu-add-item)) (easy-menu-add-item nil (quote ("tools")) (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp (quote easy-menu-create-keymaps)) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu)))))))))))
10605 file modes.
11160 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
11172 (autoload (quote ff-get-other-file) "find-file" "\
11470 you must type C-\\ to get the effect of a C-s, and type C-^
11471 to get the effect of a C-q.
11785 get less than this much indentation if necessary to avoid reaching
11982 Generic modes provide basic comment and font-lock functionality
11987 Some generic modes are defined in `generic-x.el'.
12119 ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
12176 (autoload (quote gnus-agent-get-undownloaded-list) "gnus-agent" "\
12475 nnmail-pre-get-new-mail-hook.
12839 and Emacs marks it with O. The winner is the first to get five contiguous
13426 `help-xref-symbol-regexp'. Faces only get cross-referenced if
13428 variable documentation do not get cross-referenced, unless
13633 is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'.
13773 (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\
13774 *Alist for initializing the hideshow variables for different modes.
13789 see the `hs-special-modes-alist' entry for `bibtex-mode'.
13791 For some major modes, `forward-sexp' does not work properly. In those
13954 \"Suitability\" is determined by variable `highlight-changes-global-modes'.
14003 Can contain both regexps matching buffer names (as strings) and major modes
14010 Can contain both regexps matching buffer names (as strings) and major modes
14349 Default sorting modes are:
14806 Like other Emacs programming modes, C-j inserts a newline and indents.
15634 Set Image major mode only when there are no other major modes
15640 information on these modes.
16110 `custom-load' autoloads for all symbols are loaded in order to get all the
16710 and `inhibit-first-line-modes-suffixes' that were added
19346 Major modes should set this variable.")
19388 Applicable at least in modes for languages like fixed-format Fortran where
19466 do not get comments. This can be changed with `comment-style'.
19501 This has no effect in modes that do not define a comment syntax.")
19917 The `org-mode' table editor as a minor mode for use in other modes.
19959 You can either immediately press RET to get the note appended to the
20100 function from a program - use `org-agenda-get-day-entries' instead.
22210 MAXIMUM-SHORTEST non-nil means break key sequence to get maximum
22694 When referencing, you get a menu with all labels of a given type and
22927 window. If it is partly offscreen, the window is scrolled to get the
22929 which is also partly offscreen, in which case the scrolling attempts to get
23161 (defvar rmail-get-new-mail-hook nil "\
23290 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
24333 instead use `sendmail-coding-system' to get a constant encoding
25013 Eating dots causes the snake to get longer.
25176 aim of the game is to get rid of all but one stone, leaving that last
25414 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25430 (autoload (quote speedbar-get-focus) "speedbar" "\
25524 Show short help for the SQL modes.
25908 can be stored in the list `sql-linter-options'. Run inl -h to get help on
27113 If the value is a form, it is evaluated to get the command to use.")
27879 interactively -- call the function `timeclock-get-project-function' to
27891 interactively -- call the function `timeclock-get-reason-function' to
28053 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28544 have the ARG same preceding characters at that column get split. The
28869 ;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28873 (autoload (quote url-get-authentication) "url-auth" "\
28899 should be the same thing you expect to get returned in an Authenticate
28901 FUNCTION is the function to call to get the authorization information. This
29283 ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date
29333 (autoload (quote url-get-normalized-date) "url-util" "\
29706 To get a prompt, use a prefix argument.
30415 To get back into vi from \"input\" mode, you must issue this command again.
30423 - Ex commands are not implemented; try ':' to get some hints.
30445 - Use \\[vi-switch-mode] to switch among different modes quickly.
30896 continuously displayed in the mode line, in certain major modes.
30950 1. the major mode is one of the whitespace-modes, or
31067 Recommended as a parent keymap for modes using widgets.")
31415 ;;;### (autoloads nil nil ("bindings.el" "buff-menu.el" "calc/calc-aent.el"
31416 ;;;;;; "calc/calc-alg.el" "calc/calc-arith.el" "calc/calc-bin.el"
31417 ;;;;;; "calc/calc-comb.el" "calc/calc-cplx.el" "calc/calc-embed.el"
31418 ;;;;;; "calc/calc-ext.el" "calc/calc-fin.el" "calc/calc-forms.el"
31419 ;;;;;; "calc/calc-frac.el" "calc/calc-funcs.el" "calc/calc-graph.el"
31420 ;;;;;; "calc/calc-help.el" "calc/calc-incom.el" "calc/calc-keypd.el"
31421 ;;;;;; "calc/calc-lang.el" "calc/calc-macs.el" "calc/calc-map.el"
31422 ;;;;;; "calc/calc-math.el" "calc/calc-misc.el" "calc/calc-mode.el"
31423 ;;;;;; "calc/calc-mtx.el" "calc/calc-poly.el" "calc/calc-prog.el"
31424 ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el"
31425 ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el"
31426 ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el"
31427 ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
31428 ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"