diff options
| -rw-r--r-- | etc/NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
| @@ -596,6 +596,27 @@ 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 | 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'. | ||
| 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 |