Mercurial > emacs
comparison etc/NEWS @ 97616:6e46e4dadd74
Update documentation status of minibuffer changes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 22 Aug 2008 19:27:01 +0000 |
parents | 4ccedc648995 |
children | 50e32f7ae447 |
comparison
equal
deleted
inserted
replaced
97615:fb914a982280 | 97616:6e46e4dadd74 |
---|---|
348 shift-translated, or after commands that would ordinarily deactivate | 348 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 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 |
356 completion items to the minibuffer. The same principle applies to | 356 completion items to the minibuffer. The same principle applies to |
357 incremental search commands as well: C-s or C-M-s starts searching | 357 incremental search commands as well: C-s or C-M-s starts searching |
358 the default values and after the end of defaults they continue | 358 the default values and after the end of defaults they continue |
412 | 412 |
413 *** You can disable kill ring commands from accessing the primary | 413 *** You can disable kill ring commands from accessing the primary |
414 selection by setting `x-select-enable-primary' to nil. | 414 selection by setting `x-select-enable-primary' to nil. |
415 | 415 |
416 ** Completion changes | 416 ** Completion changes |
417 | 417 --- |
418 *** `completion-styles' can be customized to choose your favorite | 418 *** `completion-styles' can be customized to choose your favorite |
419 completion style. | 419 completion style. |
420 | 420 --- |
421 *** The default completion styles include a form of partial-completion. | 421 *** The default completion styles include a form of partial-completion. |
422 | 422 --- |
423 *** The new command `minibuffer-force-complete' chooses one of the | 423 *** The new command `minibuffer-force-complete' chooses one of the |
424 possible completions, rather than stopping at the common prefix. | 424 possible completions, rather than stopping at the common prefix. |
425 | 425 +++ |
426 *** `completion-auto-help' can be set to `lazy' to list the | 426 *** If `completion-auto-help' is `lazy', Emacs shows the completions |
427 completions only if you repeat the completion. This was already | 427 buffer only on the second attempt to complete. This was already |
428 supported in `partial-completion-mode'. | 428 supported in `partial-completion-mode'. |
429 | 429 |
430 ** Continuation lines can now be wrapped at word boundaries | 430 ** Continuation lines can now be wrapped at word boundaries |
431 (word-wrapping). This is controlled by the new per-buffer variable | 431 (word-wrapping). This is controlled by the new per-buffer variable |
432 `word-wrap'. Word wrapping does not take place if continuation lines | 432 `word-wrap'. Word wrapping does not take place if continuation lines |