comparison man/display.texi @ 35433:1777865bdb98

(Optional Mode Line): Explain how to turn off the 3D appearence of the mode line.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 Jan 2001 16:59:14 +0000
parents 3a0a4c2b6633
children 46e59561af4c
comparison
equal deleted inserted replaced
35432:297621312676 35433:1777865bdb98
311 an icon instead of @samp{Mail} by customizing 311 an icon instead of @samp{Mail} by customizing
312 @code{display-time-use-mail-icon}; this may save some space on the mode 312 @code{display-time-use-mail-icon}; this may save some space on the mode
313 line. You can customize @code{display-time-mail-face} to make the mail 313 line. You can customize @code{display-time-mail-face} to make the mail
314 indicator prominent. 314 indicator prominent.
315 315
316 @cindex mode line, 3D appearence
317 @cindex attributes of mode line, changing
318 @cindex non-integral number of lines in a window
319 By default, the mode line is drawn on graphics displays as a 3D
320 released button. Depending on the font used for the mode line's text,
321 this might make the mode line use more space than a text line in a
322 window, and cause the last line of the window be partially obscured.
323 That is, the window displays a non-integral number of text lines. If
324 you don't like this effect, you can disable the 3D appearence of the
325 mode line by customizing the attributes of the @code{mode-line} face in
326 your @file{.emacs} init file, like this:
327
328 @example
329 (set-face-attribute 'mode-line nil :box nil)
330 @end example
331
332 @noindent
333 Alternatively, you could turn off the box attribute in your
334 @file{.Xdefaults} file:
335
336 @example
337 Emacs.mode-line.AttributeBox: off
338 @end example
339
316 @node Text Display 340 @node Text Display
317 @section How Text Is Displayed 341 @section How Text Is Displayed
318 @cindex characters (in text) 342 @cindex characters (in text)
319 343
320 ASCII printing characters (octal codes 040 through 0176) in Emacs 344 ASCII printing characters (octal codes 040 through 0176) in Emacs