diff options
| author | Lute Kamstra | 2003-09-08 07:55:03 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2003-09-08 07:55:03 +0000 |
| commit | 424bc82219b0ebd15f1e283c06fb652f8894ca92 (patch) | |
| tree | 98b761416f81b15b040624e7c51745f7921de661 | |
| parent | 77d31fb4c44cfffa23983d1f3335ed17e987206d (diff) | |
| download | emacs-424bc82219b0ebd15f1e283c06fb652f8894ca92.tar.gz emacs-424bc82219b0ebd15f1e283c06fb652f8894ca92.zip | |
(Mode Line): Say that POS comes before LINE. Mention
`size-indication-mode'.
| -rw-r--r-- | man/screen.texi | 24 |
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 | |||
| 211 | takes place in. When we speak of what some command does to ``the | 211 | takes place in. When we speak of what some command does to ``the |
| 212 | buffer,'' we are talking about the current buffer. | 212 | buffer,'' we are talking about the current buffer. |
| 213 | 213 | ||
| 214 | @var{line} is @samp{L} followed by the current line number of point. | ||
| 215 | This is present when Line Number mode is enabled (which it normally is). | ||
| 216 | You can optionally display the current column number too, by turning on | ||
| 217 | Column Number mode (which is not enabled by default because it is | ||
| 218 | somewhat 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 |
| 221 | the window, or below the bottom. If your buffer is small and it is all | 215 | the window, or below the bottom. If your buffer is small and it is all |
| 222 | visible in the window, @var{pos} is @samp{All}. Otherwise, it is | 216 | visible 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} |
| 224 | if you are looking at the end of the buffer, or @samp{@var{nn}%}, where | 218 | if 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. |
| 226 | window.@refill | 220 | With Size Indication mode, you can display the size of the buffer as |
| 221 | well. @xref{Optional Mode Line}. | ||
| 222 | |||
| 223 | @var{line} is @samp{L} followed by the current line number of point. | ||
| 224 | This is present when Line Number mode is enabled (which it normally is). | ||
| 225 | You can optionally display the current column number too, by turning on | ||
| 226 | Column Number mode (which is not enabled by default because it is | ||
| 227 | somewhat 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 |
| 229 | buffer. At any time, each buffer is in one and only one of the possible | 230 | buffer. 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 |
| 306 | information to the mode line, such as the current column number of | 307 | information to the mode line, such as the size of the buffer, the |
| 307 | point, the current time, and whether new mail for you has arrived. | 308 | current column number of point, the current time, and whether new mail |
| 309 | for you has arrived. | ||
| 308 | 310 | ||
| 309 | The mode line is mouse-sensitive; when you move the mouse across | 311 | The mode line is mouse-sensitive; when you move the mouse across |
| 310 | various parts of it, Emacs displays help text to say what a click in | 312 | various parts of it, Emacs displays help text to say what a click in |