Mercurial > emacs
comparison etc/NEWS @ 43666:a84483ed5134
Rename the variables related to automatic horizontal scrolling.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 03 Mar 2002 17:41:19 +0000 |
parents | de43922d0921 |
children | 16affaf7292b |
comparison
equal
deleted
inserted
replaced
43665:717f4f88556c | 43666:a84483ed5134 |
---|---|
47 used by default for encoding and decoding X selections. If you don't | 47 used by default for encoding and decoding X selections. If you don't |
48 want this support, set `selection-coding-system' to `compound-text'. | 48 want this support, set `selection-coding-system' to `compound-text'. |
49 | 49 |
50 +++ | 50 +++ |
51 ** The parameters of automatic hscrolling can now be customized. | 51 ** The parameters of automatic hscrolling can now be customized. |
52 The variable `automatic-hscroll-margin' determines how many columns | 52 The variable `hscroll-margin' determines how many columns away from |
53 away from the window edge point is allowed to get before automatic | 53 the window edge point is allowed to get before automatic hscrolling |
54 hscrolling will horizontally scroll the window. The default value is 5. | 54 will horizontally scroll the window. The default value is 5. |
55 | 55 |
56 The variable `automatic-hscroll-step' determines how many columns | 56 The variable `hscroll-step' determines how many columns automatic |
57 automatic hscrolling will scroll the window when point gets too close | 57 hscrolling will scroll the window when point gets too close to the |
58 to the window edge. If its value is zero, the default, Emacs scrolls | 58 window edge. If its value is zero, the default, Emacs scrolls the |
59 the window so as to center point. If its value is an integer, it says | 59 window so as to center point. If its value is an integer, it says how |
60 how many columns to scroll. If the value is a floating-point number, | 60 many columns to scroll. If the value is a floating-point number, it |
61 it gives the fraction of the window's width to scroll the window. | 61 gives the fraction of the window's width to scroll the window. |
62 | |
63 +++ | |
64 ** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'. | |
65 The old name is still available as an alias. | |
62 | 66 |
63 ** New display feature: focus follows mouse. If you set the variable | 67 ** New display feature: focus follows mouse. If you set the variable |
64 x-autoselect-window to non-nil value, moving the mouse to a different | 68 x-autoselect-window to non-nil value, moving the mouse to a different |
65 Emacs window will select that window. The default is nil, so that | 69 Emacs window will select that window. The default is nil, so that |
66 this feature is not enabled. | 70 this feature is not enabled. |