• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/

Lines Matching +defs:dired +defs:ignored

256 (defcustom dired-kept-versions 2
260 :group 'dired)
360 ignored."
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))
485 variables list in the file will be ignored.
662 (interactive (list (let ((completion-ignored-extensions
663 (remove ".elc" completion-ignored-extensions)))
678 in which case file-name handlers are ignored. This usage is deprecated.
793 ;; case differences being ignored by the OS, and short "8.3 DOS"
1237 (odir dired-directory)
1251 ;; Likewise for dired buffers.
1252 (setq dired-directory nil)
1262 (setq dired-directory odir)
1358 and others are ignored.
1434 (or (and find-file-run-dired
1736 and local variable specifications in the file are ignored.
1858 `enable-local-variables' is ignored if you run `normal-mode' interactively,
1885 On systems with case-insensitive file names, this variable is ignored,
2373 (defvar ignored-local-variables
2374 '(ignored-local-variables safe-local-variable-values)
2375 "Variables to be ignored in a file's local variable spec.")
2423 ignored-local-variables
2722 (dolist (ignored ignored-local-variables)
2723 (setq result (assq-delete-all ignored result)))
2775 (defun risky-local-variable-p (sym &optional ignored)
3250 ignored."
3548 `dired-kept-versions' controls dired's clean-directory (.) command.
4272 (let ((switches dired-listing-switches))
4316 (dired (concat auto-save-list-file-prefix "*")
4317 (concat dired-listing-switches "t")))
4337 (let ((file (dired-get-filename))
4340 (dired-unmark 1)
4341 (dired-do-flagged-delete t)
4650 :group 'dired)
4658 :group 'dired)
4797 :group 'dired)
4803 :group 'dired)
4841 ;; The following expression replaces `dired-move-to-filename-regexp'.
4881 ;; vc dired listings provide the state or blanks between file
4907 ;; - functions dired-move-to-filename, (these two define what a file line is)
4908 ;; dired-move-to-end-of-filename,
4909 ;; dired-between-files, (shortcut for (not (dired-move-to-filename)))
4910 ;; dired-insert-headerline
4911 ;; dired-after-subdir-garbage (defines what a "total" line is)
4912 ;; - variable dired-subdir-regexp
4913 ;; - may be passed "--dired" as the first argument in SWITCHES.
4929 When SWITCHES contains the long `--dired' option, this function
4930 treats it specially, for the sake of dired. However, the
4946 ;; putting text property `dired-filename, decode one
5008 (string-match "--dired\\>" switches)
5009 (member "--dired" switches))
5074 (string-match "--dired\\>" switches)
5075 (member "--dired" switches))
5077 ;; directory listed with "--dired", but without "-a"
5110 (put-text-property start end 'dired-filename t)
5113 (put-text-property beg (point) 'dired-filename nil)
5147 val (get-text-property (point) 'dired-filename))
5149 (point) 'dired-filename nil (point-max)))
5156 'dired-filename t)))))))
5172 "Convert `ls --dired' file name position value POS to a buffer position.
5173 File name position values returned in ls --dired output