From 75319d7fb6a1cb6460042148d82af57489cde847 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 31 Jan 2012 14:32:14 +0800 Subject: [PATCH] * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+ scroll bars. Fixes: debbugs:10666 --- doc/emacs/ChangeLog | 5 +++++ doc/emacs/frames.texi | 1 - doc/emacs/windows.texi | 13 ++++++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 871422f9bfe..4a26f901e60 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2012-01-31 Chong Yidong + + * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+ + scroll bars (Bug#10666). + 2012-01-28 Chong Yidong * files.texi (Filesets): Fix typos. diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 1adeee480a6..38ee620dbd5 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -370,7 +370,6 @@ side-by-side windows with the boundary running through the click position (@pxref{Split Window}). @end table -@kindex C-Mouse-2 @r{(scroll bar)} @kindex Mouse-1 @r{(scroll bar)} Furthermore, by clicking and dragging @kbd{Mouse-1} on the divider between two side-by-side mode lines, you can move the vertical diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 76ab79361e4..3733eed3eca 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -72,7 +72,7 @@ Split the selected window into two windows, one above the other Split the selected window into two windows, positioned side by side (@code{split-window-right}). @item C-Mouse-2 -In the mode line or scroll bar of a window, split that window. +In the mode line of a window, split that window. @end table @kindex C-x 2 @@ -125,11 +125,14 @@ lines in every partial-width window regardless of its width. On text terminals, side-by-side windows are separated by a vertical divider which is drawn using the @code{vertical-border} face. +@kindex C-Mouse-2 @r{(mode line)} @kindex C-Mouse-2 @r{(scroll bar)} - You can also split a window horizontally or vertically by clicking -@kbd{C-Mouse-2} in the mode line or the scroll bar. If you click on -the mode line, that puts the vertical divider where you click; if you -click in the scroll bar, that puts the new mode-line where you click. + If you click @kbd{C-Mouse-2} in the mode line of a window, that +splits the window, putting a vertical divider where you click. +Depending on how Emacs is compiled, you can also split a window by +clicking @kbd{C-Mouse-2} in the scroll bar, which puts a horizontal +divider where you click (this feature does not work when Emacs uses +GTK+ scroll bars). @node Other Window @section Using Other Windows -- 2.39.2