emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115675: Document `scroll-bar-adjust-thumb-portion'.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115675: Document `scroll-bar-adjust-thumb-portion'.
Date: Sun, 22 Dec 2013 01:45:22 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115675
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-22 09:45:13 +0800
message:
  Document `scroll-bar-adjust-thumb-portion'.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/frames.texi          
frames.texi-20091113204419-o5vbwnq5f7feedwu-6252
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-12-21 08:37:08 +0000
+++ b/doc/emacs/ChangeLog       2013-12-22 01:45:13 +0000
@@ -1,3 +1,7 @@
+2013-12-22  Xue Fuqiao  <address@hidden>
+
+       * frames.texi (Scroll Bars): Document `scroll-bar-adjust-thumb-portion'.
+
 2013-12-21  Chong Yidong  <address@hidden>
 
        * indent.texi (Indentation Commands): Document C-x TAB changes.

=== modified file 'doc/emacs/frames.texi'
--- a/doc/emacs/frames.texi     2013-12-20 15:35:53 +0000
+++ b/doc/emacs/frames.texi     2013-12-22 01:45:13 +0000
@@ -930,6 +930,17 @@
 bar width, change the @code{scroll-bar-width} frame parameter
 (@pxref{Frame Parameters,,, elisp, The Emacs Lisp Reference Manual}).
 
address@hidden scroll-bar-adjust-thumb-portion
address@hidden overscrolling
+If you're using Emacs on X (with GTK+ or Motif), you can customize the
+variable @code{scroll-bar-adjust-thumb-portion} to control
address@hidden of the scroll bar, i.e. dragging the thumb down even
+when the end of the buffer is visible.  If its value is
address@hidden, the scroll bar can be dragged downwards even if the
+end of the buffer is shown; if @code{nil}, the thumb will be at the
+bottom when the end of the buffer is shown.  You can not over-scroll
+when the entire buffer is visible.
+
 @node Drag and Drop
 @section Drag and Drop
 @cindex drag and drop

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-12-22 01:17:48 +0000
+++ b/etc/NEWS  2013-12-22 01:45:13 +0000
@@ -179,6 +179,7 @@
 and as such superfluous.  After being reimplemented in Lisp, its
 interactive form was mistakenly retained.
 
++++
 *** New option `scroll-bar-adjust-thumb-portion'.
 Available only on X, this option allows to control over-scrolling
 using the scroll bar (i.e. dragging the thumb down even when the end


reply via email to

[Prev in Thread] Current Thread [Next in Thread]