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

Lines Matching +defs:ignore +defs:command

318 ;; gnu.emacs.sources adapted for emacs 22.1 to use command remapping
384 "*Non-nil if searching of buffer and file names should ignore case."
388 (defcustom ido-ignore-buffers
390 "*List of regexps or functions matching buffer names to ignore.
397 (defcustom ido-ignore-files
399 "*List of regexps or functions matching file names to ignore.
406 (defcustom ido-ignore-extensions t
407 "*Non-nil means ignore files in `completion-ignored-extensions' list."
426 (defcustom ido-ignore-directories
428 "*List of regexps or functions matching sub-directory names to ignore."
432 (defcustom ido-ignore-directories-merge nil
433 "*List of regexps or functions matching directory names to ignore during merge.
439 ;;; Examples for setting the value of ido-ignore-buffers
440 ;(defun ido-ignore-c-mode (name)
446 ;(setq ido-ignore-buffers '("^ " ido-ignore-c-mode))
448 ;;; Examples for setting the value of ido-ignore-files
449 ;(setq ido-ignore-files '("^ " "\\.c$" "\\.h$"))
525 (defcustom ido-cannot-complete-command 'ido-completion-help
535 "*Non-nil means that `ido' will record commands in command history.
536 Note that the non-ido equivalent command is recorded."
581 (defcustom ido-work-directory-list-ignore-regexps nil
663 (defcustom ido-ignore-unc-host-regexps nil
664 "*List of regexps matching UNC hosts to ignore.
721 systems, or explicitly refresh the cache contents using the command
722 `ido-reread-directory' command (C-l) in the minibuffer.
939 "List of functions to call before calling a fallback command.
940 The fallback command is passed as an argument to the functions."
988 (defvar ido-ignore-item-temp-list nil
989 "List of items to ignore in current ido invocation.
1078 ;; Process ido-ignore-* lists.
1079 (defvar ido-process-ignore-lists)
1081 ;; Don't process ido-ignore- lists once.
1082 (defvar ido-process-ignore-lists-inhibit)
1118 ;; Set to 'ignore to inhibit switching between find-file/switch-buffer.
1119 (defvar ido-context-switch-command)
1181 re-list (and ido-process-ignore-lists
1182 ido-ignore-unc-host-regexps))
1200 (shell-command "net view" t)
1417 ;; according to ido-work-directory-list-ignore-regexps
1542 (define-key map "\C-a" 'ido-toggle-ignore)
1570 (define-key map "\C-x\C-f" 'ido-fallback-command)
1610 (define-key map "\C-x\C-b" 'ido-fallback-command)
1624 (define-key map [remap viper-intercept-ESC-key] 'ignore))
1628 (when ido-context-switch-command
1629 (define-key map "\C-x\C-b" ido-context-switch-command)
1630 (define-key map "\C-x\C-d" 'ignore))
1641 (when ido-context-switch-command
1642 (define-key map "\C-x\C-f" ido-context-switch-command))
1726 (defun ido-record-command (command arg)
1727 ;; Add (command arg) to command-history if ido-record-commands is t
1729 (let ((cmd (list command arg)))
1730 (if (or (not command-history)
1731 (not (equal cmd (car command-history))))
1732 (setq command-history (cons cmd command-history))))))
1757 ; (if ido-process-ignore-lists "" "&")
1781 ;; a command may set ido-exit and call (exit-minibuffer)
1785 ;; which are run before and after each user command.
1811 (ido-process-ignore-lists t)
1812 (ido-process-ignore-lists-inhibit nil)
1857 (if (member ido-default-item ido-ignore-item-temp-list)
1864 (if ido-process-ignore-lists-inhibit
1865 (setq ido-process-ignore-lists nil))
1935 (if ido-process-ignore-lists-inhibit
1936 (setq ido-process-ignore-lists t
1937 ido-process-ignore-lists-inhibit nil))
2155 (let* ((ido-context-switch-command switch-cmd)
2173 (setq this-command (or fallback 'switch-to-buffer))
2174 (run-hook-with-args 'ido-before-fallback-functions this-command)
2175 (call-interactively this-command)))
2186 (ido-record-command 'insert-buffer buf)
2212 (let ((items ido-work-directory-list-ignore-regexps)
2255 (ido-context-switch-command switch-cmd)
2316 (setq this-command (or fallback 'find-file))
2317 (run-hook-with-args 'ido-before-fallback-functions this-command)
2318 (call-interactively this-command)))
2345 (ido-record-command method dirname)
2351 (ido-record-command method ido-current-directory)
2359 (ido-record-command method dirname)
2363 (ido-record-command method dirname)
2368 ;; put make-directory command on history
2369 (ido-record-command 'make-directory dirname))))
2376 (ido-record-command 'write-file filename)
2384 (ido-record-command fallback filename)
2392 (ido-record-command
2405 (ido-record-command 'find-file filename)
2460 (call-interactively (setq this-command ido-cannot-complete-command))))
2485 (call-interactively (setq this-command ido-cannot-complete-command))
2550 (ido-fallback-command))
2551 (ido-context-switch-command
2552 (call-interactively ido-context-switch-command))
2569 ((eq last-command this-command)
2574 (ido-fallback-command))
2575 (ido-context-switch-command
2576 (call-interactively ido-context-switch-command))
2590 (ido-context-switch-command
2619 (defun ido-toggle-ignore ()
2620 "Toggle ignoring files specified with `ido-ignore-files'."
2628 (setq ido-process-ignore-lists (not ido-process-ignore-lists)))
2684 (defun ido-fallback-command ()
2685 "Fallback to non-ido version of current command."
2689 (push (aref ido-text (setq i (1- i))) unread-command-events)))
2741 ((eq this-original-command 'viper-backward-char)
2742 (funcall this-original-command (prefix-numeric-value count)))
2743 ((eq this-original-command 'viper-del-backward-char-in-insert)
2744 (funcall this-original-command))
2754 (if (eq this-original-command 'viper-delete-backward-word)
2755 (funcall this-original-command (prefix-numeric-value count))
2950 (eq last-command this-command)
3087 (let ((ido-process-ignore-lists nil)
3185 ;; As ido-run-find-command, but returns a list of cons pairs ("file" . "dir")
3188 (shell-command-to-string
3236 (not (ido-ignore-item-p dir ido-ignore-directories-merge))
3246 (when (not (ido-ignore-item-p d ido-ignore-directories-merge))
3252 (not (ido-ignore-item-p f ido-ignore-directories)))
3316 (if (not (or (ido-ignore-item-p name ido-ignore-buffers) (member name visible)))
3465 (if (not (ido-ignore-item-p name ido-ignore-files t))
3521 (and (ido-final-slash name) (not (ido-ignore-item-p name ido-ignore-directories))
3575 (member buf ido-ignore-item-temp-list))
3600 (not ido-process-ignore-lists)
3666 (defun ido-ignore-item-p (name re-list &optional ignore-ext)
3668 (or (member name ido-ignore-item-temp-list)
3670 ido-process-ignore-lists re-list
3672 (let ((ext-list (and ignore-ext ido-ignore-extensions
3720 (let* ((completion-ignore-case ido-case-fold)
3765 (if (and (eq last-command this-command) temp-buf)
3860 Record command in `command-history' if optional RECORD is non-nil."
3867 (ido-record-command 'kill-buffer buffer))
3872 (ido-record-command 'switch-to-buffer buffer))
3895 (ido-record-command 'switch-to-buffer buffer))
3940 \\[ido-fallback-command] Fallback to non-ido version of current command.
3947 \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'."
3965 (ido-buffer-internal 'display 'display-buffer nil nil nil 'ignore))
3973 (ido-buffer-internal 'kill 'kill-buffer "Kill buffer: " (buffer-name (current-buffer)) nil 'ignore))
3999 (ido-file-internal ido-default-file-method nil dir nil nil nil 'ignore))
4034 \\[ido-fallback-command] Fallback to non-ido version of current command.
4041 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'."
4092 (ido-file-internal 'display nil nil nil nil nil 'ignore))
4108 (let ((ido-process-ignore-lists t)
4110 (ido-ignore-files (cons "[^/]\\'" ido-ignore-files))
4114 (ido-file-internal 'write 'write-file nil "Write file: " nil nil 'ignore)))
4147 ;; subtle difference in the two versions of post-command-hook. The
4174 "Post command hook for `ido'."
4187 (ido-trace "\nexhibit" this-command)
4332 ido-process-ignore-lists
4334 (let ((ido-process-ignore-lists nil)
4342 (setq ido-process-ignore-lists-inhibit t)
4484 (add-hook 'pre-command-hook 'ido-tidy nil t)
4485 (add-hook 'post-command-hook 'ido-exhibit nil t)
4496 "Pre command hook for `ido'."
4501 (ido-trace "\n*cancel timer*" this-command)
4535 (put 'dired-do-rename 'ido 'ignore)
4549 (ido-context-switch-command 'ignore)
4565 (eq (get this-command 'ido) 'dir)
4566 (memq this-command ido-read-file-name-as-directory-commands))
4571 ((and (not (eq (get this-command 'ido) 'ignore))
4572 (not (memq this-command ido-read-file-name-non-ido))
4575 (ido-context-switch-command
4576 (if (eq (get this-command 'ido) 'find-file) nil 'ignore))
4614 (ido-context-switch-command 'ignore)
4648 (ido-context-switch-command 'ignore)