emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 13 Dec 2004 00:33:47 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1082 emacs/etc/NEWS:1.1083
*** emacs/etc/NEWS:1.1082       Mon Dec 13 03:22:29 2004
--- emacs/etc/NEWS      Mon Dec 13 05:19:18 2004
***************
*** 596,601 ****
--- 596,622 ----
  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]