diff options
| author | Chong Yidong | 2008-07-17 23:41:29 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-17 23:41:29 +0000 |
| commit | 12f165e92bb57ede754328d3c930946455e6d12b (patch) | |
| tree | 08ebe31f8784d5b5e9918ef086121526a00305a0 /etc | |
| parent | a2cf21a2c4be6e2cc843e41a0f80dc1a63e46c96 (diff) | |
| download | emacs-12f165e92bb57ede754328d3c930946455e6d12b.tar.gz emacs-12f165e92bb57ede754328d3c930946455e6d12b.zip | |
Add Visual Line mode.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -470,6 +470,11 @@ Manual. | |||
| 470 | 470 | ||
| 471 | ** RST mode is a major mode for editing ReSTructured-Text files. | 471 | ** RST mode is a major mode for editing ReSTructured-Text files. |
| 472 | 472 | ||
| 473 | ** Visual Line mode provides support for editing by visual lines. | ||
| 474 | It turns on word-wrapping in the current buffer, and rebinds C-a, C-e, | ||
| 475 | and C-k to commands that operate by visual lines instead of logical | ||
| 476 | lines. This is a more reliable replacement for longlines-mode. | ||
| 477 | |||
| 473 | ** A new `whitespace' package has been installed, and the pre-existing one | 478 | ** A new `whitespace' package has been installed, and the pre-existing one |
| 474 | renamed to `old-whitespace'. | 479 | renamed to `old-whitespace'. |
| 475 | [FIXME someone explain why this is good, if it is...] | 480 | [FIXME someone explain why this is good, if it is...] |