Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
63a7fdcf
Commit
63a7fdcf
authored
Mar 03, 2002
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename the variables related to automatic horizontal scrolling.
parent
0594fc7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
etc/NEWS
etc/NEWS
+14
-10
No files found.
etc/NEWS
View file @
63a7fdcf
...
...
@@ -49,16 +49,20 @@ want this support, set `selection-coding-system' to `compound-text'.
+++
** The parameters of automatic hscrolling can now be customized.
The variable `automatic-hscroll-margin' determines how many columns
away from the window edge point is allowed to get before automatic
hscrolling will horizontally scroll the window. The default value is 5.
The variable `automatic-hscroll-step' determines how many columns
automatic hscrolling will scroll the window when point gets too close
to the window edge. If its value is zero, the default, Emacs scrolls
the window so as to center point. If its value is an integer, it says
how many columns to scroll. If the value is a floating-point number,
it gives the fraction of the window's width to scroll the window.
The variable `hscroll-margin' determines how many columns away from
the window edge point is allowed to get before automatic hscrolling
will horizontally scroll the window. The default value is 5.
The variable `hscroll-step' determines how many columns automatic
hscrolling will scroll the window when point gets too close to the
window edge. If its value is zero, the default, Emacs scrolls the
window so as to center point. If its value is an integer, it says how
many columns to scroll. If the value is a floating-point number, it
gives the fraction of the window's width to scroll the window.
+++
** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'.
The old name is still available as an alias.
** New display feature: focus follows mouse. If you set the variable
x-autoselect-window to non-nil value, moving the mouse to a different
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment