From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel,gmane.emacs.help Subject: Re: help about the display iterator. Date: Fri, 16 Jan 2009 10:21:37 -0500 Message-ID: <874ozzz37i.fsf@cyd.mit.edu> References: <3745216.88811232043706461.JavaMail.www@wwinf4607> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232119317 9244 80.91.229.12 (16 Jan 2009 15:21:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2009 15:21:57 +0000 (UTC) Cc: "Emacs Help \[help-gnu-emacs\]" , "Emacs Dev \[emacs-devel\]" To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 16 16:23:09 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LNqX4-0005yh-A8 for ged-emacs-devel@m.gmane.org; Fri, 16 Jan 2009 16:22:50 +0100 Original-Received: from localhost ([127.0.0.1]:33239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNqVn-0005mb-IF for ged-emacs-devel@m.gmane.org; Fri, 16 Jan 2009 10:21:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNqVc-0005hI-Ae for emacs-devel@gnu.org; Fri, 16 Jan 2009 10:21:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNqVb-0005gf-JX for emacs-devel@gnu.org; Fri, 16 Jan 2009 10:21:19 -0500 Original-Received: from [199.232.76.173] (port=57266 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNqVb-0005gK-9h; Fri, 16 Jan 2009 10:21:19 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:40473) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNqVa-0004ZG-SD; Fri, 16 Jan 2009 10:21:19 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id C7D2557E205; Fri, 16 Jan 2009 10:21:37 -0500 (EST) In-Reply-To: <3745216.88811232043706461.JavaMail.www@wwinf4607> (A. Soare's message of "Thu, 15 Jan 2009 19:21:46 +0100 (CET)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107901 gmane.emacs.help:61405 Archived-At: "A. Soare" writes: > However, I do not understand the mechanism from `redisplay_ineternal' > (I have the impression that it's this function that creates the > desired_matrix of glyphs) and refresh the display. You'll have to be more specific in asking these sorts of questions, I'm afraid. Have you looked at the commentary at the beginning of xdisp.c?