Changeset 4131 for trunk/lispref/display.texi
- Timestamp:
- 07/29/06 07:48:34 (2 years ago)
- Files:
-
- trunk/lispref/display.texi (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/display.texi
r4111 r4131 104 104 redisplay, and redisplay cannot be preempted by input. 105 105 106 @emph{Note} that this variable is only available if Emacs is built 107 with support for sub-second timers.106 This variable is only obeyed on graphical terminals. For 107 text terminals, see @ref{Terminal Output}. 108 108 @end defvar 109 109 … … 142 142 terminal, a @samp{$} in the rightmost column of the window indicates 143 143 truncation; a @samp{\} on the rightmost column indicates a line that 144 ``wraps ''.(The display table can specify alternate characters to use144 ``wraps.'' (The display table can specify alternate characters to use 145 145 for this; @pxref{Display Tables}). 146 146 … … 1190 1190 not try modifying the markers in the overlay by hand, as that fails to 1191 1191 update other vital data structures and can cause some overlays to be 1192 ``lost ''.1192 ``lost.'' 1193 1193 @end defun 1194 1194 … … 2014 2014 @end table 2015 2015 2016 For compatibility, you can still set these ``attributes '',even2016 For compatibility, you can still set these ``attributes,'' even 2017 2017 though they are not real face attributes. Here is what that does: 2018 2018 … … 3768 3768 3769 3769 @item disabled 3770 Specifies transforming the image so that it looks ``disabled ''.3770 Specifies transforming the image so that it looks ``disabled.'' 3771 3771 @end table 3772 3772 … … 4805 4805 4806 4806 Here is a simple example using functions of the ewoc package to 4807 implement a ``color components display '',an area in a buffer that4807 implement a ``color components display,'' an area in a buffer that 4808 4808 represents a vector of three integers (itself representing a 24-bit RGB 4809 4809 value) in various ways. … … 5321 5321 5322 5322 Emacs works with several window systems, most notably the X Window 5323 System. Both Emacs and X use the term ``window '',but use it5323 System. Both Emacs and X use the term ``window,'' but use it 5324 5324 differently. An Emacs frame is a single window as far as X is 5325 5325 concerned; the individual Emacs windows are not known to X at all.
