Searched +refs:dired +refs:query (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
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}
362 \key{query replace regular expression}{Q}
389 \metax{dired file(s) whose name matches a pattern}{M-x find-name-dired}
390 \metax{dired fil
[all...]
H A Dpl-refcard.tex513 %\metax{using regular expressions}{M-x query-replace-regexp}
517 %Valid responses in query-replace mode are
525 %\key{{\bf exit} query-replace}{RET}
706 %\metax{run query-replace on all the files}{M-x tags-query-replace}
707 %\key{continue last tags search or query-replace}{M-,}
711 plikach wymienionych w~TAGS}{M-x tags-query-replace}
926 {M-x find-grep-dired}
957 (global-set-key "\\M-\#" 'query-replace-regexp)
960 (global-set-key [?\\M-\#] 'query
[all...]
/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.
61 :group 'dired)
63 (defvar dired-subdir-switches nil
65 If nil, `dired
592 (defun dired (dirname &optional switches) function
[all...]
H A Dido.el411 (defcustom ido-show-dot-for-dired nil
413 This allows the current directory to be opened immediately with `dired'."
1159 (defun ido-unc-hosts (&optional query)
1167 ((and query (fboundp ido-unc-hosts))
1172 (query
1175 (when query
1494 (define-key map [remap dired] 'ido-dired)
1571 (define-key map "\C-x\C-d" 'ido-enter-dired)
2029 ((memq ido-exit '(dired fallbac
[all...]
H A Dldefs-boot.el1154 Major mode for viewing an archive file in a dired-like way.
2227 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2278 (autoload (quote browse-url-of-dired-file) "browse-url" "\
6945 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6946 ;;;;;; dired dired-copy-preserve-time dired
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmessage.el296 (defcustom message-subject-trailing-was-query 'ask
298 If nil, leave the subject unchanged. If it is the symbol `ask', query
301 `message-subject-trailing-was-query' is t, always strip the trailing
316 `message-subject-trailing-was-query' is set to the symbol `ask'. If
330 If `message-subject-trailing-was-query' is set to t, the subject is
666 query before using the \"poster\" value. If it is the symbol `ask',
667 always query the user whether to use the value. If it is the symbol
672 (const :tag "use & query" t)
679 query the user whether to use the value. If it is the symbol `use',
1907 (let* ((query messag
[all...]

Completed in 320 milliseconds