Searched +refs:dired +refs:upcase (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddired.el0 ;;; dired.el --- directory-browsing commands
40 (defgroup dired nil function
45 (defgroup dired-mark nil
47 :prefix "dired-"
48 :group 'dired)
52 (defcustom dired-listing-switches "-al"
56 `dired-ls-F-marks-symlinks' concerning the `F' switch.
61 :group 'dired)
63 (defvar dired-subdir-switches nil
65 If nil, `dired
592 (defun dired (dirname &optional switches) function
[all...]
H A Dfilesets.el463 (defcustom filesets-browse-dir-function 'dired
471 (const :tag "dired"
472 :value dired)
1114 (string< (upcase (funcall fni a))
1115 (upcase (funcall fni b)))))))
H A Dvc.el164 ;; - dired-state-info (file)
167 ;; used in a vc-dired buffer. The default implementation deals well
457 (require 'dired) ; for dired-map-over-marks macro
458 (require 'dired-aux)) ; for dired-kill-{line,tree}
532 (defcustom vc-dired-listing-switches "-al"
533 "Switches passed to `ls' for vc-dired. MUST contain the `l' option."
538 (defcustom vc-dired-recurse t
544 (defcustom vc-dired
[all...]
H A Ddired-aux.el0 ;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*-
29 ;; The parts of dired mode not normally used. This is a space-saving hack
39 ;; We need macros in dired.el to compile properly.
40 (eval-when-compile (require 'dired))
42 (defvar dired-create-files-failures nil
43 "Variable where `dired-create-files' records failing file names.
45 into this list; they also should call `dired-log' to log the errors.")
48 ;;;###begin dired-cmd.el
51 (defconst dired
[all...]
H A Dpcvs.el38 ;; familiar with VC, it is somewhat like VC-dired: it presents the status of
40 ;; of them at a time. Compared to VC-dired, it is considerably better and
48 ;; for VC-dired. As such, I've tried to make PCL-CVS and VC interoperate
1276 (upcase
2034 (other (dired-other-window default-directory))
2035 (t (dired default-directory)))
2317 (defcustom cvs-dired-action 'cvs-quickdir
2324 (defcustom cvs-dired-use-hook '(4)
2336 (progn (defun cvs-dired-noselect (dir)
2338 The exact behavior is determined also by `cvs-dired
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dange-ftp.el233 ;; 1. For dired to work on a host which marks symlinks with a trailing @ in
234 ;; an ls -alF listing, you need to (setq dired-ls-F-marks-symlinks t).
238 ;; the side effect that dired will have problems with symlinks whose names
240 ;; dired's ls-switches to remove "F", will temporarily fix things.
263 ;; 5. Beware that dired over ftp will use your setting of dired-no-confirm
264 ;; (list of dired commands for which confirmation is not asked). You
269 ;; might be a good idea to have an alist ange-ftp-dired-no-confirm of
272 ;; remote dired listings would take their (buffer-local) value of
273 ;; dired
[all...]
H A Dtramp.el1977 (dired-compress-file . tramp-handle-dired-compress-file)
1978 (dired-call-process . tramp-handle-dired-call-process)
1979 (dired-recursive-delete-directory
1980 . tramp-handle-dired-recursive-delete-directory)
3310 (defun tramp-handle-dired-recursive-delete-directory (filename)
3312 This is like `dired-recursive-delete-directory' for tramp files."
3315 ;; Code shamelessly stolen for the dired implementation and, um, hacked :)
3330 (defun tramp-handle-dired
[all...]

Completed in 132 milliseconds