[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
19. Controlling the Display
Since only part of a large buffer fits in the window, Emacs tries to show a part that is likely to be interesting. Display-control commands allow you to specify which part of the text you want to see, and how to display it. Many variables also affect the details of redisplay. Unless otherwise stated, the variables described in this chapter have their effect by customizing redisplay itself; therefore, their values only make a difference at the time of redisplay.
19.1 Scrolling | Commands to move text up and down in a window. | |
19.2 Automatic Scrolling | Redisplay scrolls text automatically when needed. | |
19.3 Horizontal Scrolling | Moving text left and right in a window. | |
19.4 Follow Mode | Follow mode lets two windows scroll as one. | |
19.5 Using Multiple Typefaces | How to change the display style using faces. | |
19.6 Standard Faces | Emacs' predefined faces. | |
19.7 Font Lock mode | Minor mode for syntactic highlighting using faces. | |
19.8 Interactive Highlighting | Tell Emacs what text to highlight. | |
19.9 Window Fringes | Enabling or disabling window fringes. | |
19.10 Displaying Boundaries | Displaying top and bottom of the buffer. | |
19.11 Useless Whitespace | Showing possibly-spurious trailing whitespace. | |
19.12 Selective Display | Hiding lines with lots of indentation. | |
19.13 Optional Mode Line Features | Optional mode line display features. | |
19.14 How Text Is Displayed | How text characters are normally displayed. | |
19.15 Displaying the Cursor | Features for displaying the cursor. | |
19.16 Truncation of Lines | Truncating lines to fit the screen width instead of continuing them to multiple screen lines. | |
19.17 Customization of Display | Information on variables for customizing display. |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |