emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107028: * windows.texi (Split Window


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107028: * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+ scroll bars.
Date: Tue, 31 Jan 2012 14:32:14 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107028
fixes bug(s): http://debbugs.gnu.org/10666
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2012-01-31 14:32:14 +0800
message:
  * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+ scroll bars.
modified:
  doc/emacs/ChangeLog
  doc/emacs/frames.texi
  doc/emacs/windows.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-01-28 04:12:47 +0000
+++ b/doc/emacs/ChangeLog       2012-01-31 06:32:14 +0000
@@ -1,3 +1,8 @@
+2012-01-31  Chong Yidong  <address@hidden>
+
+       * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
+       scroll bars (Bug#10666).
+
 2012-01-28  Chong Yidong  <address@hidden>
 
        * files.texi (Filesets): Fix typos.

=== modified file 'doc/emacs/frames.texi'
--- a/doc/emacs/frames.texi     2012-01-19 07:21:25 +0000
+++ b/doc/emacs/frames.texi     2012-01-31 06:32:14 +0000
@@ -370,7 +370,6 @@
 position (@pxref{Split Window}).
 @end table
 
address@hidden 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

=== modified file 'doc/emacs/windows.texi'
--- a/doc/emacs/windows.texi    2012-01-19 07:21:25 +0000
+++ b/doc/emacs/windows.texi    2012-01-31 06:32:14 +0000
@@ -72,7 +72,7 @@
 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 @@
   On text terminals, side-by-side windows are separated by a vertical
 divider which is drawn using the @code{vertical-border} face.
 
address@hidden C-Mouse-2 @r{(mode line)}
 @kindex C-Mouse-2 @r{(scroll bar)}
-  You can also split a window horizontally or vertically by clicking
address@hidden 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


reply via email to

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