aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2003-09-08 07:55:03 +0000
committerLute Kamstra2003-09-08 07:55:03 +0000
commit424bc82219b0ebd15f1e283c06fb652f8894ca92 (patch)
tree98b761416f81b15b040624e7c51745f7921de661
parent77d31fb4c44cfffa23983d1f3335ed17e987206d (diff)
downloademacs-424bc82219b0ebd15f1e283c06fb652f8894ca92.tar.gz
emacs-424bc82219b0ebd15f1e283c06fb652f8894ca92.zip
(Mode Line): Say that POS comes before LINE. Mention
`size-indication-mode'.
-rw-r--r--man/screen.texi24
1 files changed, 13 insertions, 11 deletions
diff --git a/man/screen.texi b/man/screen.texi
index be9623e08b0..b2632fefd5d 100644
--- a/man/screen.texi
+++ b/man/screen.texi
@@ -189,7 +189,7 @@ other windows; see @ref{Optional Mode Line}, for more about this.
189 Normally, the mode line looks like this: 189 Normally, the mode line looks like this:
190 190
191@example 191@example
192-@var{cs}:@var{ch} @var{buf} @var{line} @var{pos} (@var{major} @var{minor})------ 192-@var{cs}:@var{ch} @var{buf} @var{pos} @var{line} (@var{major} @var{minor})------
193@end example 193@end example
194 194
195@noindent 195@noindent
@@ -211,19 +211,20 @@ cursor is in) is also Emacs's current buffer, the one that editing
211takes place in. When we speak of what some command does to ``the 211takes place in. When we speak of what some command does to ``the
212buffer,'' we are talking about the current buffer. 212buffer,'' we are talking about the current buffer.
213 213
214 @var{line} is @samp{L} followed by the current line number of point.
215This is present when Line Number mode is enabled (which it normally is).
216You can optionally display the current column number too, by turning on
217Column Number mode (which is not enabled by default because it is
218somewhat slower). @xref{Optional Mode Line}.
219
220 @var{pos} tells you whether there is additional text above the top of 214 @var{pos} tells you whether there is additional text above the top of
221the window, or below the bottom. If your buffer is small and it is all 215the window, or below the bottom. If your buffer is small and it is all
222visible in the window, @var{pos} is @samp{All}. Otherwise, it is 216visible in the window, @var{pos} is @samp{All}. Otherwise, it is
223@samp{Top} if you are looking at the beginning of the buffer, @samp{Bot} 217@samp{Top} if you are looking at the beginning of the buffer, @samp{Bot}
224if you are looking at the end of the buffer, or @samp{@var{nn}%}, where 218if you are looking at the end of the buffer, or @samp{@var{nn}%}, where
225@var{nn} is the percentage of the buffer above the top of the 219@var{nn} is the percentage of the buffer above the top of the window.
226window.@refill 220With Size Indication mode, you can display the size of the buffer as
221well. @xref{Optional Mode Line}.
222
223 @var{line} is @samp{L} followed by the current line number of point.
224This is present when Line Number mode is enabled (which it normally is).
225You can optionally display the current column number too, by turning on
226Column Number mode (which is not enabled by default because it is
227somewhat slower). @xref{Optional Mode Line}.
227 228
228 @var{major} is the name of the @dfn{major mode} in effect in the 229 @var{major} is the name of the @dfn{major mode} in effect in the
229buffer. At any time, each buffer is in one and only one of the possible 230buffer. At any time, each buffer is in one and only one of the possible
@@ -303,8 +304,9 @@ formats by setting each of the variables @code{eol-mnemonic-unix},
303@xref{Variables}, for an explanation of how to set variables. 304@xref{Variables}, for an explanation of how to set variables.
304 305
305 @xref{Optional Mode Line}, for features that add other handy 306 @xref{Optional Mode Line}, for features that add other handy
306information to the mode line, such as the current column number of 307information to the mode line, such as the size of the buffer, the
307point, the current time, and whether new mail for you has arrived. 308current column number of point, the current time, and whether new mail
309for you has arrived.
308 310
309The mode line is mouse-sensitive; when you move the mouse across 311The mode line is mouse-sensitive; when you move the mouse across
310various parts of it, Emacs displays help text to say what a click in 312various parts of it, Emacs displays help text to say what a click in