Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
1a667242
Commit
1a667242
authored
Feb 16, 2002
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document automatic-hscroll-margin and automatic-hscroll-step.
parent
bdc31f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
etc/NEWS
etc/NEWS
+13
-0
No files found.
etc/NEWS
View file @
1a667242
...
...
@@ -32,6 +32,19 @@ Emacs with Leim.
* Changes in Emacs 21.3
** The amount 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 many
columns will automatic hscrolling scroll the window when point gets
too close to the window edge. If its value is zero, the default, the
window will be scrolled 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.
** New display feature: focus follows mouse.
By setting the variable x-autoselect-window to non-nil value, mouse will
autoselect the window it is in. It is turned off by default.
...
...
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