Mercurial > emacs
comparison etc/NEWS @ 102951:74dd306c2cd8
Document new variables wrap-prefix and line-prefix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 13 Apr 2009 16:20:56 +0000 |
parents | 41e596f3a3f8 |
children | c558100dce3a |
comparison
equal
deleted
inserted
replaced
102950:6a1a6758ec3e | 102951:74dd306c2cd8 |
---|---|
1840 | 1840 |
1841 ** Redisplay changes | 1841 ** Redisplay changes |
1842 | 1842 |
1843 *** For underlined characters, the distance between the underline and | 1843 *** For underlined characters, the distance between the underline and |
1844 the baseline is controlled by a new variable, `underline-minimum-offset'. | 1844 the baseline is controlled by a new variable, `underline-minimum-offset'. |
1845 | 1845 +++ |
1846 *** You can now pass the value of the `invisible' property to | 1846 *** You can now pass the value of the `invisible' property to |
1847 invisible-p to check whether it would cause the text to be invisible. | 1847 invisible-p to check whether it would cause the text to be invisible. |
1848 This is convenient when checking invisibility of text with no buffer | 1848 This is convenient when checking invisibility of text with no buffer |
1849 position (e.g. in before/after-strings). | 1849 position (e.g. in before/after-strings). |
1850 | |
1851 +++ | 1850 +++ |
1852 *** `clear-image-cache' can be told to flush only images of a specific file. | 1851 *** `clear-image-cache' can be told to flush only images of a specific file. |
1853 | 1852 +++ |
1854 *** `vertical-motion' can now be given a goal column. | 1853 *** `vertical-motion' can now be given a goal column. |
1855 It now accepts a cons cell (COLS . LINES) in its first argument, which | 1854 It now accepts a cons cell (COLS . LINES) in its first argument, which |
1856 says to stop, where possible, at a pixel x-position equal to COLS | 1855 says to stop, where possible, at a pixel x-position equal to COLS |
1857 times the default column width. | 1856 times the default column width. |
1858 +++ | 1857 +++ |
1859 *** redisplay-end-trigger-functions, set-window-redisplay-end-trigger, | 1858 *** redisplay-end-trigger-functions, set-window-redisplay-end-trigger, |
1860 and window-redisplay-end-trigger are obsolete. Use `jit-lock-register' | 1859 and window-redisplay-end-trigger are obsolete. Use `jit-lock-register' |
1861 instead. | 1860 instead. |
1861 +++ | |
1862 *** The new variables `wrap-prefix' and `line-prefix' specify display | |
1863 specs which are appended at display-time to every continuation line | |
1864 and non-continuation line, respectively. In addition, Emacs | |
1865 recognizes the `wrap-prefix' and `line-prefix' text or overlay | |
1866 properties; these have the same effects as the variables of the same | |
1867 name, but take precedence. | |
1862 | 1868 |
1863 ** The Lisp interpreter now treats non-breaking space as whitespace. | 1869 ** The Lisp interpreter now treats non-breaking space as whitespace. |
1864 | 1870 |
1865 ** Miscellaneous new functions | 1871 ** Miscellaneous new functions |
1866 | 1872 |