diff options
| author | Noam Postavsky | 2017-02-02 21:35:51 -0500 |
|---|---|---|
| committer | Noam Postavsky | 2017-02-02 21:35:51 -0500 |
| commit | ce88155d83ba84e84321ed69a39c82f40117dd1f (patch) | |
| tree | b56e2f89a597cb407747639c02333dde7e4552ba /etc | |
| parent | 604724e49d7b44dc663ad941998a0a44aa4fc178 (diff) | |
| parent | da515a0d8e97d89a1c7e60faea190174a8c72618 (diff) | |
| download | emacs-ce88155d83ba84e84321ed69a39c82f40117dd1f.tar.gz emacs-ce88155d83ba84e84321ed69a39c82f40117dd1f.zip | |
; Merge: fixes and updates to scroll margin (Bug#5718)
- add new option `maximum-sroll-margin'
- refactor and fix scroll margin calculation
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -307,6 +307,11 @@ local part of a remote file name. Thus, if you have a directory named | |||
| 307 | "/~" on the remote host "foo", you can prevent it from being | 307 | "/~" on the remote host "foo", you can prevent it from being |
| 308 | substituted by a home directory by writing it as "/foo:/:/~/file". | 308 | substituted by a home directory by writing it as "/foo:/:/~/file". |
| 309 | 309 | ||
| 310 | +++ | ||
| 311 | ** The new variable 'maximum-scroll-margin' allows having effective | ||
| 312 | settings of 'scroll-margin' up to half the window size, instead of | ||
| 313 | always restricting the margin to a quarter of the window. | ||
| 314 | |||
| 310 | 315 | ||
| 311 | * Editing Changes in Emacs 26.1 | 316 | * Editing Changes in Emacs 26.1 |
| 312 | 317 | ||