Searched +refs:dired +refs:mark +refs:read +refs:string (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/emacs-93/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.
58 some of the `ls' switches are not supported; see the doc string of
60 :type 'string
592 (defun dired (dirname &optional switches) function
[all...]
H A Dlocate.el28 ;; Search a database of files and use dired commands on the result.
43 ;; takes a string (the name to find) as input and returns a list.
65 ;; To use locate-mode, simply type M-x locate and then the string
66 ;; you wish to find. You can use almost all of the dired commands in
95 ;;;;;;;; ADVICE For dired-make-relative: ;;;;;;;;;
97 ;; For certain dired commands to work right, you should also include the
100 ;; (defadvice dired-make-relative (before set-no-error activate)
107 ;; Otherwise, `dired-make-relative' will give error messages like
115 (require 'dired))
140 The program may interpret SEARCH-STRING as a literal string,
[all...]
H A Ddired-x.el0 ;;; dired-x.el --- extra Dired functionality -*-byte-compile-dynamic: t;-*-
8 ;; Keywords: dired extensions files
32 ;; This is Sebastian Kremer's excellent dired-x.el (Dired Extra), version
34 ;; been removed or renamed in order to work properly with dired of GNU
41 ;; BUGS: Type M-x dired-x-submit-report and a report will be generated.
45 ;; (add-hook 'dired-load-hook
47 ;; (load "dired-x")
49 ;; ;; (setq dired-guess-shell-gnutar "gtar")
51 ;; (add-hook 'dired-mode-hook
54 ;; ;; (dired
[all...]
H A Dido.el131 ;; See the doc string of ido-switch-buffer and ido-find-file for full
267 ;; Replacement for read-buffer and read-file-name
270 ;; ido-read-buffer and ido-read-file-name have been written to be drop
272 ;; functions `read-buffer' and `read-file-name'.
281 ;; ido-read-buffer, ido-read-file-name, and ido-read
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dpl-refcard.tex218 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
324 %To read in a file to edit, see Files, below.
363 %\key{apropos: show commands matching a string}{C-h a}
402 %\key{select previous search string}{M-p}
403 %\key{select next later search string}{M-n}
491 %\key{set mark here}{C-@ {\rm or} C-SPC}
492 %\key{exchange point and mark}{C-x C-x}
496 %\key{set mark {\it arg\/} {\bf words} away}{M-@}
497 %\key{mark {\bf paragraph}}{M-h}
498 %\key{mark {\b
[all...]

Completed in 64 milliseconds