Mercurial > emacs
comparison etc/NEWS @ 107524:ec5432ca82a4
Document multi-isearch-buffers and tab-always-indent.
* search.texi (Other Repeating Search): Document multi-isearch-buffers
and multi-isearch-buffers-regexp.
* indent.texi (Indentation): Clarify description of
indent-for-tab-command. Document tab-always-indent.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 21 Mar 2010 14:32:19 -0400 |
parents | dda920d04029 |
children | cd363410df90 |
comparison
equal
deleted
inserted
replaced
107523:dda920d04029 | 107524:ec5432ca82a4 |
---|---|
141 subsequent kills are not duplicated in the `kill-ring'. | 141 subsequent kills are not duplicated in the `kill-ring'. |
142 | 142 |
143 ** Completion changes | 143 ** Completion changes |
144 | 144 |
145 *** The new command `completion-at-point' provides mode-sensitive completion. | 145 *** The new command `completion-at-point' provides mode-sensitive completion. |
146 | 146 +++ |
147 *** tab-always-indent set to `complete' lets TAB do completion as well. | 147 *** tab-always-indent set to `complete' lets TAB do completion as well. |
148 +++ | 148 +++ |
149 *** The new completion-style `initials' is available. | 149 *** The new completion-style `initials' is available. |
150 For instance, this can complete M-x lch to list-command-history. | 150 For instance, this can complete M-x lch to list-command-history. |
151 | 151 |
358 | 358 |
359 *** Isearch searches in the comint/shell input history when the new variable | 359 *** Isearch searches in the comint/shell input history when the new variable |
360 `comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' | 360 `comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' |
361 and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch | 361 and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch |
362 in the input history regardless of the value of `comint-history-isearch'. | 362 in the input history regardless of the value of `comint-history-isearch'. |
363 | 363 +++ |
364 *** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp' | 364 *** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp' |
365 read buffer names to search, one by one, ended with RET. With a prefix | 365 read buffer names to search, one by one, ended with RET. With a prefix |
366 argument, they ask for a regexp, and search in buffers whose names match | 366 argument, they ask for a regexp, and search in buffers whose names match |
367 the specified regexp. Interactively `multi-isearch-files' and | 367 the specified regexp. Interactively `multi-isearch-files' and |
368 `multi-isearch-files-regexp' read file names to search, one by one, | 368 `multi-isearch-files-regexp' read file names to search, one by one, |