aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/windows.texi42
1 files changed, 21 insertions, 21 deletions
diff --git a/man/windows.texi b/man/windows.texi
index f9b4003f038..8416c4be076 100644
--- a/man/windows.texi
+++ b/man/windows.texi
@@ -1,5 +1,5 @@
1@c This is part of the Emacs manual. 1@c This is part of the Emacs manual.
2@c Copyright (C) 1985,86,87,93,94,95,97,2000,2001 Free Software Foundation, Inc. 2@c Copyright (C) 1985,86,87,93,94,95,97,2000,2001,2004 Free Software Foundation, Inc.
3@c See file emacs.texi for copying conditions. 3@c See file emacs.texi for copying conditions.
4@node Windows, Frames, Buffers, Top 4@node Windows, Frames, Buffers, Top
5@chapter Multiple Windows 5@chapter Multiple Windows
@@ -36,11 +36,11 @@ each window has its own value of point.
36 At any time, one of the windows is the @dfn{selected window}; the 36 At any time, one of the windows is the @dfn{selected window}; the
37buffer this window is displaying is the current buffer. The terminal's 37buffer this window is displaying is the current buffer. The terminal's
38cursor shows the location of point in this window. Each other window 38cursor shows the location of point in this window. Each other window
39has a location of point as well, but since the terminal has only one 39has a location of point as well. On text-only terminals, there is no
40cursor there is no way to show where those locations are. When multiple 40way to show where those locations are, since the terminal has only one
41frames are visible in X, each frame has a cursor which appears in the 41cursor. If you are using a window system, the location of point in a
42frame's selected window. The cursor in the selected frame is solid; the 42non-selected window is indicated by a hollow box. The cursor in the
43cursor in other frames is a hollow box. 43selected window is blinking or solid.
44 44
45 Commands to move point affect the value of point for the selected Emacs 45 Commands to move point affect the value of point for the selected Emacs
46window only. They do not change the value of point in any other Emacs 46window only. They do not change the value of point in any other Emacs
@@ -93,20 +93,20 @@ numeric argument specifies how many lines to give to the top window.
93@findex split-window-horizontally 93@findex split-window-horizontally
94 @kbd{C-x 3} (@code{split-window-horizontally}) breaks the selected 94 @kbd{C-x 3} (@code{split-window-horizontally}) breaks the selected
95window into two side-by-side windows. A numeric argument specifies how 95window into two side-by-side windows. A numeric argument specifies how
96many columns to give the one on the left. A line of vertical bars 96many columns to give the one on the left. If you are not using
97separates the two windows. Windows that are not the full width of the 97scrollbars, a line of vertical bars separates the two windows.
98screen have mode lines, but they are truncated. On terminals where 98Windows that are not the full width of the screen have mode lines, but
99Emacs does not support highlighting, truncated mode lines sometimes do 99they are truncated. On terminals where Emacs does not support
100not appear in inverse video. 100highlighting, truncated mode lines sometimes do not appear in inverse
101video.
101 102
102@kindex C-Mouse-2 @r{(scroll bar)} 103@kindex C-Mouse-2 @r{(scroll bar)}
103 You can split a window horizontally or vertically by clicking 104 You can split a window horizontally or vertically by clicking
104@kbd{C-Mouse-2} in the mode line or the scroll bar. (This does not 105@kbd{C-Mouse-2} in the mode line or the scroll bar. The line of
105work in scroll bars implemented by X toolkits.) The line of splitting 106splitting goes through the place where you click: if you click on the
106goes through the place where you click: if you click on the mode line, 107mode line, the new scroll bar goes above the spot; if you click in the
107the new scroll bar goes above the spot; if you click in the scroll 108scroll bar, the mode line of the split window is side by side with
108bar, the mode line of the split window is side by side with your 109your click.
109click.
110 110
111@vindex truncate-partial-width-windows 111@vindex truncate-partial-width-windows
112 When a window is less than the full width, text lines too long to fit are 112 When a window is less than the full width, text lines too long to fit are
@@ -319,8 +319,8 @@ the minibuffer); the selected window expands to use the whole frame
319except for the echo area. 319except for the echo area.
320 320
321 You can also delete a window by clicking on its mode line with 321 You can also delete a window by clicking on its mode line with
322@kbd{Mouse-2}, and delete all the windows in a frame except one window 322@kbd{Mouse-3}, and delete all the windows in a frame except one window
323by clicking on that window's mode line with @kbd{Mouse-3}. 323by clicking on that window's mode line with @kbd{Mouse-2}.
324 324
325 The easiest way to adjust window heights is with a mouse. If you 325 The easiest way to adjust window heights is with a mouse. If you
326press @kbd{Mouse-1} on a mode line, you can drag that mode line up or 326press @kbd{Mouse-1} on a mode line, you can drag that mode line up or
@@ -370,8 +370,8 @@ heights of all the windows in the selected frame.
370 @kbd{M-x winner-mode} is a global minor mode that records the 370 @kbd{M-x winner-mode} is a global minor mode that records the
371changes in the window configuration (i.e. how the frames are 371changes in the window configuration (i.e. how the frames are
372partitioned into windows), so that you can ``undo'' them. To undo, 372partitioned into windows), so that you can ``undo'' them. To undo,
373use @kbd{C-x left} (@code{winner-undo}). If you change your mind 373use @kbd{C-c left} (@code{winner-undo}). If you change your mind
374while undoing, you can redo the changes you had undone using @kbd{C-x 374while undoing, you can redo the changes you had undone using @kbd{C-c
375right} (@code{M-x winner-redo}). Another way to enable Winner mode is 375right} (@code{M-x winner-redo}). Another way to enable Winner mode is
376by customizing the variable @code{winner-mode}. 376by customizing the variable @code{winner-mode}.
377 377