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

Lines Matching +defs:accept +defs:set

444 Normally, as an exception, digits and minus-sign are set to make prefix args,
537 (defun global-set-key (key command)
553 (defun local-set-key (key command)
575 (global-set-key key nil))
582 (local-set-key key nil))
663 ;;; global-map, esc-map, and ctl-x-map have their values set up in
831 (defun posn-set-point (position)
928 (define-obsolete-function-alias 'set-window-dot 'set-window-point "22.1")
930 (define-obsolete-function-alias 'show-buffer 'set-window-buffer "22.1")
994 (defalias 'move-marker 'set-marker)
1003 (defalias 'store-match-data 'set-match-data)
1040 (or (boundp hook) (set hook nil))
1042 (set hook (list t)))
1060 HOOK is void, it is first set to nil. If HOOK's value is a single
1062 (or (boundp hook) (set hook nil))
1063 (or (default-boundp hook) (set-default hook nil))
1064 (if local (unless (local-variable-if-set-p hook)
1065 (set (make-local-variable hook) (list t)))
1081 (if local (set hook hook-value) (set-default hook hook-value))))
1091 (or (boundp hook) (set hook nil))
1092 (or (default-boundp hook) (set-default hook nil))
1112 (set-default hook hook-value)
1115 (set hook hook-value))))))
1146 (set list-var
1161 float), set the element's list order to the given value. If
1177 (set list-var (cons element (symbol-value list-var))))
1178 (set list-var (sort (symbol-value list-var)
1191 property on symbol HISTORY-VAR, if set, or the value of the `history-length'
1216 (set history-var history)))
1403 ;; We accept all types, so look for variable def
1583 "use `process-query-on-exit-flag' or `set-process-query-on-exit-flag'."
1590 (set-process-query-on-exit-flag process nil)
1603 (set-process-plist process
1658 ;; Turn a meta-character into a character with the 0200 bit set.
1687 then it returns nil if the user types C-g, but quit-flag remains set.
1839 (accept-change-group ,handle)
1849 To finish the change group, call either `accept-change-group' or
1851 `accept-change-group' to accept the changes in the group as final;
1868 to `accept-change-group' or `cancel-change-group'."
1881 (defun accept-change-group (handle)
1926 (if all (save-excursion (set-buffer (other-buffer))))
1927 (set-buffer-modified-p (buffer-modified-p)))
1989 (set-buffer-modified-p modified))))
2045 was displayed in is selected. This hook is normally set up with a
2052 This hook is normally set up with a function to put the buffer in Help
2107 :volume VOL - set volume to VOL. VOL must an integer in the
2187 (set-text-properties (point) run-end2 (symbol-plist cat))
2192 (set-text-properties start end nil)
2230 FUNCTION may set `yank-undo-function' to override the UNDO value."
2273 (if (eq yank-undo-function t) ;; not set by FUNCTION
2286 (set-text-properties opoint (point) nil))))
2371 (set-buffer ,buffer)
2405 (set-frame-selected-window (car elt) (cadr elt))))
2533 (progn (set-case-table ,table)
2536 (set-case-table ,old-case-table))))))
2636 '(set-match-data save-match-data-internal 'evaporate))))
2888 "Evaluate BODY with syntax table of current buffer set to TABLE.
2899 (set-syntax-table ,table)
2902 (set-buffer ,old-buffer)
2903 (set-syntax-table ,old-table))))))
2910 (set-char-table-parent table (or oldtable (standard-syntax-table)))
3038 mail message buffer. This function should set up the basics of the
3043 COMPOSEFUNC should accept several optional arguments--the same
3115 call this function. You should omit it or set it to nil in most