]> code.delx.au - gnu-emacs/blob - doc/emacs/display.texi
Merge from origin/emacs-25
[gnu-emacs] / doc / emacs / display.texi
1 @c -*- coding: utf-8 -*-
2 @c This is part of the Emacs manual.
3 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2016 Free Software
4 @c Foundation, Inc.
5
6 @c See file emacs.texi for copying conditions.
7 @node Display
8 @chapter Controlling the Display
9
10 Since only part of a large buffer fits in the window, Emacs has to
11 show only a part of it. This chapter describes commands and variables
12 that let you specify which part of the text you want to see, and how
13 the text is displayed.
14
15 @menu
16 * Scrolling:: Commands to move text up and down in a window.
17 * Recentering:: A scroll command that centers the current line.
18 * Auto Scrolling:: Redisplay scrolls text automatically when needed.
19 * Horizontal Scrolling:: Moving text left and right in a window.
20 * Narrowing:: Restricting display and editing to a portion
21 of the buffer.
22 * View Mode:: Viewing read-only buffers.
23 * Follow Mode:: Follow mode lets two windows scroll as one.
24 * Faces:: How to change the display style using faces.
25 * Colors:: Specifying colors for faces.
26 * Standard Faces:: The main predefined faces.
27 * Text Scale:: Increasing or decreasing text size in a buffer.
28 * Font Lock:: Minor mode for syntactic highlighting using faces.
29 * Highlight Interactively:: Tell Emacs what text to highlight.
30 * Fringes:: Enabling or disabling window fringes.
31 * Displaying Boundaries:: Displaying top and bottom of the buffer.
32 * Useless Whitespace:: Showing possibly spurious trailing whitespace.
33 * Selective Display:: Hiding lines with lots of indentation.
34 * Optional Mode Line:: Optional mode line display features.
35 * Text Display:: How text characters are normally displayed.
36 * Cursor Display:: Features for displaying the cursor.
37 * Line Truncation:: Truncating lines to fit the screen width instead
38 of continuing them to multiple screen lines.
39 * Visual Line Mode:: Word wrap and screen line-based editing.
40 * Display Custom:: Information on variables for customizing display.
41 @end menu
42
43 @node Scrolling
44 @section Scrolling
45 @cindex scrolling
46
47 If a window is too small to display all the text in its buffer, it
48 displays only a portion of it. @dfn{Scrolling} commands change which
49 portion of the buffer is displayed.
50
51 Scrolling forward or up advances the portion of the buffer
52 displayed in the window; equivalently, it moves the buffer text
53 upwards relative to the window. Scrolling backward or down
54 displays an earlier portion of the buffer, and moves the text
55 downwards relative to the window.
56
57 In Emacs, scrolling up or down refers to the direction that
58 the text moves in the window, @emph{not} the direction that the window
59 moves relative to the text. This terminology was adopted by Emacs
60 before the modern meaning of ``scrolling up'' and ``scrolling down''
61 became widespread. Hence, the strange result that @key{PageDown}
62 scrolls up in the Emacs sense.
63
64 The portion of a buffer displayed in a window always contains point.
65 If you move point past the bottom or top of the window, scrolling
66 occurs automatically to bring it back onscreen (@pxref{Auto
67 Scrolling}). You can also scroll explicitly with these commands:
68
69 @table @kbd
70 @item C-v
71 @itemx @key{next}
72 @itemx @key{PageDown}
73 Scroll forward by nearly a full window (@code{scroll-up-command}).
74 @item M-v
75 @itemx @key{prior}
76 @itemx @key{PageUp}
77 Scroll backward (@code{scroll-down-command}).
78 @end table
79
80 @kindex C-v
81 @kindex M-v
82 @kindex next
83 @kindex prior
84 @kindex PageDown
85 @kindex PageUp
86 @findex scroll-up-command
87 @findex scroll-down-command
88 @kbd{C-v} (@code{scroll-up-command}) scrolls forward by nearly the
89 whole window height. The effect is to take the two lines at the
90 bottom of the window and put them at the top, followed by lines that
91 were not previously visible. If point was in the text that scrolled
92 off the top, it ends up on the window's new topmost line. The
93 @key{next} (or @key{PageDown}) key is equivalent to @kbd{C-v}.
94
95 @kbd{M-v} (@code{scroll-down-command}) scrolls backward in a similar
96 way. The @key{prior} (or @key{PageUp}) key is equivalent to
97 @kbd{M-v}.
98
99 @vindex next-screen-context-lines
100 The number of lines of overlap left by these scroll commands is
101 controlled by the variable @code{next-screen-context-lines}, whose
102 default value is 2. You can supply the commands with a numeric prefix
103 argument, @var{n}, to scroll by @var{n} lines; Emacs attempts to leave
104 point unchanged, so that the text and point move up or down together.
105 @kbd{C-v} with a negative argument is like @kbd{M-v} and vice versa.
106
107 @vindex scroll-error-top-bottom
108 By default, these commands signal an error (by beeping or flashing
109 the screen) if no more scrolling is possible, because the window has
110 reached the beginning or end of the buffer. If you change the
111 variable @code{scroll-error-top-bottom} to @code{t}, the command moves
112 point to the farthest possible position. If point is already there,
113 the command signals an error.
114
115 @vindex scroll-preserve-screen-position
116 @cindex @code{scroll-command} property
117 Some users like scroll commands to keep point at the same screen
118 position, so that scrolling back to the same screen conveniently
119 returns point to its original position. You can enable this behavior
120 via the variable @code{scroll-preserve-screen-position}. If the value
121 is @code{t}, Emacs adjusts point to keep the cursor at the same screen
122 position whenever a scroll command moves it off-window, rather than
123 moving it to the topmost or bottommost line. With any other
124 non-@code{nil} value, Emacs adjusts point this way even if the scroll
125 command leaves point in the window. This variable affects all the
126 scroll commands documented in this section, as well as scrolling with
127 the mouse wheel (@pxref{Mouse Commands}); in general, it affects any
128 command that has a non-@code{nil} @code{scroll-command} property.
129 @xref{Property Lists,,, elisp, The Emacs Lisp Reference Manual}.
130
131 @vindex fast-but-imprecise-scrolling
132 Sometimes, particularly when you hold down keys such as @kbd{C-v}
133 and @kbd{M-v}, activating keyboard auto-repeat, Emacs fails to keep up
134 with the rapid rate of scrolling requested; the display doesn't update
135 and Emacs can become unresponsive to input for quite a long time. You
136 can counter this sluggishness by setting the variable
137 @code{fast-but-imprecise-scrolling} to a non-@code{nil} value. This
138 instructs the scrolling commands not to fontify (@pxref{Font Lock})
139 any unfontified text they scroll over, instead to assume it has the
140 default face. This can cause Emacs to scroll to somewhat wrong buffer
141 positions when the faces in use are not all the same size, even with
142 single (i.e., without auto-repeat) scrolling operations.
143
144 @vindex scroll-up
145 @vindex scroll-down
146 @findex scroll-up-line
147 @findex scroll-down-line
148 The commands @kbd{M-x scroll-up} and @kbd{M-x scroll-down} behave
149 similarly to @code{scroll-up-command} and @code{scroll-down-command},
150 except they do not obey @code{scroll-error-top-bottom}. Prior to
151 Emacs 24, these were the default commands for scrolling up and down.
152 The commands @kbd{M-x scroll-up-line} and @kbd{M-x scroll-down-line}
153 scroll the current window by one line at a time. If you intend to use
154 any of these commands, you might want to give them key bindings
155 (@pxref{Init Rebinding}).
156
157 @node Recentering
158 @section Recentering
159
160 @table @kbd
161 @item C-l
162 Scroll the selected window so the current line is the center-most text
163 line; on subsequent consecutive invocations, make the current line the
164 top line, the bottom line, and so on in cyclic order. Possibly
165 redisplay the screen too (@code{recenter-top-bottom}).
166
167 @item M-x recenter
168 Scroll the selected window so the current line is the center-most text
169 line. Possibly redisplay the screen too.
170
171 @item C-M-l
172 Scroll heuristically to bring useful information onto the screen
173 (@code{reposition-window}).
174 @end table
175
176 @kindex C-l
177 @findex recenter-top-bottom
178 The @kbd{C-l} (@code{recenter-top-bottom}) command @dfn{recenters}
179 the selected window, scrolling it so that the current screen line is
180 exactly in the center of the window, or as close to the center as
181 possible.
182
183 Typing @kbd{C-l} twice in a row (@kbd{C-l C-l}) scrolls the window
184 so that point is on the topmost screen line. Typing a third @kbd{C-l}
185 scrolls the window so that point is on the bottom-most screen line.
186 Each successive @kbd{C-l} cycles through these three positions.
187
188 @vindex recenter-positions
189 You can change the cycling order by customizing the list variable
190 @code{recenter-positions}. Each list element should be the symbol
191 @code{top}, @code{middle}, or @code{bottom}, or a number; an integer
192 means to move the line to the specified screen line, while a
193 floating-point number between 0.0 and 1.0 specifies a percentage of
194 the screen space from the top of the window. The default,
195 @code{(middle top bottom)}, is the cycling order described above.
196 Furthermore, if you change the variable @code{scroll-margin} to a
197 non-zero value @var{n}, @kbd{C-l} always leaves at least @var{n}
198 screen lines between point and the top or bottom of the window
199 (@pxref{Auto Scrolling}).
200
201 You can also give @kbd{C-l} a prefix argument. A plain prefix
202 argument, @kbd{C-u C-l}, simply recenters point. A positive argument
203 @var{n} puts point @var{n} lines down from the top of the window. An
204 argument of zero puts point on the topmost line. A negative argument
205 @var{-n} puts point @var{n} lines from the bottom of the window. When
206 given an argument, @kbd{C-l} does not clear the screen or cycle
207 through different screen positions.
208
209 @vindex recenter-redisplay
210 If the variable @code{recenter-redisplay} has a non-@code{nil}
211 value, each invocation of @kbd{C-l} also clears and redisplays the
212 screen; the special value @code{tty} (the default) says to do this on
213 text-terminal frames only. Redisplaying is useful in case the screen
214 becomes garbled for any reason (@pxref{Screen Garbled}).
215
216 @findex recenter
217 The more primitive command @kbd{M-x recenter} behaves like
218 @code{recenter-top-bottom}, but does not cycle among screen positions.
219
220 @kindex C-M-l
221 @findex reposition-window
222 @kbd{C-M-l} (@code{reposition-window}) scrolls the current window
223 heuristically in a way designed to get useful information onto the
224 screen. For example, in a Lisp file, this command tries to get the
225 entire current defun onto the screen if possible.
226
227 @node Auto Scrolling
228 @section Automatic Scrolling
229
230 @cindex automatic scrolling
231 Emacs performs @dfn{automatic scrolling} when point moves out of the
232 visible portion of the text. Normally, automatic scrolling centers
233 point vertically in the window, but there are several ways to alter
234 this behavior.
235
236 @vindex scroll-conservatively
237 If you set @code{scroll-conservatively} to a small number @var{n},
238 then moving point just a little off the screen (no more than @var{n}
239 lines) causes Emacs to scroll just enough to bring point back on
240 screen; if doing so fails to make point visible, Emacs scrolls just
241 far enough to center point in the window. If you set
242 @code{scroll-conservatively} to a large number (larger than 100),
243 automatic scrolling never centers point, no matter how far point
244 moves; Emacs always scrolls text just enough to bring point into view,
245 either at the top or bottom of the window depending on the scroll
246 direction. By default, @code{scroll-conservatively} is@tie{}0, which
247 means to always center point in the window.
248
249 @vindex scroll-step
250 Another way to control automatic scrolling is to customize the
251 variable @code{scroll-step}. Its value determines the number of lines
252 by which to automatically scroll, when point moves off the screen. If
253 scrolling by that number of lines fails to bring point back into view,
254 point is centered instead. The default value is zero, which (by
255 default) causes point to always be centered after scrolling.
256
257 @cindex aggressive scrolling
258 @vindex scroll-up-aggressively
259 @vindex scroll-down-aggressively
260 A third way to control automatic scrolling is to customize the
261 variables @code{scroll-up-aggressively} and
262 @code{scroll-down-aggressively}, which directly specify the vertical
263 position of point after scrolling. The value of
264 @code{scroll-up-aggressively} should be either @code{nil} (the
265 default), or a floating point number @var{f} between 0 and 1. The
266 latter means that when point goes below the bottom window edge (i.e.,
267 scrolling forward), Emacs scrolls the window so that point is @var{f}
268 parts of the window height from the bottom window edge. Thus, larger
269 @var{f} means more aggressive scrolling: more new text is brought into
270 view. The default value, @code{nil}, is equivalent to 0.5.
271
272 Likewise, @code{scroll-down-aggressively} is used when point goes
273 above the bottom window edge (i.e., scrolling backward). The value
274 specifies how far point should be from the top margin of the window
275 after scrolling. Thus, as with @code{scroll-up-aggressively}, a
276 larger value is more aggressive.
277
278 Note that the variables @code{scroll-conservatively},
279 @code{scroll-step}, and @code{scroll-up-aggressively} /
280 @code{scroll-down-aggressively} control automatic scrolling in
281 contradictory ways. Therefore, you should pick no more than one of
282 these methods to customize automatic scrolling. In case you customize
283 multiple variables, the order of priority is:
284 @code{scroll-conservatively}, then @code{scroll-step}, and finally
285 @code{scroll-up-aggressively} / @code{scroll-down-aggressively}.
286
287 @vindex scroll-margin
288 The variable @code{scroll-margin} restricts how close point can come
289 to the top or bottom of a window (even if aggressive scrolling
290 specifies a fraction @var{f} that is larger than the window portion
291 between the top and the bottom margins). Its value is a number of screen
292 lines; if point comes within that many lines of the top or bottom of
293 the window, Emacs performs automatic scrolling. By default,
294 @code{scroll-margin} is 0.
295
296 @node Horizontal Scrolling
297 @section Horizontal Scrolling
298 @cindex horizontal scrolling
299
300 @vindex auto-hscroll-mode
301 @dfn{Horizontal scrolling} means shifting all the lines sideways
302 within a window, so that some of the text near the left margin is not
303 displayed. When the text in a window is scrolled horizontally, text
304 lines are truncated rather than continued (@pxref{Line Truncation}).
305 If a window shows truncated lines, Emacs performs automatic horizontal
306 scrolling whenever point moves off the left or right edge of the
307 screen. To disable automatic horizontal scrolling, set the variable
308 @code{auto-hscroll-mode} to @code{nil}. Note that when the automatic
309 horizontal scrolling is turned off, if point moves off the edge of the
310 screen, the cursor disappears to indicate that. (On text terminals,
311 the cursor is left at the edge instead.)
312
313 @vindex hscroll-margin
314 The variable @code{hscroll-margin} controls how close point can get
315 to the window's left and right edges before automatic scrolling
316 occurs. It is measured in columns. For example, if the value is 5,
317 then moving point within 5 columns of an edge causes horizontal
318 scrolling away from that edge.
319
320 @vindex hscroll-step
321 The variable @code{hscroll-step} determines how many columns to
322 scroll the window when point gets too close to the edge. Zero, the
323 default value, means to center point horizontally within the window.
324 A positive integer value specifies the number of columns to scroll by.
325 A floating-point number specifies the fraction of the window's width
326 to scroll by.
327
328 You can also perform explicit horizontal scrolling with the
329 following commands:
330
331 @table @kbd
332 @item C-x <
333 Scroll text in current window to the left (@code{scroll-left}).
334 @item C-x >
335 Scroll to the right (@code{scroll-right}).
336 @end table
337
338 @kindex C-x <
339 @kindex C-x >
340 @findex scroll-left
341 @findex scroll-right
342 @kbd{C-x <} (@code{scroll-left}) scrolls text in the selected window
343 to the left by the full width of the window, less two columns. (In
344 other words, the text in the window moves left relative to the
345 window.) With a numeric argument @var{n}, it scrolls by @var{n}
346 columns.
347
348 If the text is scrolled to the left, and point moves off the left
349 edge of the window, the cursor will freeze at the left edge of the
350 window, until point moves back to the displayed portion of the text.
351 This is independent of the current setting of
352 @code{auto-hscroll-mode}, which, for text scrolled to the left, only
353 affects the behavior at the right edge of the window.
354
355 @kbd{C-x >} (@code{scroll-right}) scrolls similarly to the right.
356 The window cannot be scrolled any farther to the right once it is
357 displayed normally, with each line starting at the window's left
358 margin; attempting to do so has no effect. This means that you don't
359 have to calculate the argument precisely for @w{@kbd{C-x >}}; any
360 sufficiently large argument will restore the normal display.
361
362 If you use those commands to scroll a window horizontally, that sets
363 a lower bound for automatic horizontal scrolling. Automatic scrolling
364 will continue to scroll the window, but never farther to the right
365 than the amount you previously set by @code{scroll-left}.
366
367 @node Narrowing
368 @section Narrowing
369 @cindex widening
370 @cindex restriction
371 @cindex narrowing
372 @cindex accessible portion
373
374 @dfn{Narrowing} means focusing in on some portion of the buffer,
375 making the rest temporarily inaccessible. The portion which you can
376 still get to is called the @dfn{accessible portion}. Canceling the
377 narrowing, which makes the entire buffer once again accessible, is
378 called @dfn{widening}. The bounds of narrowing in effect in a buffer
379 are called the buffer's @dfn{restriction}.
380
381 Narrowing can make it easier to concentrate on a single subroutine or
382 paragraph by eliminating clutter. It can also be used to limit the
383 range of operation of a replace command or repeating keyboard macro.
384
385 @table @kbd
386 @item C-x n n
387 Narrow down to between point and mark (@code{narrow-to-region}).
388 @item C-x n w
389 Widen to make the entire buffer accessible again (@code{widen}).
390 @item C-x n p
391 Narrow down to the current page (@code{narrow-to-page}).
392 @item C-x n d
393 Narrow down to the current defun (@code{narrow-to-defun}).
394 @end table
395
396 When you have narrowed down to a part of the buffer, that part appears
397 to be all there is. You can't see the rest, you can't move into it
398 (motion commands won't go outside the accessible part), you can't change
399 it in any way. However, it is not gone, and if you save the file all
400 the inaccessible text will be saved. The word @samp{Narrow} appears in
401 the mode line whenever narrowing is in effect.
402
403 @kindex C-x n n
404 @findex narrow-to-region
405 The primary narrowing command is @kbd{C-x n n} (@code{narrow-to-region}).
406 It sets the current buffer's restrictions so that the text in the current
407 region remains accessible, but all text before the region or after the
408 region is inaccessible. Point and mark do not change.
409
410 @kindex C-x n p
411 @findex narrow-to-page
412 @kindex C-x n d
413 @findex narrow-to-defun
414 Alternatively, use @kbd{C-x n p} (@code{narrow-to-page}) to narrow
415 down to the current page. @xref{Pages}, for the definition of a page.
416 @kbd{C-x n d} (@code{narrow-to-defun}) narrows down to the defun
417 containing point (@pxref{Defuns}).
418
419 @kindex C-x n w
420 @findex widen
421 The way to cancel narrowing is to widen with @kbd{C-x n w}
422 (@code{widen}). This makes all text in the buffer accessible again.
423
424 You can get information on what part of the buffer you are narrowed down
425 to using the @kbd{C-x =} command. @xref{Position Info}.
426
427 Because narrowing can easily confuse users who do not understand it,
428 @code{narrow-to-region} is normally a disabled command. Attempting to use
429 this command asks for confirmation and gives you the option of enabling it;
430 if you enable the command, confirmation will no longer be required for
431 it. @xref{Disabling}.
432
433 @node View Mode
434 @section View Mode
435 @cindex View mode
436 @cindex mode, View
437
438 @kindex s @r{(View mode)}
439 @kindex SPC @r{(View mode)}
440 @kindex DEL @r{(View mode)}
441 View mode is a minor mode that lets you scan a buffer by sequential
442 screenfuls. It provides commands for scrolling through the buffer
443 conveniently but not for changing it. Apart from the usual Emacs
444 cursor motion commands, you can type @key{SPC} to scroll forward one
445 windowful, @kbd{S-@key{SPC}} or @key{DEL} to scroll backward, and @kbd{s} to
446 start an incremental search.
447
448 @kindex q @r{(View mode)}
449 @kindex e @r{(View mode)}
450 @findex View-quit
451 @findex View-exit
452 Typing @kbd{q} (@code{View-quit}) disables View mode, and switches
453 back to the buffer and position before View mode was enabled. Typing
454 @kbd{e} (@code{View-exit}) disables View mode, keeping the current
455 buffer and position.
456
457 @findex view-buffer
458 @findex view-file
459 @kbd{M-x view-buffer} prompts for an existing Emacs buffer, switches
460 to it, and enables View mode. @kbd{M-x view-file} prompts for a file
461 and visits it with View mode enabled.
462
463 @node Follow Mode
464 @section Follow Mode
465 @cindex Follow mode
466 @cindex mode, Follow
467 @findex follow-mode
468 @cindex windows, synchronizing
469 @cindex synchronizing windows
470
471 @dfn{Follow mode} is a minor mode that makes two windows, both
472 showing the same buffer, scroll as a single tall virtual window.
473 To use Follow mode, go to a frame with just one window, split it into
474 two side-by-side windows using @kbd{C-x 3}, and then type @kbd{M-x
475 follow-mode}. From then on, you can edit the buffer in either of the
476 two windows, or scroll either one; the other window follows it.
477
478 In Follow mode, if you move point outside the portion visible in one
479 window and into the portion visible in the other window, that selects
480 the other window---again, treating the two as if they were parts of
481 one large window.
482
483 To turn off Follow mode, type @kbd{M-x follow-mode} a second time.
484
485 @node Faces
486 @section Text Faces
487 @cindex faces
488
489 Emacs can display text in several different styles, called
490 @dfn{faces}. Each face can specify various @dfn{face attributes},
491 such as the font, height, weight, slant, foreground and background
492 color, and underlining or overlining. Most major modes assign faces
493 to the text automatically, via Font Lock mode. @xref{Font Lock}, for
494 more information about how these faces are assigned.
495
496 @findex list-faces-display
497 To see what faces are currently defined, and what they look like,
498 type @kbd{M-x list-faces-display}. With a prefix argument, this
499 prompts for a regular expression, and displays only faces with names
500 matching that regular expression (@pxref{Regexps}).
501
502 @vindex frame-background-mode
503 It's possible for a given face to look different in different
504 frames. For instance, some text terminals do not support all face
505 attributes, particularly font, height, and width, and some support a
506 limited range of colors. In addition, most Emacs faces are defined so
507 that their attributes are different on light and dark frame
508 backgrounds, for reasons of legibility. By default, Emacs
509 automatically chooses which set of face attributes to display on each
510 frame, based on the frame's current background color. However, you
511 can override this by giving the variable @code{frame-background-mode}
512 a non-@code{nil} value. A value of @code{dark} makes Emacs treat all
513 frames as if they have a dark background, whereas a value of
514 @code{light} makes it treat all frames as if they have a light
515 background.
516
517 @cindex background color
518 @cindex default face
519 You can customize a face to alter its attributes, and save those
520 customizations for future Emacs sessions. @xref{Face Customization},
521 for details.
522
523 The @code{default} face is the default for displaying text, and all
524 of its attributes are specified. Its background color is also used as
525 the frame's background color. @xref{Colors}.
526
527 @cindex cursor face
528 Another special face is the @code{cursor} face. On graphical
529 displays, the background color of this face is used to draw the text
530 cursor. None of the other attributes of this face have any effect;
531 the foreground color for text under the cursor is taken from the
532 background color of the underlying text. On text terminals, the
533 appearance of the text cursor is determined by the terminal, not by
534 the @code{cursor} face.
535
536 You can also use X resources to specify attributes of any particular
537 face. @xref{Resources}.
538
539 Emacs can display variable-width fonts, but some Emacs commands,
540 particularly indentation commands, do not account for variable
541 character display widths. Therefore, we recommend not using
542 variable-width fonts for most faces, particularly those assigned by
543 Font Lock mode.
544
545 @node Colors
546 @section Colors for Faces
547 @cindex color name
548 @cindex RGB triplet
549
550 Faces can have various foreground and background colors. When you
551 specify a color for a face---for instance, when customizing the face
552 (@pxref{Face Customization})---you can use either a @dfn{color name}
553 or an @dfn{RGB triplet}.
554
555 @findex list-colors-display
556 @vindex list-colors-sort
557 A color name is a pre-defined name, such as @samp{dark orange} or
558 @samp{medium sea green}. To view a list of color names, type @kbd{M-x
559 list-colors-display}. To control the order in which colors are shown,
560 customize @code{list-colors-sort}. If you run this command on a
561 graphical display, it shows the full range of color names known to
562 Emacs (these are the standard X11 color names, defined in X's
563 @file{rgb.txt} file). If you run the command on a text terminal, it
564 shows only a small subset of colors that can be safely displayed on
565 such terminals. However, Emacs understands X11 color names even on
566 text terminals; if a face is given a color specified by an X11 color
567 name, it is displayed using the closest-matching terminal color.
568
569 An RGB triplet is a string of the form @samp{#RRGGBB}. Each of the
570 R, G, and B components is a hexadecimal number specifying the
571 component's relative intensity, one to four digits long (usually two
572 digits are used). The components must have the same number of digits.
573 For hexadecimal values A to F, either upper or lower case are
574 acceptable.
575
576 The @kbd{M-x list-colors-display} command also shows the equivalent
577 RGB triplet for each named color. For instance, @samp{medium sea
578 green} is equivalent to @samp{#3CB371}.
579
580 @cindex face colors, setting
581 @findex set-face-foreground
582 @findex set-face-background
583 You can change the foreground and background colors of a face with
584 @kbd{M-x set-face-foreground} and @kbd{M-x set-face-background}.
585 These commands prompt in the minibuffer for a face name and a color,
586 with completion, and then set that face to use the specified color.
587 They affect the face colors on all frames, but their effects do not
588 persist for future Emacs sessions, unlike using the customization
589 buffer or X resources. You can also use frame parameters to set
590 foreground and background colors for a specific frame; @xref{Frame
591 Parameters}.
592
593 @node Standard Faces
594 @section Standard Faces
595 @cindex standard faces
596
597 Here are the standard faces for specifying text appearance. You can
598 apply them to specific text when you want the effects they produce.
599
600 @table @code
601 @item default
602 This face is used for ordinary text that doesn't specify any face.
603 Its background color is used as the frame's background color.
604 @item bold
605 This face uses a bold variant of the default font.
606 @item italic
607 This face uses an italic variant of the default font.
608 @item bold-italic
609 This face uses a bold italic variant of the default font.
610 @item underline
611 This face underlines text.
612 @item fixed-pitch
613 This face forces use of a fixed-width font. It's reasonable to
614 customize this face to use a different fixed-width font, if you like,
615 but you should not make it a variable-width font.
616 @item fixed-pitch-serif
617 This face is like @code{fixed-pitch}, except the font has serifs and
618 looks more like traditional typewriting.
619 @cindex variable-pitch face
620 @item variable-pitch
621 This face forces use of a variable-width font.
622 @cindex shadow face
623 @item shadow
624 This face is used for making the text less noticeable than the surrounding
625 ordinary text. Usually this can be achieved by using shades of gray in
626 contrast with either black or white default foreground color.
627 @end table
628
629 Here's an incomplete list of faces used to highlight parts of the
630 text temporarily for specific purposes. (Many other modes define
631 their own faces for this purpose.)
632
633 @table @code
634 @item highlight
635 This face is used for text highlighting in various contexts, such as
636 when the mouse cursor is moved over a hyperlink.
637 @item isearch
638 This face is used to highlight the current Isearch match
639 (@pxref{Incremental Search}).
640 @item query-replace
641 This face is used to highlight the current Query Replace match
642 (@pxref{Replace}).
643 @item lazy-highlight
644 This face is used to highlight lazy matches for Isearch and Query
645 Replace (matches other than the current one).
646 @item region
647 This face is used for displaying an active region (@pxref{Mark}).
648 When Emacs is built with GTK support, its colors are taken from the
649 current GTK theme.
650 @item secondary-selection
651 This face is used for displaying a secondary X selection (@pxref{Secondary
652 Selection}).
653 @item trailing-whitespace
654 The face for highlighting excess spaces and tabs at the end of a line
655 when @code{show-trailing-whitespace} is non-@code{nil} (@pxref{Useless
656 Whitespace}).
657 @item escape-glyph
658 The face for displaying control characters and escape sequences
659 (@pxref{Text Display}).
660 @item nobreak-space
661 The face for displaying no-break space characters (@pxref{Text
662 Display}).
663 @item nobreak-hyphen
664 The face for displaying no-break hyphen characters (@pxref{Text
665 Display}).
666 @end table
667
668 The following faces control the appearance of parts of the Emacs
669 frame:
670
671 @table @code
672 @item mode-line
673 @cindex mode-line face
674 @cindex faces for mode lines
675 This face is used for the mode line of the currently selected window,
676 and for menu bars when toolkit menus are not used. By default, it's
677 drawn with shadows for a raised effect on graphical displays, and
678 drawn as the inverse of the default face on non-windowed terminals.
679 @item mode-line-inactive
680 @cindex mode-line-inactive face
681 Like @code{mode-line}, but used for mode lines of the windows other
682 than the selected one (if @code{mode-line-in-non-selected-windows} is
683 non-@code{nil}). This face inherits from @code{mode-line}, so changes
684 in that face affect mode lines in all windows.
685 @item mode-line-highlight
686 @cindex mode-line-highlight face
687 Like @code{highlight}, but used for mouse-sensitive portions of text
688 on mode lines. Such portions of text typically pop up tooltips
689 (@pxref{Tooltips}) when the mouse pointer hovers above them.
690 @item mode-line-buffer-id
691 @cindex mode-line-buffer-id face
692 This face is used for buffer identification parts in the mode line.
693 @item header-line
694 @cindex header-line face
695 Similar to @code{mode-line} for a window's header line, which appears
696 at the top of a window just as the mode line appears at the bottom.
697 Most windows do not have a header line---only some special modes, such
698 Info mode, create one.
699 @item vertical-border
700 @cindex vertical-border face
701 This face is used for the vertical divider between windows on text
702 terminals.
703 @item minibuffer-prompt
704 @cindex @code{minibuffer-prompt} face
705 @vindex minibuffer-prompt-properties
706 This face is used for the prompt strings displayed in the minibuffer.
707 By default, Emacs automatically adds this face to the value of
708 @code{minibuffer-prompt-properties}, which is a list of text
709 properties (@pxref{Text Properties,,, elisp, the Emacs Lisp Reference
710 Manual}) used to display the prompt text. (This variable takes effect
711 when you enter the minibuffer.)
712 @item fringe
713 @cindex @code{fringe} face
714 The face for the fringes to the left and right of windows on graphic
715 displays. (The fringes are the narrow portions of the Emacs frame
716 between the text area and the window's right and left borders.)
717 @xref{Fringes}.
718 @item cursor
719 The @code{:background} attribute of this face specifies the color of
720 the text cursor. @xref{Cursor Display}.
721 @item tooltip
722 This face is used for tooltip text. By default, if Emacs is built
723 with GTK support, tooltips are drawn via GTK and this face has no
724 effect. @xref{Tooltips}.
725 @item mouse
726 This face determines the color of the mouse pointer.
727 @end table
728
729 The following faces likewise control the appearance of parts of the
730 Emacs frame, but only on text terminals, or when Emacs is built on X
731 with no toolkit support. (For all other cases, the appearance of the
732 respective frame elements is determined by system-wide settings.)
733
734 @table @code
735 @item scroll-bar
736 This face determines the visual appearance of the scroll bar.
737 @xref{Scroll Bars}.
738 @item tool-bar
739 This face determines the color of tool bar icons. @xref{Tool Bars}.
740 @item menu
741 @cindex menu bar appearance
742 @cindex @code{menu} face, no effect if customized
743 @cindex customization of @code{menu} face
744 This face determines the colors and font of Emacs's menus. @xref{Menu
745 Bars}.
746 @item tty-menu-enabled-face
747 @cindex faces for text-mode menus
748 @cindex TTY menu faces
749 This face is used to display enabled menu items on text-mode
750 terminals.
751 @item tty-menu-disabled-face
752 This face is used to display disabled menu items on text-mode
753 terminals.
754 @item tty-menu-selected-face
755 This face is used to display on text-mode terminals the menu item that
756 would be selected if you click a mouse or press @key{RET}.
757 @end table
758
759 @node Text Scale
760 @section Text Scale
761
762 @cindex adjust buffer face height
763 @findex text-scale-adjust
764 @kindex C-x C-+
765 @kindex C-x C--
766 @kindex C-x C-=
767 @kindex C-x C-0
768 To increase the height of the default face in the current buffer,
769 type @kbd{C-x C-+} or @kbd{C-x C-=}. To decrease it, type @kbd{C-x
770 C--}. To restore the default (global) face height, type @kbd{C-x
771 C-0}. These keys are all bound to the same command,
772 @code{text-scale-adjust}, which looks at the last key typed to
773 determine which action to take.
774
775 The final key of these commands may be repeated without the leading
776 @kbd{C-x}. For instance, @kbd{C-x C-= C-= C-=} increases the face
777 height by three steps. Each step scales the text height by a factor
778 of 1.2; to change this factor, customize the variable
779 @code{text-scale-mode-step}. A numeric argument of 0
780 to the @code{text-scale-adjust} command restores the default height,
781 the same as typing @kbd{C-x C-0}.
782
783 @cindex increase buffer face height
784 @findex text-scale-increase
785 @cindex decrease buffer face height
786 @findex text-scale-decrease
787 The commands @code{text-scale-increase} and
788 @code{text-scale-decrease} increase or decrease the height of the
789 default face, just like @kbd{C-x C-+} and @kbd{C-x C--} respectively.
790 You may find it convenient to bind to these commands, rather than
791 @code{text-scale-adjust}.
792
793 @cindex set buffer face height
794 @findex text-scale-set
795 The command @code{text-scale-set} scales the height of the default
796 face in the current buffer to an absolute level specified by its
797 prefix argument.
798
799 @findex text-scale-mode
800 The above commands automatically enable the minor mode
801 @code{text-scale-mode} if the current font scaling is other than 1,
802 and disable it otherwise.
803
804 @node Font Lock
805 @section Font Lock mode
806 @cindex Font Lock mode
807 @cindex mode, Font Lock
808 @cindex syntax highlighting and coloring
809
810 Font Lock mode is a minor mode, always local to a particular buffer,
811 which assigns faces to (or @dfn{fontifies}) the text in the buffer.
812 Each buffer's major mode tells Font Lock mode which text to fontify;
813 for instance, programming language modes fontify syntactically
814 relevant constructs like comments, strings, and function names.
815
816 @findex font-lock-mode
817 Font Lock mode is enabled by default. To toggle it in the current
818 buffer, type @kbd{M-x font-lock-mode}. A positive numeric argument
819 unconditionally enables Font Lock mode, and a negative or zero
820 argument disables it.
821
822 @findex global-font-lock-mode
823 @vindex global-font-lock-mode
824 Type @kbd{M-x global-font-lock-mode} to toggle Font Lock mode in all
825 buffers. To impose this setting for future Emacs sessions, customize
826 the variable @code{global-font-lock-mode} (@pxref{Easy
827 Customization}), or add the following line to your init file:
828
829 @example
830 (global-font-lock-mode 0)
831 @end example
832
833 @noindent
834 If you have disabled Global Font Lock mode, you can still enable Font
835 Lock for specific major modes by adding the function
836 @code{font-lock-mode} to the mode hooks (@pxref{Hooks}). For example,
837 to enable Font Lock mode for editing C files, you can do this:
838
839 @example
840 (add-hook 'c-mode-hook 'font-lock-mode)
841 @end example
842
843 Font Lock mode uses several specifically named faces to do its job,
844 including @code{font-lock-string-face}, @code{font-lock-comment-face},
845 and others. The easiest way to find them all is to use @kbd{M-x
846 customize-group @key{RET} font-lock-faces @key{RET}}. You can then
847 use that customization buffer to customize the appearance of these
848 faces. @xref{Face Customization}.
849
850 @vindex font-lock-maximum-decoration
851 You can customize the variable @code{font-lock-maximum-decoration}
852 to alter the amount of fontification applied by Font Lock mode, for
853 major modes that support this feature. The value should be a number
854 (with 1 representing a minimal amount of fontification; some modes
855 support levels as high as 3); or @code{t}, meaning ``as high as
856 possible'' (the default). You can also specify different numbers for
857 particular major modes; for example, to use level 1 for C/C++ modes,
858 and the default level otherwise, use the value
859
860 @example
861 '((c-mode . 1) (c++-mode . 1)))
862 @end example
863
864 @cindex incorrect fontification
865 @cindex parenthesis in column zero and fontification
866 @cindex brace in column zero and fontification
867 Comment and string fontification (or ``syntactic'' fontification)
868 relies on analysis of the syntactic structure of the buffer text. For
869 the sake of speed, some modes, including Lisp mode, rely on a special
870 convention: an open-parenthesis or open-brace in the leftmost column
871 always defines the beginning of a defun, and is thus always outside
872 any string or comment. Therefore, you should avoid placing an
873 open-parenthesis or open-brace in the leftmost column, if it is inside
874 a string or comment. @xref{Left Margin Paren}, for details.
875
876 @findex font-lock-add-keywords
877 Font Lock highlighting patterns already exist for most modes, but
878 you may want to fontify additional patterns. You can use the function
879 @code{font-lock-add-keywords}, to add your own highlighting patterns
880 for a particular mode. For example, to highlight @samp{FIXME:} words
881 in C comments, use this:
882
883 @example
884 (add-hook 'c-mode-hook
885 (lambda ()
886 (font-lock-add-keywords nil
887 '(("\\<\\(FIXME\\):" 1
888 font-lock-warning-face t)))))
889 @end example
890
891 @findex font-lock-remove-keywords
892 @noindent
893 To remove keywords from the font-lock highlighting patterns, use the
894 function @code{font-lock-remove-keywords}. @xref{Search-based
895 Fontification,,, elisp, The Emacs Lisp Reference Manual}.
896
897 @cindex just-in-time (JIT) font-lock
898 @cindex background syntax highlighting
899 Fontifying large buffers can take a long time. To avoid large
900 delays when a file is visited, Emacs initially fontifies only the
901 visible portion of a buffer. As you scroll through the buffer, each
902 portion that becomes visible is fontified as soon as it is displayed;
903 this type of Font Lock is called @dfn{Just-In-Time} (or @dfn{JIT})
904 Lock. You can control how JIT Lock behaves, including telling it to
905 perform fontification while idle, by customizing variables in the
906 customization group @samp{jit-lock}. @xref{Specific Customization}.
907
908 @node Highlight Interactively
909 @section Interactive Highlighting
910 @cindex highlighting by matching
911 @cindex interactive highlighting
912 @cindex Highlight Changes mode
913
914 @findex highlight-changes-mode
915 Highlight Changes mode is a minor mode that @dfn{highlights} the parts
916 of the buffer that were changed most recently, by giving that text a
917 different face. To enable or disable Highlight Changes mode, use
918 @kbd{M-x highlight-changes-mode}.
919
920 @cindex Hi Lock mode
921 @findex hi-lock-mode
922 Hi Lock mode is a minor mode that highlights text that matches
923 regular expressions you specify. For example, you can use it to
924 highlight all the references to a certain variable in a program source
925 file, highlight certain parts in a voluminous output of some program,
926 or highlight certain names in an article. To enable or disable Hi
927 Lock mode, use the command @kbd{M-x hi-lock-mode}. To enable Hi Lock
928 mode for all buffers, use @kbd{M-x global-hi-lock-mode} or place
929 @code{(global-hi-lock-mode 1)} in your @file{.emacs} file.
930
931 Hi Lock mode works like Font Lock mode (@pxref{Font Lock}), except
932 that you specify explicitly the regular expressions to highlight. You
933 control them with the commands described below. (The key bindings
934 below that begin with @kbd{C-x w} are deprecated in favor of the
935 global @kbd{M-s h} bindings, and will be removed in some future Emacs
936 version.)
937
938 @table @kbd
939 @item M-s h r @var{regexp} @key{RET} @var{face} @key{RET}
940 @itemx C-x w h @var{regexp} @key{RET} @var{face} @key{RET}
941 @kindex M-s h r
942 @kindex C-x w h
943 @findex highlight-regexp
944 Highlight text that matches @var{regexp} using face @var{face}
945 (@code{highlight-regexp}). The highlighting will remain as long as
946 the buffer is loaded. For example, to highlight all occurrences of
947 the word ``whim'' using the default face (a yellow background)
948 @kbd{M-s h r whim @key{RET} @key{RET}}. Any face can be used for
949 highlighting, Hi Lock provides several of its own and these are
950 pre-loaded into a list of default values. While being prompted
951 for a face use @kbd{M-n} and @kbd{M-p} to cycle through them.
952
953 @vindex hi-lock-auto-select-face
954 Setting the option @code{hi-lock-auto-select-face} to a non-@code{nil}
955 value causes this command (and other Hi Lock commands that read faces)
956 to automatically choose the next face from the default list without
957 prompting.
958
959 You can use this command multiple times, specifying various regular
960 expressions to highlight in different ways.
961
962 @item M-s h u @var{regexp} @key{RET}
963 @itemx C-x w r @var{regexp} @key{RET}
964 @kindex M-s h u
965 @kindex C-x w r
966 @findex unhighlight-regexp
967 Unhighlight @var{regexp} (@code{unhighlight-regexp}).
968
969 If you invoke this from the menu, you select the expression to
970 unhighlight from a list. If you invoke this from the keyboard, you
971 use the minibuffer. It will show the most recently added regular
972 expression; use @kbd{M-n} to show the next older expression and
973 @kbd{M-p} to select the next newer expression. (You can also type the
974 expression by hand, with completion.) When the expression you want to
975 unhighlight appears in the minibuffer, press @kbd{@key{RET}} to exit
976 the minibuffer and unhighlight it.
977
978 @item M-s h l @var{regexp} @key{RET} @var{face} @key{RET}
979 @itemx C-x w l @var{regexp} @key{RET} @var{face} @key{RET}
980 @kindex M-s h l
981 @kindex C-x w l
982 @findex highlight-lines-matching-regexp
983 @cindex lines, highlighting
984 @cindex highlighting lines of text
985 Highlight entire lines containing a match for @var{regexp}, using face
986 @var{face} (@code{highlight-lines-matching-regexp}).
987
988 @item M-s h p @var{phrase} @key{RET} @var{face} @key{RET}
989 @itemx C-x w p @var{phrase} @key{RET} @var{face} @key{RET}
990 @kindex M-s h p
991 @kindex C-x w p
992 @findex highlight-phrase
993 @cindex phrase, highlighting
994 @cindex highlighting phrase
995 Highlight matches of @var{phrase}, using face @var{face}
996 (@code{highlight-phrase}). @var{phrase} can be any regexp,
997 but spaces will be replaced by matches to whitespace and
998 initial lower-case letters will become case insensitive.
999
1000 @item M-s h .
1001 @itemx C-x w .
1002 @kindex M-s h .
1003 @kindex C-x w .
1004 @findex highlight-symbol-at-point
1005 @cindex symbol, highlighting
1006 @cindex highlighting symbol at point
1007 Highlight the symbol found near point, using the next available face
1008 (@code{highlight-symbol-at-point}).
1009
1010 @item M-s h w
1011 @itemx C-x w b
1012 @kindex M-s h w
1013 @kindex C-x w b
1014 @findex hi-lock-write-interactive-patterns
1015 Insert all the current highlighting regexp/face pairs into the buffer
1016 at point, with comment delimiters to prevent them from changing your
1017 program. (This key binding runs the
1018 @code{hi-lock-write-interactive-patterns} command.)
1019
1020 These patterns are extracted from the comments, if appropriate, if you
1021 invoke @kbd{M-x hi-lock-find-patterns}, or if you visit the file while
1022 Hi Lock mode is enabled (since that runs @code{hi-lock-find-patterns}).
1023
1024 @item M-s h f
1025 @itemx C-x w i
1026 @kindex M-s h f
1027 @kindex C-x w i
1028 @findex hi-lock-find-patterns
1029 Extract regexp/face pairs from comments in the current buffer
1030 (@code{hi-lock-find-patterns}). Thus, you can enter patterns
1031 interactively with @code{highlight-regexp}, store them into the file
1032 with @code{hi-lock-write-interactive-patterns}, edit them (perhaps
1033 including different faces for different parenthesized parts of the
1034 match), and finally use this command (@code{hi-lock-find-patterns}) to
1035 have Hi Lock highlight the edited patterns.
1036
1037 @vindex hi-lock-file-patterns-policy
1038 The variable @code{hi-lock-file-patterns-policy} controls whether Hi
1039 Lock mode should automatically extract and highlight patterns found in a
1040 file when it is visited. Its value can be @code{nil} (never highlight),
1041 @code{ask} (query the user), or a function. If it is a function,
1042 @code{hi-lock-find-patterns} calls it with the patterns as argument; if
1043 the function returns non-@code{nil}, the patterns are used. The default
1044 is @code{ask}. Note that patterns are always highlighted if you call
1045 @code{hi-lock-find-patterns} directly, regardless of the value of this
1046 variable.
1047
1048 @vindex hi-lock-exclude-modes
1049 Also, @code{hi-lock-find-patterns} does nothing if the current major
1050 mode's symbol is a member of the list @code{hi-lock-exclude-modes}.
1051 @end table
1052
1053 @node Fringes
1054 @section Window Fringes
1055 @cindex fringes
1056
1057 @findex set-fringe-style
1058 @findex fringe-mode
1059 @vindex fringe-mode @r{(variable)}
1060 On graphical displays, each Emacs window normally has narrow
1061 @dfn{fringes} on the left and right edges. The fringes are used to
1062 display symbols that provide information about the text in the window.
1063 You can type @kbd{M-x fringe-mode} to disable the fringes, or modify
1064 their width. This command affects fringes in all frames; to modify
1065 fringes on the selected frame only, use @kbd{M-x set-fringe-style}.
1066 You can make your changes to the fringes permanent by customizing the
1067 variable @code{fringe-mode}.
1068
1069 The most common use of the fringes is to indicate a continuation
1070 line (@pxref{Continuation Lines}). When one line of text is split
1071 into multiple screen lines, the left fringe shows a curving arrow for
1072 each screen line except the first, indicating that this is not the
1073 real beginning. The right fringe shows a curving arrow for each
1074 screen line except the last, indicating that this is not the real
1075 end. If the line's direction is right-to-left (@pxref{Bidirectional
1076 Editing}), the meanings of the curving arrows in the fringes are
1077 swapped.
1078
1079 The fringes indicate line truncation (@pxref{Line Truncation}) with
1080 short horizontal arrows meaning there's more text on this line which
1081 is scrolled horizontally out of view. Clicking the mouse on one of
1082 the arrows scrolls the display horizontally in the direction of the
1083 arrow.
1084
1085 The fringes can also indicate other things, such as buffer
1086 boundaries (@pxref{Displaying Boundaries}), and where a program you
1087 are debugging is executing (@pxref{Debuggers}).
1088
1089 @vindex overflow-newline-into-fringe
1090 The fringe is also used for drawing the cursor, if the current line
1091 is exactly as wide as the window and point is at the end of the line.
1092 To disable this, change the variable
1093 @code{overflow-newline-into-fringe} to @code{nil}; this causes Emacs
1094 to continue or truncate lines that are exactly as wide as the window.
1095
1096 If you customize @code{fringe-mode} to remove the fringes on one or
1097 both sides of the window display, the features that display on the
1098 fringe are not available. Indicators of line continuation and
1099 truncation are an exception: when fringes are not available, Emacs
1100 uses the leftmost and rightmost character cells to indicate
1101 continuation and truncation with special ASCII characters, see
1102 @ref{Continuation Lines}, and @ref{Line Truncation}. This reduces the
1103 width available for displaying text on each line, because the
1104 character cells used for truncation and continuation indicators are
1105 reserved for that purpose. Since buffer text can include
1106 bidirectional text, and thus both left-to-right and right-to-left
1107 paragraphs (@pxref{Bidirectional Editing}), removing only one of the
1108 fringes still reserves two character cells, one on each side of the
1109 window, for truncation and continuation indicators, because these
1110 indicators are displayed on opposite sides of the window in
1111 right-to-left paragraphs.
1112
1113 @node Displaying Boundaries
1114 @section Displaying Boundaries
1115
1116 @vindex indicate-buffer-boundaries
1117 On graphical displays, Emacs can indicate the buffer boundaries in
1118 the fringes. If you enable this feature, the first line and the last
1119 line are marked with angle images in the fringes. This can be
1120 combined with up and down arrow images which say whether it is
1121 possible to scroll the window.
1122
1123 The buffer-local variable @code{indicate-buffer-boundaries} controls
1124 how the buffer boundaries and window scrolling is indicated in the
1125 fringes. If the value is @code{left} or @code{right}, both angle and
1126 arrow bitmaps are displayed in the left or right fringe, respectively.
1127
1128 If value is an alist (@pxref{Association Lists,,, elisp, the Emacs
1129 Lisp Reference Manual}), each element @code{(@var{indicator} .
1130 @var{position})} specifies the position of one of the indicators. The
1131 @var{indicator} must be one of @code{top}, @code{bottom}, @code{up},
1132 @code{down}, or @code{t} which specifies the default position for the
1133 indicators not present in the alist. The @var{position} is one of
1134 @code{left}, @code{right}, or @code{nil} which specifies not to show
1135 this indicator.
1136
1137 For example, @code{((top . left) (t . right))} places the top angle
1138 bitmap in left fringe, the bottom angle bitmap in right fringe, and
1139 both arrow bitmaps in right fringe. To show just the angle bitmaps in
1140 the left fringe, but no arrow bitmaps, use @code{((top . left)
1141 (bottom . left))}.
1142
1143 @node Useless Whitespace
1144 @section Useless Whitespace
1145
1146 @cindex trailing whitespace
1147 @cindex whitespace, trailing
1148 @vindex show-trailing-whitespace
1149 It is easy to leave unnecessary spaces at the end of a line, or
1150 empty lines at the end of a buffer, without realizing it. In most
1151 cases, this @dfn{trailing whitespace} has no effect, but sometimes it
1152 can be a nuisance.
1153
1154 @cindex trailing-whitespace face
1155 You can make trailing whitespace at the end of a line visible by
1156 setting the buffer-local variable @code{show-trailing-whitespace} to
1157 @code{t}. Then Emacs displays trailing whitespace, using the face
1158 @code{trailing-whitespace}.
1159
1160 This feature does not apply when point is at the end of the line
1161 containing the whitespace. Strictly speaking, that is trailing
1162 whitespace nonetheless, but displaying it specially in that case
1163 looks ugly while you are typing in new text. In this special case,
1164 the location of point is enough to show you that the spaces are
1165 present.
1166
1167 @findex delete-trailing-whitespace
1168 @vindex delete-trailing-lines
1169 Type @kbd{M-x delete-trailing-whitespace} to delete all trailing
1170 whitespace. This command deletes all extra spaces at the end of each
1171 line in the buffer, and all empty lines at the end of the buffer; to
1172 ignore the latter, change the variable @code{delete-trailing-lines} to
1173 @code{nil}. If the region is active, the command instead deletes
1174 extra spaces at the end of each line in the region.
1175
1176 @vindex indicate-empty-lines
1177 @cindex unused lines
1178 @cindex fringes, and unused line indication
1179 On graphical displays, Emacs can indicate unused lines at the end of
1180 the window with a small image in the left fringe (@pxref{Fringes}).
1181 The image appears for screen lines that do not correspond to any
1182 buffer text, so blank lines at the end of the buffer stand out because
1183 they lack this image. To enable this feature, set the buffer-local
1184 variable @code{indicate-empty-lines} to a non-@code{nil} value. You
1185 can enable or disable this feature for all new buffers by setting the
1186 default value of this variable, e.g., @code{(setq-default
1187 indicate-empty-lines t)}.
1188
1189 @cindex Whitespace mode
1190 @cindex mode, Whitespace
1191 @findex whitespace-mode
1192 @vindex whitespace-style
1193 @findex whitespace-toggle-options
1194 Whitespace mode is a buffer-local minor mode that lets you
1195 visualize many kinds of whitespace in the buffer, by either
1196 drawing the whitespace characters with a special face or displaying
1197 them as special glyphs. To toggle this mode, type @kbd{M-x
1198 whitespace-mode}. The kinds of whitespace visualized are determined
1199 by the list variable @code{whitespace-style}. Individual elements in
1200 that list can be toggled on or off in the current buffer by typing
1201 @w{@kbd{M-x whitespace-toggle-options}}. Here is a partial list
1202 of possible elements (see the variable's documentation for the full
1203 list):
1204
1205 @table @code
1206 @item face
1207 Enable all visualizations which use special faces. This element has a
1208 special meaning: if it is absent from the list, none of the other
1209 visualizations take effect except @code{space-mark}, @code{tab-mark},
1210 and @code{newline-mark}.
1211
1212 @item trailing
1213 Highlight trailing whitespace.
1214
1215 @item tabs
1216 Highlight tab characters.
1217
1218 @item spaces
1219 Highlight space and non-breaking space characters.
1220
1221 @item lines
1222 @vindex whitespace-line-column
1223 Highlight lines longer than 80 columns. To change the column limit,
1224 customize the variable @code{whitespace-line-column}.
1225
1226 @item newline
1227 Highlight newlines.
1228
1229 @item empty
1230 Highlight empty lines.
1231
1232 @item big-indent
1233 @vindex whitespace-big-indent-regexp
1234 Highlight too-deep indentation. By default any sequence of at least 4
1235 consecutive TAB characters or 32 consecutive SPC characters is
1236 highlighted. To change that, customize the regular expression
1237 @code{whitespace-big-indent-regexp}.
1238
1239 @item space-mark
1240 Draw space and non-breaking characters with a special glyph.
1241
1242 @item tab-mark
1243 Draw tab characters with a special glyph.
1244
1245 @item newline-mark
1246 Draw newline characters with a special glyph.
1247 @end table
1248
1249 @findex global-whitespace-toggle-options
1250 @findex global-whitespace-mode
1251 Global Whitespace mode is a global minor mode that lets you visualize
1252 whitespace in all buffers. To toggle individual features, use
1253 @kbd{M-x global-whitespace-toggle-options}.
1254
1255 @node Selective Display
1256 @section Selective Display
1257 @cindex selective display
1258 @findex set-selective-display
1259 @kindex C-x $
1260
1261 Emacs has the ability to hide lines indented more than a given
1262 number of columns. You can use this to get an overview of a part of a
1263 program.
1264
1265 To hide lines in the current buffer, type @kbd{C-x $}
1266 (@code{set-selective-display}) with a numeric argument @var{n}. Then
1267 lines with at least @var{n} columns of indentation disappear from the
1268 screen. The only indication of their presence is that three dots
1269 (@samp{@dots{}}) appear at the end of each visible line that is
1270 followed by one or more hidden ones.
1271
1272 The commands @kbd{C-n} and @kbd{C-p} move across the hidden lines as
1273 if they were not there.
1274
1275 The hidden lines are still present in the buffer, and most editing
1276 commands see them as usual, so you may find point in the middle of the
1277 hidden text. When this happens, the cursor appears at the end of the
1278 previous line, after the three dots. If point is at the end of the
1279 visible line, before the newline that ends it, the cursor appears before
1280 the three dots.
1281
1282 To make all lines visible again, type @kbd{C-x $} with no argument.
1283
1284 @vindex selective-display-ellipses
1285 If you set the variable @code{selective-display-ellipses} to
1286 @code{nil}, the three dots do not appear at the end of a line that
1287 precedes hidden lines. Then there is no visible indication of the
1288 hidden lines. This variable becomes local automatically when set.
1289
1290 See also @ref{Outline Mode} for another way to hide part of
1291 the text in a buffer.
1292
1293 @node Optional Mode Line
1294 @section Optional Mode Line Features
1295
1296 @cindex buffer size display
1297 @cindex display of buffer size
1298 @findex size-indication-mode
1299 The buffer percentage @var{pos} indicates the percentage of the
1300 buffer above the top of the window. You can additionally display the
1301 size of the buffer by typing @kbd{M-x size-indication-mode} to turn on
1302 Size Indication mode. The size will be displayed immediately
1303 following the buffer percentage like this:
1304
1305 @example
1306 @var{pos} of @var{size}
1307 @end example
1308
1309 @noindent
1310 Here @var{size} is the human readable representation of the number of
1311 characters in the buffer, which means that @samp{k} for 10^3, @samp{M}
1312 for 10^6, @samp{G} for 10^9, etc., are used to abbreviate.
1313
1314 @cindex line number display
1315 @cindex display of line number
1316 @findex line-number-mode
1317 The current line number of point appears in the mode line when Line
1318 Number mode is enabled. Use the command @kbd{M-x line-number-mode} to
1319 turn this mode on and off; normally it is on. The line number appears
1320 after the buffer percentage @var{pos}, with the letter @samp{L} to
1321 indicate what it is.
1322
1323 @cindex Column Number mode
1324 @cindex mode, Column Number
1325 @findex column-number-mode
1326 Similarly, you can display the current column number by turning on
1327 Column number mode with @kbd{M-x column-number-mode}. The column
1328 number is indicated by the letter @samp{C}. However, when both of
1329 these modes are enabled, the line and column numbers are displayed in
1330 parentheses, the line number first, rather than with @samp{L} and
1331 @samp{C}. For example: @samp{(561,2)}. @xref{Minor Modes}, for more
1332 information about minor modes and about how to use these commands.
1333
1334 @cindex narrowing, and line number display
1335 If you have narrowed the buffer (@pxref{Narrowing}), the displayed
1336 line number is relative to the accessible portion of the buffer.
1337 Thus, it isn't suitable as an argument to @code{goto-line}. (Use
1338 @code{what-line} command to see the line number relative to the whole
1339 file.)
1340
1341 @vindex line-number-display-limit
1342 If the buffer is very large (larger than the value of
1343 @code{line-number-display-limit}), Emacs won't compute the line
1344 number, because that would be too slow; therefore, the line number
1345 won't appear on the mode-line. To remove this limit, set
1346 @code{line-number-display-limit} to @code{nil}.
1347
1348 @vindex line-number-display-limit-width
1349 Line-number computation can also be slow if the lines in the buffer
1350 are too long. For this reason, Emacs doesn't display line numbers if
1351 the average width, in characters, of lines near point is larger than
1352 the value of @code{line-number-display-limit-width}. The default
1353 value is 200 characters.
1354
1355 @findex display-time
1356 @cindex time (on mode line)
1357 Emacs can optionally display the time and system load in all mode
1358 lines. To enable this feature, type @kbd{M-x display-time} or customize
1359 the option @code{display-time-mode}. The information added to the mode
1360 line looks like this:
1361
1362 @example
1363 @var{hh}:@var{mm}pm @var{l.ll}
1364 @end example
1365
1366 @noindent
1367 @vindex display-time-24hr-format
1368 Here @var{hh} and @var{mm} are the hour and minute, followed always by
1369 @samp{am} or @samp{pm}. @var{l.ll} is the average number, collected
1370 for the last few minutes, of processes in the whole system that were
1371 either running or ready to run (i.e., were waiting for an available
1372 processor). (Some fields may be missing if your operating system
1373 cannot support them.) If you prefer time display in 24-hour format,
1374 set the variable @code{display-time-24hr-format} to @code{t}.
1375
1376 @cindex mail (on mode line)
1377 @vindex display-time-use-mail-icon
1378 @vindex display-time-mail-face
1379 @vindex display-time-mail-file
1380 @vindex display-time-mail-directory
1381 The word @samp{Mail} appears after the load level if there is mail
1382 for you that you have not read yet. On graphical displays, you can
1383 use an icon instead of @samp{Mail} by customizing
1384 @code{display-time-use-mail-icon}; this may save some space on the
1385 mode line. You can customize @code{display-time-mail-face} to make
1386 the mail indicator prominent. Use @code{display-time-mail-file} to
1387 specify the mail file to check, or set
1388 @code{display-time-mail-directory} to specify the directory to check
1389 for incoming mail (any nonempty regular file in the directory is
1390 considered to be newly arrived mail).
1391
1392 @cindex battery status (on mode line)
1393 @findex display-battery-mode
1394 @vindex display-battery-mode
1395 @vindex battery-mode-line-format
1396 When running Emacs on a laptop computer, you can display the battery
1397 charge on the mode-line, by using the command
1398 @code{display-battery-mode} or customizing the variable
1399 @code{display-battery-mode}. The variable
1400 @code{battery-mode-line-format} determines the way the battery charge
1401 is displayed; the exact mode-line message depends on the operating
1402 system, and it usually shows the current battery charge as a
1403 percentage of the total charge.
1404
1405 @cindex mode line, 3D appearance
1406 @cindex attributes of mode line, changing
1407 @cindex non-integral number of lines in a window
1408 On graphical displays, the mode line is drawn as a 3D box. If you
1409 don't like this effect, you can disable it by customizing the
1410 @code{mode-line} face and setting its @code{box} attribute to
1411 @code{nil}. @xref{Face Customization}.
1412
1413 @cindex non-selected windows, mode line appearance
1414 By default, the mode line of nonselected windows is displayed in a
1415 different face, called @code{mode-line-inactive}. Only the selected
1416 window is displayed in the @code{mode-line} face. This helps show
1417 which window is selected. When the minibuffer is selected, since
1418 it has no mode line, the window from which you activated the minibuffer
1419 has its mode line displayed using @code{mode-line}; as a result,
1420 ordinary entry to the minibuffer does not change any mode lines.
1421
1422 @vindex mode-line-in-non-selected-windows
1423 You can disable use of @code{mode-line-inactive} by setting variable
1424 @code{mode-line-in-non-selected-windows} to @code{nil}; then all mode
1425 lines are displayed in the @code{mode-line} face.
1426
1427 @vindex eol-mnemonic-unix
1428 @vindex eol-mnemonic-dos
1429 @vindex eol-mnemonic-mac
1430 @vindex eol-mnemonic-undecided
1431 You can customize the mode line display for each of the end-of-line
1432 formats by setting each of the variables @code{eol-mnemonic-unix},
1433 @code{eol-mnemonic-dos}, @code{eol-mnemonic-mac}, and
1434 @code{eol-mnemonic-undecided} to the strings you prefer.
1435
1436 @node Text Display
1437 @section How Text Is Displayed
1438 @cindex characters (in text)
1439 @cindex printing character
1440
1441 Most characters are @dfn{printing characters}: when they appear in a
1442 buffer, they are displayed literally on the screen. Printing
1443 characters include @acronym{ASCII} numbers, letters, and punctuation
1444 characters, as well as many non-@acronym{ASCII} characters.
1445
1446 @vindex tab-width
1447 @cindex control characters on display
1448 The @acronym{ASCII} character set contains non-printing @dfn{control
1449 characters}. Two of these are displayed specially: the newline
1450 character (Unicode code point @code{U+000A}) is displayed by starting
1451 a new line, while the tab character (@code{U+0009}) is displayed as a
1452 space that extends to the next tab stop column (normally every 8
1453 columns). The number of spaces per tab is controlled by the
1454 buffer-local variable @code{tab-width}, which must have an integer
1455 value between 1 and 1000, inclusive. Note that how the tab character
1456 in the buffer is displayed has nothing to do with the definition of
1457 @key{TAB} as a command.
1458
1459 Other @acronym{ASCII} control characters, whose codes are below
1460 @code{U+0020} (octal 40, decimal 32), are displayed as a caret
1461 (@samp{^}) followed by the non-control version of the character, with
1462 the @code{escape-glyph} face. For instance, the @samp{control-A}
1463 character, @code{U+0001}, is displayed as @samp{^A}.
1464
1465 @cindex octal escapes
1466 @vindex ctl-arrow
1467 The raw bytes with codes @code{U+0080} (octal 200) through
1468 @code{U+009F} (octal 237) are displayed as @dfn{octal escape
1469 sequences}, with the @code{escape-glyph} face. For instance,
1470 character code @code{U+0098} (octal 230) is displayed as @samp{\230}.
1471 If you change the buffer-local variable @code{ctl-arrow} to
1472 @code{nil}, the @acronym{ASCII} control characters are also displayed
1473 as octal escape sequences instead of caret escape sequences.
1474
1475 @vindex nobreak-char-display
1476 @cindex non-breaking space
1477 @cindex non-breaking hyphen
1478 @cindex soft hyphen
1479 @cindex escape-glyph face
1480 @cindex nobreak-space face
1481 Some non-@acronym{ASCII} characters have the same appearance as an
1482 @acronym{ASCII} space or hyphen (minus) character. Such characters
1483 can cause problems if they are entered into a buffer without your
1484 realization, e.g., by yanking; for instance, source code compilers
1485 typically do not treat non-@acronym{ASCII} spaces as whitespace
1486 characters. To deal with this problem, Emacs displays such characters
1487 specially: it displays @code{U+00A0} (no-break space) with the
1488 @code{nobreak-space} face, and it displays @code{U+00AD} (soft
1489 hyphen), @code{U+2010} (hyphen), and @code{U+2011} (non-breaking
1490 hyphen) with the @code{nobreak-hyphen} face. To disable this, change
1491 the variable @code{nobreak-char-display} to @code{nil}. If you give
1492 this variable a non-@code{nil} and non-@code{t} value, Emacs instead
1493 displays such characters as a highlighted backslash followed by a
1494 space or hyphen.
1495
1496 You can customize the way any particular character code is displayed
1497 by means of a display table. @xref{Display Tables,, Display Tables,
1498 elisp, The Emacs Lisp Reference Manual}.
1499
1500 @cindex glyphless characters
1501 @cindex characters with no font glyphs
1502 @cindex glyphless-char face
1503 On graphical displays, some characters may have no glyphs in any of
1504 the fonts available to Emacs. These @dfn{glyphless characters} are
1505 normally displayed as boxes containing the hexadecimal character code.
1506 Similarly, on text terminals, characters that cannot be displayed
1507 using the terminal encoding (@pxref{Terminal Coding}) are normally
1508 displayed as question signs. You can control the display method by
1509 customizing the variable @code{glyphless-char-display-control}. You
1510 can also customize the @code{glyphless-char} face to make these
1511 characters more prominent on display. @xref{Glyphless Chars,,
1512 Glyphless Character Display, elisp, The Emacs Lisp Reference Manual},
1513 for details.
1514
1515 @cindex curly quotes
1516 @cindex curved quotes
1517 @cindex escape-glyph face
1518 If the curved quotes @samp{‘}, @samp{’}, @samp{“}, and @samp{”} are
1519 known to look just like @acronym{ASCII} characters, they are shown
1520 with the @code{escape-glyph} face. Curved quotes that cannot be
1521 displayed are shown as their @acronym{ASCII} approximations @samp{`},
1522 @samp{'}, and @samp{"} with the @code{escape-glyph} face.
1523
1524 @node Cursor Display
1525 @section Displaying the Cursor
1526 @cindex text cursor
1527
1528 @vindex visible-cursor
1529 On a text terminal, the cursor's appearance is controlled by the
1530 terminal, largely out of the control of Emacs. Some terminals offer
1531 two different cursors: a visible static cursor, and a very
1532 visible blinking cursor. By default, Emacs uses the very visible
1533 cursor, and switches to it when you start or resume Emacs. If the
1534 variable @code{visible-cursor} is @code{nil} when Emacs starts or
1535 resumes, it uses the normal cursor.
1536
1537 @cindex cursor face
1538 @vindex cursor-type
1539 On a graphical display, many more properties of the text cursor can
1540 be altered. To customize its color, change the @code{:background}
1541 attribute of the face named @code{cursor} (@pxref{Face
1542 Customization}). (The other attributes of this face have no effect;
1543 the text shown under the cursor is drawn using the frame's background
1544 color.) To change its shape, customize the buffer-local variable
1545 @code{cursor-type}; possible values are @code{box} (the default),
1546 @code{hollow} (a hollow box), @code{bar} (a vertical bar), @code{(bar
1547 . @var{n})} (a vertical bar @var{n} pixels wide), @code{hbar} (a
1548 horizontal bar), @code{(hbar . @var{n})} (a horizontal bar @var{n}
1549 pixels tall), or @code{nil} (no cursor at all).
1550
1551 @findex blink-cursor-mode
1552 @cindex cursor, blinking
1553 @cindex blinking cursor
1554 @vindex blink-cursor-mode
1555 @vindex blink-cursor-blinks
1556 @vindex blink-cursor-alist
1557 By default, the cursor stops blinking after 10 blinks, if Emacs does
1558 not get any input during that time; any input event restarts the
1559 count. You can customize the variable @code{blink-cursor-blinks} to
1560 control that: its value says how many times to blink without input
1561 before stopping. Setting that variable to a zero or negative value
1562 will make the cursor blink forever. To disable cursor blinking
1563 altogether, change the variable @code{blink-cursor-mode} to @code{nil}
1564 (@pxref{Easy Customization}), or add the line
1565
1566 @lisp
1567 (blink-cursor-mode 0)
1568 @end lisp
1569
1570 @noindent
1571 to your init file. Alternatively, you can change how the cursor
1572 looks when it blinks off by customizing the list variable
1573 @code{blink-cursor-alist}. Each element in the list should have the
1574 form @code{(@var{on-type} . @var{off-type})}; this means that if the
1575 cursor is displayed as @var{on-type} when it blinks on (where
1576 @var{on-type} is one of the cursor types described above), then it is
1577 displayed as @var{off-type} when it blinks off.
1578
1579 @vindex x-stretch-cursor
1580 @cindex wide block cursor
1581 Some characters, such as tab characters, are extra wide. When
1582 the cursor is positioned over such a character, it is normally drawn
1583 with the default character width. You can make the cursor stretch to
1584 cover wide characters, by changing the variable
1585 @code{x-stretch-cursor} to a non-@code{nil} value.
1586
1587 @cindex cursor in non-selected windows
1588 @vindex cursor-in-non-selected-windows
1589 The cursor normally appears in non-selected windows as a
1590 non-blinking hollow box. (For a bar cursor, it instead appears as a
1591 thinner bar.) To turn off cursors in non-selected windows, change the
1592 variable @code{cursor-in-non-selected-windows} to @code{nil}.
1593
1594 @findex hl-line-mode
1595 @findex global-hl-line-mode
1596 @cindex highlight current line
1597 To make the cursor even more visible, you can use HL Line mode, a
1598 minor mode that highlights the line containing point. Use @kbd{M-x
1599 hl-line-mode} to enable or disable it in the current buffer. @kbd{M-x
1600 global-hl-line-mode} enables or disables the same mode globally.
1601
1602 @node Line Truncation
1603 @section Line Truncation
1604
1605 @cindex truncation
1606 @cindex line truncation, and fringes
1607 As an alternative to continuation (@pxref{Continuation Lines}),
1608 Emacs can display long lines by @dfn{truncation}. This means that all
1609 the characters that do not fit in the width of the screen or window do
1610 not appear at all. On graphical displays, a small straight arrow in
1611 the fringe indicates truncation at either end of the line. On text
1612 terminals, this is indicated with @samp{$} signs in the leftmost
1613 and/or rightmost columns.
1614
1615 @vindex truncate-lines
1616 @findex toggle-truncate-lines
1617 Horizontal scrolling automatically causes line truncation
1618 (@pxref{Horizontal Scrolling}). You can explicitly enable line
1619 truncation for a particular buffer with the command @kbd{M-x
1620 toggle-truncate-lines}. This works by locally changing the variable
1621 @code{truncate-lines}. If that variable is non-@code{nil}, long lines
1622 are truncated; if it is @code{nil}, they are continued onto multiple
1623 screen lines. Setting the variable @code{truncate-lines} in any way
1624 makes it local to the current buffer; until that time, the default
1625 value, which is normally @code{nil}, is in effect.
1626
1627 If a split window becomes too narrow, Emacs may automatically enable
1628 line truncation. @xref{Split Window}, for the variable
1629 @code{truncate-partial-width-windows} which controls this.
1630
1631 @node Visual Line Mode
1632 @section Visual Line Mode
1633
1634 @cindex word wrap
1635 Another alternative to ordinary line continuation is to use
1636 @dfn{word wrap}. Here, each long logical line is divided into two or
1637 more screen lines, like in ordinary line continuation. However, Emacs
1638 attempts to wrap the line at word boundaries near the right window
1639 edge. This makes the text easier to read, as wrapping does not occur
1640 in the middle of words.
1641
1642 @cindex mode, Visual Line
1643 @cindex Visual Line mode
1644 @findex visual-line-mode
1645 @findex global-visual-line-mode
1646 Word wrap is enabled by Visual Line mode, an optional minor mode.
1647 To turn on Visual Line mode in the current buffer, type @kbd{M-x
1648 visual-line-mode}; repeating this command turns it off. You can also
1649 turn on Visual Line mode using the menu bar: in the Options menu,
1650 select the @samp{Line Wrapping in this Buffer} submenu, followed by
1651 the @samp{Word Wrap (Visual Line Mode)} menu item. While Visual Line
1652 mode is enabled, the mode-line shows the string @samp{wrap} in the
1653 mode display. The command @kbd{M-x global-visual-line-mode} toggles
1654 Visual Line mode in all buffers.
1655
1656 @findex beginning-of-visual-line
1657 @findex end-of-visual-line
1658 @findex next-logical-line
1659 @findex previous-logical-line
1660 In Visual Line mode, some editing commands work on screen lines
1661 instead of logical lines: @kbd{C-a} (@code{beginning-of-visual-line})
1662 moves to the beginning of the screen line, @kbd{C-e}
1663 (@code{end-of-visual-line}) moves to the end of the screen line, and
1664 @kbd{C-k} (@code{kill-visual-line}) kills text to the end of the
1665 screen line.
1666
1667 To move by logical lines, use the commands @kbd{M-x
1668 next-logical-line} and @kbd{M-x previous-logical-line}. These move
1669 point to the next logical line and the previous logical line
1670 respectively, regardless of whether Visual Line mode is enabled. If
1671 you use these commands frequently, it may be convenient to assign key
1672 bindings to them. @xref{Init Rebinding}.
1673
1674 By default, word-wrapped lines do not display fringe indicators.
1675 Visual Line mode is often used to edit files that contain many long
1676 logical lines, so having a fringe indicator for each wrapped line
1677 would be visually distracting. You can change this by customizing the
1678 variable @code{visual-line-fringe-indicators}.
1679
1680 @node Display Custom
1681 @section Customization of Display
1682
1683 This section describes variables that control miscellaneous aspects
1684 of the appearance of the Emacs screen. Beginning users can skip it.
1685
1686 @vindex visible-bell
1687 If the variable @code{visible-bell} is non-@code{nil}, Emacs attempts
1688 to make the whole screen blink when it would normally make an audible bell
1689 sound. This variable has no effect if your terminal does not have a way
1690 to make the screen blink.
1691
1692 @vindex echo-keystrokes
1693 The variable @code{echo-keystrokes} controls the echoing of multi-character
1694 keys; its value is the number of seconds of pause required to cause echoing
1695 to start, or zero, meaning don't echo at all. The value takes effect when
1696 there is something to echo. @xref{Echo Area}.
1697
1698 @cindex mouse pointer
1699 @cindex hourglass pointer display
1700 @vindex display-hourglass
1701 @vindex hourglass-delay
1702 On graphical displays, Emacs displays the mouse pointer as an
1703 hourglass if Emacs is busy. To disable this feature, set the variable
1704 @code{display-hourglass} to @code{nil}. The variable
1705 @code{hourglass-delay} determines the number of seconds of busy
1706 time before the hourglass is shown; the default is 1.
1707
1708 @vindex make-pointer-invisible
1709 If the mouse pointer lies inside an Emacs frame, Emacs makes it
1710 invisible each time you type a character to insert text, to prevent it
1711 from obscuring the text. (To be precise, the hiding occurs when you
1712 type a self-inserting character. @xref{Inserting Text}.) Moving
1713 the mouse pointer makes it visible again. To disable this feature,
1714 set the variable @code{make-pointer-invisible} to @code{nil}.
1715
1716 @vindex underline-minimum-offset
1717 @vindex x-underline-at-descent-line
1718 On graphical displays, the variable @code{underline-minimum-offset}
1719 determines the minimum distance between the baseline and underline, in
1720 pixels, for underlined text. By default, the value is 1; increasing
1721 it may improve the legibility of underlined text for certain fonts.
1722 (However, Emacs will never draw the underline below the current line
1723 area.) The variable @code{x-underline-at-descent-line} determines how
1724 to draw underlined text. The default is @code{nil}, which means to
1725 draw it at the baseline level of the font; if you change it to
1726 @code{nil}, Emacs draws the underline at the same height as the font's
1727 descent line.
1728
1729 @vindex overline-margin
1730 The variable @code{overline-margin} specifies the vertical position
1731 of an overline above the text, including the height of the overline
1732 itself, in pixels; the default is 2.
1733
1734 @findex tty-suppress-bold-inverse-default-colors
1735 On some text terminals, bold face and inverse video together result
1736 in text that is hard to read. Call the function
1737 @code{tty-suppress-bold-inverse-default-colors} with a non-@code{nil}
1738 argument to suppress the effect of bold-face in this case.