Searched +refs:dired +refs:up +refs:directory (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/emacs-93/emacs/etc/
H A Ddired-ref.tex242 % I cannot figure out how to make all dired-x
255 \centerline{Commands marked with \dx{} require dired-x}
259 % In dired, you can edit a list of the files in a directory (and optionally
262 % Editing a directory means that you can visit, rename, copy, compress,
281 % When editing several directories in one buffer, each directory acts as a
286 \key{run dired}{C-x d}
287 \key{dired the directory of the file you are editing}{C-x C-j \dx}
288 \key{quit dired}{
[all...]
H A Dpl-refcard.tex524 %\key{{\bf back up} to the previous match}{^}
638 %\key{complete up to one word}{SPC}
880 %\key{move {\bf up}}{u}
885 %\key{return to directory node}{d}
926 {M-x find-grep-dired}
935 %\metax{load from standard system directory}{M-x load-library}
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddired.el0 ;;; dired.el --- directory-browsing commands
29 ;; This is a major mode for directory browsing and editing. It is
34 ;; Finished up by rms in 1992.
40 (defgroup dired nil function
45 (defgroup dired-mark nil
47 :prefix "dired-"
48 :group 'dired)
52 (defcustom dired-listing-switches "-al"
56 `dired
592 (defun dired (dirname &optional switches) function
[all...]
H A Dcus-start.el85 :value (up . left)
86 (const :tag "Do not show" (up . nil))
87 (const :tag "On the left" (up . left))
88 (const :tag "On the right" (up . right)))
95 (scroll-up-aggressively windows
107 (repeat (choice (const :tag "default directory" nil)
108 (directory :format "%v"))))
129 ;; dired.c
130 (completion-ignored-extensions dired
162 (insert-default-directory minibuffe
[all...]
H A Dthumbs.el32 ;; your images, use image-dired.el
49 ;; Type M-x thumbs RET DIR RET to view the directory DIR in Thumbs mode.
50 ;; That should be a directory containing image files.
51 ;; from dired, C-t m enter in thumbs-mode with all marked files
52 ;; C-t a enter in thumbs-mode with all files in current-directory
61 (require 'dired)
72 :type 'directory
81 "Number of thumbnails per line to show in directory."
91 "Maximum size for thumbnails directory.
124 "If set, delete older file in the thumbnails directory
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dange-ftp.el45 ;; user 'ange', get the file '/tmp/notes' and pop up a buffer containing the
96 ;; When ange-ftp starts up an FTP process, it leaves it running for speed
157 ;; 3) Using NFS and symlinks, make sure that there is a shared directory with
159 ;; This directory is necessary for temporary files created by ange-ftp.
162 ;; this directory plus an identifying filename prefix. For example:
166 ;; where /nfs/hplose/ange is a directory that is shared between the
233 ;; 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'
[all...]

Completed in 97 milliseconds