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

Lines Matching +defs:mode +defs:function

66 ;; An alist of X options and the function which handles them.  See
86 (defvar mac-font-panel-mode)
201 This function returns ARGS minus the arguments that have been processed."
1051 "Internal function called by `defined-colors', which see."
1071 (define-key function-key-map [backspace] [?\d])
1072 (define-key function-key-map [delete] [?\d])
1073 (define-key function-key-map [tab] [?\t])
1074 (define-key function-key-map [linefeed] [?\n])
1075 (define-key function-key-map [clear] [?\C-l])
1076 (define-key function-key-map [return] [?\C-m])
1077 (define-key function-key-map [escape] [?\e])
1078 (define-key function-key-map [M-backspace] [?\M-\d])
1079 (define-key function-key-map [M-delete] [?\M-\d])
1080 (define-key function-key-map [M-tab] [?\M-\t])
1081 (define-key function-key-map [M-linefeed] [?\M-\n])
1082 (define-key function-key-map [M-clear] [?\M-\C-l])
1083 (define-key function-key-map [M-return] [?\M-\C-m])
1084 (define-key function-key-map [M-escape] [?\M-\e])
1428 ;;; If this function is called twice and finds the same text,
1710 (function . 17))) ; kEventKeyModifierFnBit
1793 (defun mac-handle-toolbar-switch-mode (event)
1801 ;; Globally toggle tool-bar-mode if some modifier key is pressed.
1802 (tool-bar-mode)
1809 (define-key mac-apple-event-map [window toolbar-switch-mode]
1810 'mac-handle-toolbar-switch-mode)
1815 (define-minor-mode mac-font-panel-mode
1821 (mac-set-font-panel-visible-p mac-font-panel-mode))
1826 ;; Synchronize with the minor mode variable.
1827 (mac-font-panel-mode 0))
1848 'mac-font-panel-mode)
1850 (define-key-after menu-bar-showhide-menu [mac-font-panel-mode]
1851 (menu-bar-make-mm-toggle mac-font-panel-mode
2054 (or isearch-mode
2222 "Which function to call to handle a drop of that type.
2223 The function takes three arguments, WINDOW, ACTION and DATA.
2226 return value of the function is not significant.
2321 (setq frame-creation-function 'x-create-frame-with-faces)
2611 (setq interprogram-cut-function 'x-select-text)
2612 (setq interprogram-paste-function 'x-get-selection-value)
2621 (setq-default mode-line-frame-identification " ")
2624 (mouse-wheel-mode 1)