diff options
| author | Juri Linkov | 2010-04-14 03:43:54 +0300 |
|---|---|---|
| committer | Juri Linkov | 2010-04-14 03:43:54 +0300 |
| commit | 7b05466ff6721988517519081078b19fffeecd09 (patch) | |
| tree | 46a9ff6f927e99516677966da639ccb97442512b /etc | |
| parent | 3212974649ca9415a3a4a5197a169a0160a6b36f (diff) | |
| download | emacs-7b05466ff6721988517519081078b19fffeecd09.tar.gz emacs-7b05466ff6721988517519081078b19fffeecd09.zip | |
Add variable scroll-error-top-bottom.
http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00403.html
* simple.el (scroll-error-top-bottom): New defcustom.
(scroll-up-command, scroll-down-command): Use it. Doc fix.
* emulation/pc-select.el (pc-select-override-scroll-error):
Obsolete in favor of `scroll-error-top-bottom'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -69,8 +69,9 @@ Use `set-scroll-bar-mode' to change this. | |||
| 69 | with Xft. | 69 | with Xft. |
| 70 | 70 | ||
| 71 | ** New scrolling commands `scroll-up-command' and `scroll-down-command' | 71 | ** New scrolling commands `scroll-up-command' and `scroll-down-command' |
| 72 | (bound to [next] and [prior]) does not signal errors at top/bottom | 72 | (bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom |
| 73 | of buffer at first key-press (instead moves to top/bottom of buffer). | 73 | of buffer at first key-press (instead moves to top/bottom of buffer) |
| 74 | when a new variable `scroll-error-top-bottom' is non-nil. | ||
| 74 | 75 | ||
| 75 | ** New scrolling commands `scroll-up-line' and `scroll-down-line' | 76 | ** New scrolling commands `scroll-up-line' and `scroll-down-line' |
| 76 | scroll a line instead of full screen. | 77 | scroll a line instead of full screen. |