The function redraw-frame
redisplays the entire contents of a
given frame (see section Frames).
Even more powerful is redraw-display
:
Processing user input takes absolute priority over redisplay. If you call these functions when input is available, they do nothing immediately, but a full redisplay does happen eventually--after all the input has been processed.
Normally, suspending and resuming Emacs also refreshes the screen. Some terminal emulators record separate contents for display-oriented programs such as Emacs and for ordinary sequential display. If you are using such a terminal, you might want to inhibit the redisplay on resumption.
nil
means there is no need
to redraw, nil
means redrawing is needed. The default is nil
.
Go to the first, previous, next, last section, table of contents.