From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs canvas support Date: Thu, 30 Apr 2020 16:55:05 +0300 Message-ID: <83y2qdw01y.fsf@gnu.org> References: <83o8raziis.fsf@gnu.org> <877dxy1smz.fsf@yahoo.com> <87o8rae0ao.fsf@randomsample> <83lfmexmfp.fsf@gnu.org> <20200429171619.GB20842@tuxteam.de> <83imhixkva.fsf@gnu.org> <20200429185128.GA27164@tuxteam.de> <83ees6xggr.fsf@gnu.org> <20200429190854.GC27164@tuxteam.de> <83a72uxffz.fsf@gnu.org> <20200429195930.GA29703@tuxteam.de> <87zhat1js9.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="41708"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tomas@tuxteam.de, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 30 16:07:06 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jU9pm-0009jA-3D for ged-emacs-devel@m.gmane-mx.org; Thu, 30 Apr 2020 16:06:38 +0200 Original-Received: from localhost ([::1]:47564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jU9pl-0004Vu-36 for ged-emacs-devel@m.gmane-mx.org; Thu, 30 Apr 2020 10:06:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52532) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jU9et-0004Qh-0J for emacs-devel@gnu.org; Thu, 30 Apr 2020 09:55:24 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49190) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jU9er-0006qV-Qa; Thu, 30 Apr 2020 09:55:21 -0400 Original-Received: from [176.228.60.248] (port=1798 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jU9eq-0002e9-Eo; Thu, 30 Apr 2020 09:55:21 -0400 In-Reply-To: <87zhat1js9.fsf@yahoo.com> (message from Po Lu on Thu, 30 Apr 2020 16:04:38 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:248236 Archived-At: > From: Po Lu > Cc: tomas@tuxteam.de, Eli Zaretskii , emacs-devel@gnu.org > Date: Thu, 30 Apr 2020 16:04:38 +0800 > > Stefan Monnier writes: > > That's what I'm trying to do right now, but so far keeping track of > exactly where each canvas is displayed on the screen seems to be > difficult. I'd appreciate some suggestions, thanks. I think the information needs to be recorded in the glyph structure that represents a canvas.