diff options
| author | Paul Eggert | 2016-02-09 14:23:53 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-09 14:23:53 -0800 |
| commit | 05595c2e59983db469e620c4f34b2eef5123391b (patch) | |
| tree | 9c72fdb703ebbacb66a9ca08c7a3d4c5bef01049 /etc | |
| parent | 8fa67e959bcc835c359981aae01f0dad3213451a (diff) | |
| parent | 821213572075b3f5a97676f48aeb6733bf437277 (diff) | |
| download | emacs-05595c2e59983db469e620c4f34b2eef5123391b.tar.gz emacs-05595c2e59983db469e620c4f34b2eef5123391b.zip | |
-
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 11 insertions, 6 deletions
| @@ -359,12 +359,17 @@ as you type. See also the new variable ‘text-quoting-style’. | |||
| 359 | ** New minor mode global-eldoc-mode is enabled by default. | 359 | ** New minor mode global-eldoc-mode is enabled by default. |
| 360 | 360 | ||
| 361 | --- | 361 | --- |
| 362 | ** Emacs now supports "bracketed paste mode" when running on a terminal | 362 | ** Emacs now uses "bracketed paste mode" on text terminals that support it. |
| 363 | that supports it. This facility allows Emacs to understand pasted | 363 | Bracketed paste mode causes text terminals to wrap pasted text in special |
| 364 | chunks of text as strings to be inserted, instead of interpreting each | 364 | escape sequences that allow Emacs to tell the difference between text |
| 365 | character in the pasted text as actual user input. This results in a | 365 | you type and text you paste from other applications. Emacs then |
| 366 | paste experience similar to that under a window system, and significant | 366 | avoids interpreting each character in the pasted text as it does with |
| 367 | performance improvements when pasting large amounts of text. | 367 | keyboard input, which results in a paste experience similar to that |
| 368 | under a window system, and significant performance improvements when | ||
| 369 | pasting large amounts of text. | ||
| 370 | |||
| 371 | Bracketed paste mode is disabled by default, so Emacs automatically | ||
| 372 | enables it at startup if the terminal supports it. | ||
| 368 | 373 | ||
| 369 | +++ | 374 | +++ |
| 370 | ** Emacs now supports the latest version of the UBA. | 375 | ** Emacs now supports the latest version of the UBA. |