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

Lines Matching defs:only

81 ;; However, if I type 4, I only have one match left:
84 ;; Since there is only one matching buffer left, it is given in [] and
85 ;; it is shown in the `ido-only-match' face (ForestGreen). I can now
97 ;; can specify the buffer using only a few keystrokes. In the above
170 ;; prefix-matching-method. The kind of matching is the only difference to
195 ;; "beta" and "delta". If prefix matching is also active, "aa" only
262 ;; The faces used are ido-first-match, ido-only-match and
350 - `buffer': Turn only on ido buffer behavior \(switching, killing,
352 - `file': Turn only on ido file behavior \(finding, writing, inserting...)
367 :type '(choice (const :tag "Turn on only buffer" buffer)
368 (const :tag "Turn on only file" file)
504 "*Non-nil means only match if the entered text is a prefix of file name.
513 I.e. hidden files and buffers will match only if you type a dot
521 even when there is only one unique completion."
683 (defcustom ido-work-directory-match-only t
740 (defcustom ido-enter-matching-directory 'only
741 "*Additional methods to enter sub-directory of first/only matching item.
743 If value is 'only, typing a slash only enters the sub-directory if it is
744 the only matching item.
745 If value is t, automatically enter a sub-directory when it is the only
749 (const :tag "Slash enters first and only directory" only)
792 "*Non-nil means use ido faces to highlighting first match, only match and
801 (defface ido-only-match '((((class color))
804 "*Face used by ido for highlighting only match."
877 with the current directory name as its only argument and using the
890 Otherwise, only the current list of matches is shown."
1461 However, if ARG arg equals 'files, remap only commands for files, or
1462 if it equals 'buffers, remap only commands for buffer switching.
1489 (define-key map [remap find-file-read-only] 'ido-find-file-read-only)
1496 (define-key map [remap find-file-read-only-other-window] 'ido-find-file-read-only-other-window)
1498 (define-key map [remap find-file-read-only-other-frame] 'ido-find-file-read-only-other-frame))
1597 ;; File only map
2381 ((eq method 'read-only)
2467 ;; only one choice, so select it.
2790 (let ((dir (ido-get-work-directory 1 ido-work-directory-match-only)))
2801 (let ((dir (ido-get-work-directory -1 ido-work-directory-match-only)))
3936 matches all buffers. If there is only one match, select that buffer.
4024 matches all files. If there is only one match, select that file.
4063 (defun ido-find-file-read-only ()
4064 "Edit file read-only with name obtained via minibuffer.
4068 (ido-file-internal 'read-only 'find-file-read-only nil "Find file read-only: "))
4071 (defun ido-find-file-read-only-other-window ()
4072 "Edit file read-only in other window with name obtained via minibuffer.
4076 (ido-file-internal 'read-only 'find-file-read-only-other-window nil "Find file read-only other window: "))
4079 (defun ido-find-file-read-only-other-frame ()
4080 "Edit file read-only in other frame with name obtained via minibuffer.
4084 (ido-file-internal 'read-only 'find-file-read-only-other-frame nil "Find file read-only other frame: "))
4109 (ido-work-directory-match-only nil)
4412 'ido-only-match)