all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: About glyph matrices
Date: Sat, 02 Mar 2013 10:01:54 +0200	[thread overview]
Message-ID: <83hakuut59.fsf@gnu.org> (raw)
In-Reply-To: <20130302083622.86a992060c09154b004322a1@gmail.com>

> 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	other threads:[~2013-03-02  8:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-02  0:36 About glyph matrices Xue Fuqiao
2013-03-02  8:01 ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83hakuut59.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.