Searched +refs:dired +refs:re +refs:dir (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dido.el411 (defcustom ido-show-dot-for-dired nil
413 This allows the current directory to be opened immediately with `dired'."
715 (defcustom ido-max-dir-file-cache 100
723 See also `ido-dir-file-cache' and `ido-save-directory-list-file'."
765 is read by ido, possible values are file, dir, buffer, and list.
840 (defcustom ido-make-dir-list-hook nil
868 item - equals `file' or `dir' depending on the current mode."
919 `ido-work-file-list', and `ido-dir-file-cache'.
957 (defvar ido-file-dir-completion-map nil
984 (defvar ido-dir
[all...]
H A Dfiles.el256 (defcustom dired-kept-versions 2
260 :group 'dired)
372 (defcustom find-file-run-dired t
378 (defcustom find-directory-functions '(cvs-dired-noselect dired-noselect)
382 :type '(hook :options (cvs-dired-noselect dired-noselect))
563 (defun read-directory-name (prompt &optional dir default-dirname mustmatch initial)
578 (unless dir
579 (setq dir defaul
[all...]

Completed in 87 milliseconds