From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Pixel-based display functions Date: Sat, 31 Jan 2015 01:25:30 -0500 Message-ID: References: <877fw9dndz.fsf@building.gnus.org> <83a914ozsh.fsf@gnu.org> <874mrb1t62.fsf_-_@building.gnus.org> <87vbjrl49k.fsf@violet.siamics.net> <8361bqogah.fsf@gnu.org> <87k306pfi9.fsf@building.gnus.org> <87egqekrd7.fsf@building.gnus.org> <877fw53eat.fsf@building.gnus.org> <877fw4zsdv.fsf@building.gnus.org> <831tmcn4k4.fsf@gnu.org> <87386szq1w.fsf@building.gnus.org> <83wq44ljm9.fsf@gnu.org> <87vbjowlqv.fsf@building.gnus.org> <83oapglbx6.fsf@gnu.org> <83lhkkl23i.fsf@gnu.org> <83bnlgkl1s.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422685553 12402 80.91.229.3 (31 Jan 2015 06:25:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2015 06:25:53 +0000 (UTC) Cc: larsi@gnus.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 31 07:25:53 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YHRVA-0007ht-Hc for ged-emacs-devel@m.gmane.org; Sat, 31 Jan 2015 07:25:52 +0100 Original-Received: from localhost ([::1]:39788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHRV9-0007TZ-GU for ged-emacs-devel@m.gmane.org; Sat, 31 Jan 2015 01:25:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHRUw-0007T5-36 for emacs-devel@gnu.org; Sat, 31 Jan 2015 01:25:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHRUs-0007KN-KM for emacs-devel@gnu.org; Sat, 31 Jan 2015 01:25:37 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:34767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHRUs-0007Js-8C; Sat, 31 Jan 2015 01:25:34 -0500 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t0V6PUVp012035; Sat, 31 Jan 2015 01:25:30 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7C4F766100; Sat, 31 Jan 2015 01:25:30 -0500 (EST) In-Reply-To: <83bnlgkl1s.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 30 Jan 2015 23:36:47 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5202=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5202> : inlines <2001> : streams <1382287> : uri <1844491> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182108 Archived-At: > No, we aren't. This is about something the display code cannot do > right now. But all those computations of pixel sizes are really what the redisplay does. Stefan