From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Introducing emacs-webkit and more thoughts on Emacs rendering (was Rethinking the design of xwidgets) Date: Mon, 30 Nov 2020 18:10:52 +0200 Message-ID: <83tut6kepf.fsf@gnu.org> References: <864kmzupp0.fsf@akirakyle.com> <86pn46awrr.fsf@akirakyle.com> <87y2ise7j5.fsf@gnus.org> <86tutfwhr6.fsf@akirakyle.com> <87h7pfb76z.fsf@gnus.org> <86h7peqkt5.fsf@akirakyle.com> <83tutdsc8i.fsf@gnu.org> <86eeker01y.fsf@akirakyle.com> <83wny5naf5.fsf@gnu.org> <86o8jh9cij.fsf@akirakyle.com> <83czzwkmwk.fsf@gnu.org> <9b430309-437a-6e11-8a30-dee9b87c47ca@gmx.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34040"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, akira@akirakyle.com, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 30 17:12:30 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 1kjlmv-0008ji-Ul for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Nov 2020 17:12:29 +0100 Original-Received: from localhost ([::1]:43164 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjlmu-0007O5-Ug for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Nov 2020 11:12:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52326) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjllY-0006R5-Jx for emacs-devel@gnu.org; Mon, 30 Nov 2020 11:11:05 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58527) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjllX-0006LK-4O; Mon, 30 Nov 2020 11:11:04 -0500 Original-Received: from [176.228.60.248] (port=2230 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kjllT-000376-BO; Mon, 30 Nov 2020 11:10:59 -0500 In-Reply-To: <9b430309-437a-6e11-8a30-dee9b87c47ca@gmx.at> (message from martin rudalics on Mon, 30 Nov 2020 10:05:07 +0100) 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:260070 Archived-At: > Cc: larsi@gnus.org, emacs-devel@gnu.org > From: martin rudalics > Date: Mon, 30 Nov 2020 10:05:07 +0100 > > > This is solvable. We already have similar situation in the display > > engine, where some display element cannot be usefully "clipped". We > > either don't display it at all or display it on the next screen line, > > depending on the wrap mode. > > For some value of "solvable". Emacs has no idea about how large the > external GTK toolbar gets so where would it wrap or clip it? That's a different matter: those decorations are not managed by the Emacs display engine.