comparison etc/NEWS @ 107854:6ebc01c309bf

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'.
author Juri Linkov <juri@jurta.org>
date Wed, 14 Apr 2010 03:43:54 +0300
parents 4abde609aac9
children d7b161b7a686
comparison
equal deleted inserted replaced
107853:de5ba6f3514c 107854:6ebc01c309bf
67 67
68 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built 68 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built
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.
77 78
78 ** New variable `scroll-preserve-screen-position-commands' defines 79 ** New variable `scroll-preserve-screen-position-commands' defines