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

Lines Matching +defs:inhibit +defs:quit

1722 	;; Such a quit quits out of GC, but something else will call GC
2632 ;; Inhibit quitting so we can make a quit here
2634 (inhibit-quit t))
2645 ;; If user quit, deactivate the mark
2647 (and quit-flag mark-active
2712 (let ((inhibit-read-only t)
3357 You can also deactivate the mark by typing \\[keyboard-quit] or
3358 \\[keyboard-escape-quit].
3585 (let ((inhibit-point-motion-hooks t)
3630 (let ((inhibit-field-text-motion t))
3633 'inhibit-line-move-field-capture))
3736 ;; With inhibit-point-motion-hooks bound to nil, a call to
3739 ;; However, inhibit-point-motion-hooks controls both the
3745 (let ((inhibit-point-motion-hooks nil))
3770 (let ((inhibit-point-motion-hooks nil))
3780 'inhibit-line-move-field-capture))))
3827 To ignore intangibility, bind `inhibit-point-motion-hooks' to t."
3861 To ignore intangibility, bind `inhibit-point-motion-hooks' to t."
4184 (defcustom auto-fill-inhibit-regexp nil
4209 (and auto-fill-inhibit-regexp
4211 (looking-at auto-fill-inhibit-regexp))))
4590 (defun keyboard-quit ()
4591 "Signal a `quit' condition.
4592 During execution of Lisp code, this character causes a quit directly.
4596 (if (fboundp 'kmacro-keyboard-quit)
4597 (kmacro-keyboard-quit))
4599 (signal 'quit nil))
4601 (defvar buffer-quit-function nil
4602 "Function to call to \"quit\" the current buffer, or nil if none.
4603 \\[keyboard-escape-quit] calls this function when its more local actions
4606 (defun keyboard-escape-quit ()
4623 (buffer-quit-function
4624 (funcall buffer-quit-function))
5625 ; (let ((inhibit-modification-hooks t))