comparison lispref/elisp.texi @ 90200:f9a65d7ebd29

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 07 Jul 2005 12:43:14 +0000
parents b7da78284d4c 180214c3bcc9
children fbb2bea03df9
comparison
equal deleted inserted replaced
90199:bb71c6cf2009 90200:f9a65d7ebd29
982 Emacs Display 982 Emacs Display
983 983
984 * Refresh Screen:: Clearing the screen and redrawing everything on it. 984 * Refresh Screen:: Clearing the screen and redrawing everything on it.
985 * Forcing Redisplay:: Forcing redisplay. 985 * Forcing Redisplay:: Forcing redisplay.
986 * Truncation:: Folding or wrapping long text lines. 986 * Truncation:: Folding or wrapping long text lines.
987 * The Echo Area:: Where messages are displayed. 987 * The Echo Area:: Displaying messages at the bottom of the screen.
988 * Warnings:: Displaying warning messages for the user. 988 * Warnings:: Displaying warning messages for the user.
989 * Progress:: Informing user about progress of a long operation.
990 * Invisible Text:: Hiding part of the buffer text. 989 * Invisible Text:: Hiding part of the buffer text.
991 * Selective Display:: Hiding part of the buffer text. 990 * Selective Display:: Hiding part of the buffer text (the old way).
992 * Temporary Displays:: Displays that go away automatically. 991 * Temporary Displays:: Displays that go away automatically.
993 * Overlays:: Use overlays to highlight parts of the buffer. 992 * Overlays:: Use overlays to highlight parts of the buffer.
994 * Width:: How wide a character or string is on the screen. 993 * Width:: How wide a character or string is on the screen.
995 * Line Height:: Controlling the height of lines. 994 * Line Height:: Controlling the height of lines.
996 * Faces:: A face defines a graphics style 995 * Faces:: A face defines a graphics style