aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-04-22 19:55:21 +0000
committerJuri Linkov2008-04-22 19:55:21 +0000
commita300181f28e20018ea42f6c21fb2e1fefa713116 (patch)
treefceb6b7f3c101288e498c3501a87b1ee9b6824bc
parentd3a89b9eabd70a259fd670bd76fb350e61ace603 (diff)
downloademacs-a300181f28e20018ea42f6c21fb2e1fefa713116.tar.gz
emacs-a300181f28e20018ea42f6c21fb2e1fefa713116.zip
Mailcap commands for the default list.
-rw-r--r--etc/NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 760c9c5af53..11c4f7cb7a8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
310current buffer. 310current 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
313file extensions are added to the default list accessible by M-n. 313file extensions are available in the list of default values
314accessible by M-n in the minibuffer that reads a shell command
315for M-! (shell-command) and fills a list of commands for the current
316file, and in Dired for ! (dired-do-shell-command) that fills a list of
317commands 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