help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About glyph matrices


From: Eli Zaretskii
Subject: Re: About glyph matrices
Date: Sat, 02 Mar 2013 10:01:54 +0200

> Date: Sat, 2 Mar 2013 08:36:22 +0800
> From: Xue Fuqiao <xfq.free@gmail.com>
> 
> In (info "(elisp) Window Internals"):
> 
>   `current_matrix'
>   `desired_matrix'
>      Glyph matrices describing the current and desired display of this
>      window.
> 
> I didn't know what is "the current and desired display" of window.

These are data structures manipulated by the Emacs display engine.
The current matrix describes the current state of the window display;
the desired matrix describes what _should_ be displayed.  The display
engine constructs the desired matrix, then compares it with the
current matrix, and invokes the display-specific back end to redraw
the parts that are different.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]