comparison man/screen.texi @ 90988:492971a3f31f unicode-xft-base

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 816-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-235
author Miles Bader <miles@gnu.org>
date Tue, 24 Jul 2007 01:23:55 +0000
parents 95d0cdf160ea ed4cade83fcc
children
comparison
equal deleted inserted replaced
90987:b2d8a283f27e 90988:492971a3f31f
195 more information. 195 more information.
196 196
197 Normally, the mode line looks like this: 197 Normally, the mode line looks like this:
198 198
199 @example 199 @example
200 -@var{cs}:@var{ch}-@var{fr} @var{buf} @var{pos} @var{line} (@var{major} @var{minor})------ 200 -@var{cs}:@var{ch}@var{R}-@var{fr} @var{buf} @var{pos} @var{line} (@var{major} @var{minor})------
201 @end example 201 @end example
202 202
203 @noindent 203 @noindent
204 This gives information about the window and the buffer it displays: the 204 This gives information about the window and the buffer it displays: the
205 buffer's name, what major and minor modes are in use, whether the 205 buffer's name, what major and minor modes are in use, whether the
208 208
209 @var{ch} contains two stars @samp{**} if the text in the buffer has 209 @var{ch} contains two stars @samp{**} if the text in the buffer has
210 been edited (the buffer is ``modified''), or @samp{--} if the buffer has 210 been edited (the buffer is ``modified''), or @samp{--} if the buffer has
211 not been edited. For a read-only buffer, it is @samp{%*} if the buffer 211 not been edited. For a read-only buffer, it is @samp{%*} if the buffer
212 is modified, and @samp{%%} otherwise. 212 is modified, and @samp{%%} otherwise.
213
214 @var{R} is @samp{@@} if the default-directory for the current buffer
215 is on a remote machine, or a hyphen otherwise.
213 216
214 @var{fr} gives the selected frame name (@pxref{Frames}). It appears 217 @var{fr} gives the selected frame name (@pxref{Frames}). It appears
215 only on text-only terminals. The initial frame's name is @samp{F1}. 218 only on text-only terminals. The initial frame's name is @samp{F1}.
216 219
217 @var{buf} is the name of the window's @dfn{buffer}. Usually this is 220 @var{buf} is the name of the window's @dfn{buffer}. Usually this is