diff options
| author | Jimmy Aguilar Mena | 2019-10-09 16:44:21 +0200 |
|---|---|---|
| committer | Jimmy Aguilar Mena | 2019-10-14 14:18:42 +0200 |
| commit | cc47cd4202aa474cf83d6fc42d959460d3cf823f (patch) | |
| tree | a4d60c664baf1ef95ccebef750c1e9ad271b8d20 /etc | |
| parent | 0cf11eb2e80ec1e038654780c4833bea05ead05e (diff) | |
| download | emacs-cc47cd4202aa474cf83d6fc42d959460d3cf823f.tar.gz emacs-cc47cd4202aa474cf83d6fc42d959460d3cf823f.zip | |
; extend_face_id and fill_column_indicator corrections
*etc/NEWS: Correction for extend face and add some comments in the
code.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -385,10 +385,11 @@ simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex' | |||
| 385 | to 'completion-styles' or 'completion-category-overrides' to use it. | 385 | to 'completion-styles' or 'completion-category-overrides' to use it. |
| 386 | 386 | ||
| 387 | +++ | 387 | +++ |
| 388 | ** There is a new face attribute :extend to use the face attributes to | 388 | ** New face attribute ':extend' to control face extension at EOL. |
| 389 | There is a new face attribute :extend to use the face attributes to | ||
| 389 | extend after the end of the line until the end of the window. Such | 390 | extend after the end of the line until the end of the window. Such |
| 390 | :extend is set to nil by default in all faces except for `hl-line` and | 391 | :extend is set to nil by default in all faces except for 'hl-line' and |
| 391 | `region` because those extend until the end of the window by default. | 392 | 'region' because those extend until the end of the window by default. |
| 392 | 393 | ||
| 393 | ** Connection-local variables | 394 | ** Connection-local variables |
| 394 | 395 | ||