comparison etc/NEWS @ 58924:56a0a4cbf781

ffap and wildcards
author Juri Linkov <juri@jurta.org>
date Mon, 13 Dec 2004 05:19:18 +0000
parents 50186ddf2fff
children 9b6234081dc1
comparison
equal deleted inserted replaced
58923:481f80f548e1 58924:56a0a4cbf781
593 593
594 *** Omitting files is now a minor mode, dired-omit-mode. The mode toggling 594 *** Omitting files is now a minor mode, dired-omit-mode. The mode toggling
595 command is bound to M-o. A new command dired-mark-omitted, bound to M-O, 595 command is bound to M-o. A new command dired-mark-omitted, bound to M-O,
596 marks omitted files. The variable dired-omit-files-p is obsoleted, use the 596 marks omitted files. The variable dired-omit-files-p is obsoleted, use the
597 mode toggling function instead. 597 mode toggling function instead.
598
599 +++
600 ** find-file-read-only visits multiple files in read-only mode,
601 when the file name contains wildcard characters.
602
603 +++
604 ** find-alternate-file replaces the current file with multiple files,
605 when the file name contains wildcard characters.
606
607 ** FFAP
608
609 +++
610 *** New ffap commands and keybindings: C-x C-r (`ffap-read-only'),
611 C-x C-v (`ffap-alternate-file'), C-x C-d (`ffap-list-directory'),
612 C-x 4 r (`ffap-read-only-other-window'), C-x 4 d (`ffap-dired-other-window'),
613 C-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
617 it to `find-file' with non-nil WILDCARDS argument, which visits
618 multiple files, and C-x d passes it to `dired'.
598 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
602 with the number appended to the *info* buffer name. 623 with the number appended to the *info* buffer name.