Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
75319d7f
Commit
75319d7f
authored
Jan 31, 2012
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* windows.texi (Split Window): C-mouse-2 doesn't work on GTK+ scroll bars.
Fixes: debbugs:10666
parent
56afad3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
6 deletions
+13
-6
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-0
doc/emacs/frames.texi
doc/emacs/frames.texi
+0
-1
doc/emacs/windows.texi
doc/emacs/windows.texi
+8
-5
No files found.
doc/emacs/ChangeLog
View file @
75319d7f
2012-01-31 Chong Yidong <cyd@gnu.org>
* windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
scroll bars (Bug#10666).
2012-01-28 Chong Yidong <cyd@gnu.org>
* files.texi (Filesets): Fix typos.
...
...
doc/emacs/frames.texi
View file @
75319d7f
...
...
@@ -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
...
...
doc/emacs/windows.texi
View file @
75319d7f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment