Searched +refs:dired +refs:marked (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/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
273 % Most commands operate either on all marked files or on the current file if
274 % no files are marked. Use a numeric prefix argument to operate on the next
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}{q}
296 \key{move to next marked fil
[all...]
H A Dsk-dired-ref.tex251 % I cannot figure out how to make all dired-x
264 \centerline{Pr�kazy ozna�en� \dx{} vy�aduj� dired-x}
268 % In dired, you can edit a list of the files in a directory (and optionally
282 % Most commands operate either on all marked files or on the current file if
283 % no files are marked. Use a numeric prefix argument to operate on the next
295 \key{spustenie dired}{C-x d}
296 \key{spustenie dired v adres�ri s aktu�lnym s�borom}{C-x C-j \dx}
297 \key{ukon�enie dired}{q}
399 \metax{otvor v dired s�bory vyhovuj�ce vzorke}{M-x find-name-dired}
[all...]
H A Dcs-dired-ref.tex250 % I cannot figure out how to make all dired-x
261 \centerline{P��kazy ozna�en� \dx{} vy�aduj� dired-x}
265 % In dired, you can edit a list of the files in a directory (and optionally
279 % Most commands operate either on all marked files or on the current file if
280 % no files are marked. Use a numeric prefix argument to operate on the next
292 \key{spu�t�n� dired}{C-x d}
293 \key{spu�t�n� dired v adres��i s aktu�ln�m souborem}{C-x C-j \dx}
294 \key{ukon�en� dired}{q}
395 \metax{otev�i v dired soubory vyhovuj�c� vzorku}{M-x find-name-dired}
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dthumbs.el32 ;; your images, use image-dired.el
51 ;; from dired, C-t m enter in thumbs-mode with all marked files
61 (require 'dired)
175 (defvar thumbs-marked-list nil
176 "List of marked files.")
177 (make-variable-buffer-local 'thumbs-marked-list)
178 (put 'thumbs-marked-list 'permanent-local t)
350 (defun thumbs-insert-image (img type relief &optional marked)
354 If MARKED is non-nil, the image is marked
[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
68 ;; - query the user for cvs-get-marked (for some cmds or if nothing's selected)
228 (let ((marked (cvs-get-marked)))
230 (when marked
238 (cvs-fileinfo->full-name (car marked)))
1223 marked instead. A directory can never be marked
[all...]

Completed in 261 milliseconds