diff options
| author | Juri Linkov | 2008-04-22 19:55:21 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-04-22 19:55:21 +0000 |
| commit | a300181f28e20018ea42f6c21fb2e1fefa713116 (patch) | |
| tree | fceb6b7f3c101288e498c3501a87b1ee9b6824bc | |
| parent | d3a89b9eabd70a259fd670bd76fb350e61ace603 (diff) | |
| download | emacs-a300181f28e20018ea42f6c21fb2e1fefa713116.tar.gz emacs-a300181f28e20018ea42f6c21fb2e1fefa713116.zip | |
Mailcap commands for the default list.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -309,8 +309,12 @@ searching minibuffer completion items. | |||
| 309 | *** In C-x d, if you type M-n you get the visited file name of the | 309 | *** In C-x d, if you type M-n you get the visited file name of the |
| 310 | current buffer. | 310 | current buffer. |
| 311 | 311 | ||
| 312 | *** In Dired, a list of commands for ! extracted from mailcap according to | 312 | *** A list of default commands extracted from mailcap according to |
| 313 | file extensions are added to the default list accessible by M-n. | 313 | file extensions are available in the list of default values |
| 314 | accessible by M-n in the minibuffer that reads a shell command | ||
| 315 | for M-! (shell-command) and fills a list of commands for the current | ||
| 316 | file, and in Dired for ! (dired-do-shell-command) that fills a list of | ||
| 317 | commands for the intersection of file types of marked Dired files. | ||
| 314 | 318 | ||
| 315 | *** A list of regexp default values is available via M-n for `occur', | 319 | *** A list of regexp default values is available via M-n for `occur', |
| 316 | `keep-lines', `flush-lines' and `how-many'. This list includes the active | 320 | `keep-lines', `flush-lines' and `how-many'. This list includes the active |