]> code.delx.au - gnu-emacs/blobdiff - man/windows.texi
Fix markup of keys such as Space and Backspace.
[gnu-emacs] / man / windows.texi
index 2cd9a7b643a40edcccef58eb1a08dd0c767a0791..cafbf2a5312a06e5af9b022c03a04cec303994ad 100644 (file)
@@ -101,10 +101,11 @@ not appear in inverse video.
 
 @kindex C-Mouse-2 @r{(scroll bar)}
   You can split a window horizontally or vertically by clicking
-@kbd{C-Mouse-2} in the mode line or the scroll bar.  The line of
-splitting goes through the place where you click: if you click on the
-mode line, the new scroll bar goes above the spot; if you click in the
-scroll bar, the mode line of the split window is side by side with your
+@kbd{C-Mouse-2} in the mode line or the scroll bar.  (This does not
+work in scroll bars implemented by X toolkits.)  The line of splitting
+goes through the place where you click: if you click on the mode line,
+the new scroll bar goes above the spot; if you click in the scroll
+bar, the mode line of the split window is side by side with your
 click.
 
 @vindex truncate-partial-width-windows
@@ -119,14 +120,15 @@ independent of the buffer being displayed and its value for
 @xref{Display}.
 
 @vindex split-window-keep-point
-  If @code{split-window-keep-point} is non-@code{nil}, the default, both
-of the windows resulting from @kbd{C-x 2} inherit the value of point
-from the window that was split.  This means that scrolling is
+  If @code{split-window-keep-point} is non-@code{nil}, the default,
+both of the windows resulting from @kbd{C-x 2} inherit the value of
+point from the window that was split.  This means that scrolling is
 inevitable.  If this variable is @code{nil}, then @kbd{C-x 2} tries to
-avoid shifting any text the screen, by putting point in each window at a
-position already visible in the window.  It also selects whichever
-window contain the screen line that the cursor was previously on.  Some
-users prefer the latter mode on slow terminals.
+avoid scrolling the text currently visible on the screen, by putting
+point in each window at a position already visible in the window.  It
+also selects whichever window contain the screen line that the cursor
+was previously on.  Some users prefer the latter mode on slow
+terminals.
 
 @node Other Window
 @section Using Other Windows
@@ -372,29 +374,16 @@ by customizing the variable @code{winner-mode}.
 @cindex directional window selection
 @findex windmove-right
 @findex windmove-default-keybindings
-  The Windmode commands move directionally between neighbouring windows in
+  The Windmove commands move directionally between neighbouring windows in
 a frame.  @kbd{M-x windmove-right} selects the window immediately to the
 right of the currently selected one, and similarly for the ``left,'' ``up,''
 and ``down'' counterparts.  @kbd{M-x windmove-default-keybindings} binds
 these commands to @kbd{S-right} etc.  (Not all terminals support shifted
 arrow keys, however.)
 
-@cindex Follow mode
-@cindex mode, Follow
-@findex follow-mode
-@cindex windows, synchronizing
-@cindex synchronizing windows
   Follow minor mode (@kbd{M-x follow-mode}) synchronizes several
 windows on the same buffer so that they always display adjacent
-sections of that buffer.  Also if point moves outside a window, it
-moves automatically to another window which shows that part of the
-buffer, if any.  Thus, the windows act like one large window on
-the buffer.
-
-  One use of this feature is to effectively double the number of lines
-in a given screen height, using side-by-side windows on the same
-buffer.  First split a window into side-by-side windows with @kbd{C-x
-3}, then use @kbd{M-x follow-mode} to synchronize the windows.
+sections of that buffer.  @xref{Follow Mode}.
 
 @vindex scroll-all-mode
 @cindex scrolling windows together