aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-12-13 05:19:18 +0000
committerJuri Linkov2004-12-13 05:19:18 +0000
commit8ab314f9922eeac1fe15085cf5ed4db64a8341ce (patch)
tree82920aebed0c44d34a830e0db4ad24dcfbb4ba6e
parentc99310d54819188ad371d1901eba9acb9bc844e1 (diff)
downloademacs-8ab314f9922eeac1fe15085cf5ed4db64a8341ce.tar.gz
emacs-8ab314f9922eeac1fe15085cf5ed4db64a8341ce.zip
ffap and wildcards
-rw-r--r--etc/NEWS21
1 files changed, 21 insertions, 0 deletions
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,
596marks omitted files. The variable dired-omit-files-p is obsoleted, use the 596marks omitted files. The variable dired-omit-files-p is obsoleted, use the
597mode toggling function instead. 597mode toggling function instead.
598 598
599+++
600** find-file-read-only visits multiple files in read-only mode,
601when the file name contains wildcard characters.
602
603+++
604** find-alternate-file replaces the current file with multiple files,
605when the file name contains wildcard characters.
606
607** FFAP
608
609+++
610*** New ffap commands and keybindings: C-x C-r (`ffap-read-only'),
611C-x C-v (`ffap-alternate-file'), C-x C-d (`ffap-list-directory'),
612C-x 4 r (`ffap-read-only-other-window'), C-x 4 d (`ffap-dired-other-window'),
613C-x 5 r (`ffap-read-only-other-frame'), C-x 5 d (`ffap-dired-other-frame').
614
615---
616*** FFAP accepts wildcards in a file name by default. C-x C-f passes
617it to `find-file' with non-nil WILDCARDS argument, which visits
618multiple files, and C-x d passes it to `dired'.
619
599** Info mode: 620** Info mode:
600 621
601*** A numeric prefix argument of `info' selects an Info buffer 622*** A numeric prefix argument of `info' selects an Info buffer