From 8ab314f9922eeac1fe15085cf5ed4db64a8341ce Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 13 Dec 2004 05:19:18 +0000 Subject: [PATCH] ffap and wildcards --- etc/NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 8849ec78cba..589ebc0ff2f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -596,6 +596,27 @@ command is bound to M-o. A new command dired-mark-omitted, bound to M-O, marks omitted files. The variable dired-omit-files-p is obsoleted, use the mode toggling function instead. ++++ +** find-file-read-only visits multiple files in read-only mode, +when the file name contains wildcard characters. + ++++ +** find-alternate-file replaces the current file with multiple files, +when the file name contains wildcard characters. + +** FFAP + ++++ +*** New ffap commands and keybindings: C-x C-r (`ffap-read-only'), +C-x C-v (`ffap-alternate-file'), C-x C-d (`ffap-list-directory'), +C-x 4 r (`ffap-read-only-other-window'), C-x 4 d (`ffap-dired-other-window'), +C-x 5 r (`ffap-read-only-other-frame'), C-x 5 d (`ffap-dired-other-frame'). + +--- +*** FFAP accepts wildcards in a file name by default. C-x C-f passes +it to `find-file' with non-nil WILDCARDS argument, which visits +multiple files, and C-x d passes it to `dired'. + ** Info mode: *** A numeric prefix argument of `info' selects an Info buffer -- 2.39.2