diff options
| author | Chong Yidong | 2008-08-22 19:28:36 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-22 19:28:36 +0000 |
| commit | 3307af6c8ee235e8a5c113aed8e5fce3d42fb27e (patch) | |
| tree | 0299f6d32ac6372693ac56b9852dbf251ca170fc | |
| parent | 0ca1ad6893a4b85bba92ae95f2711f2205641435 (diff) | |
| download | emacs-3307af6c8ee235e8a5c113aed8e5fce3d42fb27e.tar.gz emacs-3307af6c8ee235e8a5c113aed8e5fce3d42fb27e.zip | |
Consolidate minibuffer and completion changes.
| -rw-r--r-- | etc/NEWS | 29 |
1 files changed, 13 insertions, 16 deletions
| @@ -349,7 +349,7 @@ shift-translated, or after commands that would ordinarily deactivate | |||
| 349 | the mark in Transient Mark mode (e.g., any command that modifies the | 349 | the mark in Transient Mark mode (e.g., any command that modifies the |
| 350 | buffer). | 350 | buffer). |
| 351 | 351 | ||
| 352 | ** Minibuffer changes | 352 | ** Minibuffer and completion changes |
| 353 | +++ | 353 | +++ |
| 354 | *** When M-n in the minibuffer reaches the end of the list of defaults, | 354 | *** When M-n in the minibuffer reaches the end of the list of defaults, |
| 355 | it adds the completion list to the end, so next M-n continues putting | 355 | it adds the completion list to the end, so next M-n continues putting |
| @@ -373,7 +373,6 @@ similarly, using the file displayed on the current line. | |||
| 373 | `keep-lines', `flush-lines' and `how-many'. This list includes the active | 373 | `keep-lines', `flush-lines' and `how-many'. This list includes the active |
| 374 | region in transient-mark-mode, the word under the cursor, the last Isearch | 374 | region in transient-mark-mode, the word under the cursor, the last Isearch |
| 375 | regexp, the last Isearch string and the last replacement regexp. | 375 | regexp, the last Isearch string and the last replacement regexp. |
| 376 | |||
| 377 | --- | 376 | --- |
| 378 | *** When enable-recursive-minibuffers is non-nil, operations which use | 377 | *** When enable-recursive-minibuffers is non-nil, operations which use |
| 379 | switch-to-buffer (such as C-x b and C-x C-f) do not fail any more when | 378 | switch-to-buffer (such as C-x b and C-x C-f) do not fail any more when |
| @@ -394,6 +393,18 @@ completion-ignore-case for file name completion. | |||
| 394 | 393 | ||
| 395 | *** The variable read-buffer-completion-ignore-case overrides | 394 | *** The variable read-buffer-completion-ignore-case overrides |
| 396 | completion-ignore-case for buffer name completion. | 395 | completion-ignore-case for buffer name completion. |
| 396 | --- | ||
| 397 | *** `completion-styles' can be customized to choose your favorite | ||
| 398 | completion style. | ||
| 399 | --- | ||
| 400 | *** The default completion styles include a form of partial-completion. | ||
| 401 | --- | ||
| 402 | *** The new command `minibuffer-force-complete' chooses one of the | ||
| 403 | possible completions, rather than stopping at the common prefix. | ||
| 404 | +++ | ||
| 405 | *** If `completion-auto-help' is `lazy', Emacs shows the completions | ||
| 406 | buffer only on the second attempt to complete. This was already | ||
| 407 | supported in `partial-completion-mode'. | ||
| 397 | 408 | ||
| 398 | ** Face changes | 409 | ** Face changes |
| 399 | 410 | ||
| @@ -413,20 +424,6 @@ bind `mouse-yank-primary' to Mouse-2. | |||
| 413 | *** You can disable kill ring commands from accessing the primary | 424 | *** You can disable kill ring commands from accessing the primary |
| 414 | selection by setting `x-select-enable-primary' to nil. | 425 | selection by setting `x-select-enable-primary' to nil. |
| 415 | 426 | ||
| 416 | ** Completion changes | ||
| 417 | --- | ||
| 418 | *** `completion-styles' can be customized to choose your favorite | ||
| 419 | completion style. | ||
| 420 | --- | ||
| 421 | *** The default completion styles include a form of partial-completion. | ||
| 422 | --- | ||
| 423 | *** The new command `minibuffer-force-complete' chooses one of the | ||
| 424 | possible completions, rather than stopping at the common prefix. | ||
| 425 | +++ | ||
| 426 | *** If `completion-auto-help' is `lazy', Emacs shows the completions | ||
| 427 | buffer only on the second attempt to complete. This was already | ||
| 428 | supported in `partial-completion-mode'. | ||
| 429 | |||
| 430 | ** Continuation lines can now be wrapped at word boundaries | 427 | ** Continuation lines can now be wrapped at word boundaries |
| 431 | (word-wrapping). This is controlled by the new per-buffer variable | 428 | (word-wrapping). This is controlled by the new per-buffer variable |
| 432 | `word-wrap'. Word wrapping does not take place if continuation lines | 429 | `word-wrap'. Word wrapping does not take place if continuation lines |