diff options
| author | Eli Zaretskii | 2002-03-03 17:41:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-03 17:41:19 +0000 |
| commit | 63a7fdcf324566d9d11d62be3568106c390ec22e (patch) | |
| tree | 9ff6ddc3959bc12c0647428678136dfc0e8a13d4 | |
| parent | 0594fc7f6acfe8702e70b49976ab2b419878bac2 (diff) | |
| download | emacs-63a7fdcf324566d9d11d62be3568106c390ec22e.tar.gz emacs-63a7fdcf324566d9d11d62be3568106c390ec22e.zip | |
Rename the variables related to automatic horizontal scrolling.
| -rw-r--r-- | etc/NEWS | 24 |
1 files changed, 14 insertions, 10 deletions
| @@ -49,16 +49,20 @@ 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 |