texinfo-commits
[Top][All Lists]
Advanced

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

[5814] state that cursor-movement-scrolls is On by default


From: Gavin D. Smith
Subject: [5814] state that cursor-movement-scrolls is On by default
Date: Tue, 09 Sep 2014 15:13:53 +0000

Revision: 5814
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5814
Author:   gavin
Date:     2014-09-09 15:13:52 +0000 (Tue, 09 Sep 2014)
Log Message:
-----------
state that cursor-movement-scrolls is On by default

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/info-stnd.texi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-09-09 14:51:49 UTC (rev 5813)
+++ trunk/ChangeLog     2014-09-09 15:13:52 UTC (rev 5814)
@@ -5,7 +5,7 @@
        (forward_move_node_structure) <scroll-behaviour=Continous>: Detect if
        we are at the last node even if it does not have its Up pointer going
        to "Top".
-       * info/session.h (SLN_Scroll, SLN_Top),:
+       * info/session.h (SLN_Scroll, SLN_Top),
        * doc/info-stnd.texi (Variables) <scroll-last-node>,
        * info/session.c (scroll_last_node_choices): 'Scroll' option removed,
        as a non-index node with a menu will never be the last node.
@@ -16,6 +16,9 @@
        (info_menu_digit): Display error message if there is no menu in
        the node.
 
+       * doc/info-stnd.texi (Variables) <cursor-movement-scrolls>
+       <scroll-behaviour>: cursor-movement-scrolls=On by default.
+
 2014-09-08  Gavin Smith  <address@hidden>
 
        * info/session.c (info_set_node_of_window): Don't get or remove

Modified: trunk/doc/info-stnd.texi
===================================================================
--- trunk/doc/info-stnd.texi    2014-09-09 14:51:49 UTC (rev 5813)
+++ trunk/doc/info-stnd.texi    2014-09-09 15:13:52 UTC (rev 5814)
@@ -2129,11 +2129,11 @@
 
 @anchor{cursor-movement-scrolls}
 @item cursor-movement-scrolls
-By default, cursor movement commands stop when top or bottom of a node
-is reached (@pxref{Cursor Commands}).  When this variable is set to
address@hidden, cursor movement commands become scrolling and their
-behavior is controlled by the @code{scroll-behavior} variable (see
-below).
+When set to @code{On}, when cursor movement commands reach the
+top or bottom of a node, another node is loaded depending on the
+value of @code{scroll-behaviour} (see below).  This is the default.
+When this variable is set to @code{Off}, cursor movements stop at the
+top or bottom of a node.
 
 @item errors-ring-bell
 @vindex errors-ring-bell
@@ -2221,10 +2221,10 @@
 @itemx scroll-behaviour
 @vindex scroll-behavior
 @vindex scroll-behaviour
-Control what happens when forward scrolling is requested at the end of
-a node, or when backward scrolling is requested at the beginning of a
-node.  The two variable names are synonymous.  The default value for
-this variable is @code{Continuous}.  Possible values:
+The two variable names are synonymous.  Control what happens when
+scrolling commands are used at the end or beginning of a node
+(@pxref{Scrolling Commands}).  The default value for this variable is
address@hidden  Possible values:
 
 @table @code
 @item Continuous
@@ -2242,9 +2242,9 @@
 can change the node that is being viewed.
 @end table
 
-This variable normally affects only scrolling commands.
address@hidden, for information on how to widen its
-scope to cursor movement commands.
+This variable also affects cursor movement commands (@pxref{Cursor
+Commands}) unless the @code{cursor-movement-scrolls} variable is set to
address@hidden  @xref{cursor-movement-scrolls}.
 
 @item scroll-last-node
 @vindex scroll-last-node




reply via email to

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