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

Lines Matching defs:directories

31 ;; directories with a minimum of keystrokes.  It is a superset of
103 ;; directories in the current directory is provided in the same
104 ;; fashion as the buffers above. The files and directories are
107 ;; directories that you have visited recently.
139 ;; with a space) and hidden files and directories (whose name starts
374 "Use ido everywhere for reading file names and directories.
426 (defcustom ido-ignore-directories
432 (defcustom ido-ignore-directories-merge nil
575 "*Maximum number of working directories to record.
576 This is the list of directories where files have most recently been opened.
582 "*List of regexps matching directories which should not be recorded.
613 (defcustom ido-record-ftp-work-directories t
618 (defcustom ido-merge-ftp-work-directories nil
626 If zero, ftp directories are not cached."
684 "*Non-nil means to skip non-matching directories in the directory history.
686 \\[ido-prev-work-directory] or \\[ido-next-work-directory] will skip directories
691 (defcustom ido-auto-merge-work-directories-length 0
692 "*Automatically switch to merged work directories during file name input.
716 "*Maximum number of working directories to be cached.
728 "*Maximum size (in bytes) for directories to use ido completion.
841 "*List of functions to run when the list of matching directories is created.
843 `ido-temp-list' which contains the current list of matching directories."
1348 Removes badly formatted data and ignored directories."
1366 (or ido-record-ftp-work-directories
1416 ;; Remove ignored directories from work directory list
1593 (define-key map [(meta ?s)] 'ido-merge-work-directories)
1670 ;; Do not check for non-readable directories via tramp, as this causes a premature
1680 ;; Do not check for non-readable directories via tramp, as this causes a premature
2123 ; automatically pop stack elements which match existing files or directories
2534 (ido-merge-work-directories))))
2809 (defun ido-merge-work-directories ()
2810 "Search (and merge) work directories for files matching the current input string."
3016 If work directories have been merged, cycle through directories for
3035 If work directories have been merged, cycle through directories
3227 ;; Use list of cached directories
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)))
3270 (or ido-merge-ftp-work-directories
3521 (and (ido-final-slash name) (not (ido-ignore-item-p name ido-ignore-directories))
3526 ;; Return the current list of directories.
4029 \\[ido-merge-work-directories] search for file in the work directory history.
4032 \\[ido-wide-find-file-or-pop-dir] and \\[ido-wide-find-dir-or-delete-dir] prompts and uses find to locate files or directories.
4113 (ido-auto-merge-work-directories-length -1))
4131 (ido-auto-merge-work-directories-length -1))
4140 (ido-auto-merge-work-directories-length -1))
4292 (numberp ido-auto-merge-work-directories-length)
4293 (> ido-auto-merge-work-directories-length 0)
4294 (= (length contents) ido-auto-merge-work-directories-length)
4360 (numberp ido-auto-merge-work-directories-length)
4361 (= ido-auto-merge-work-directories-length 0)