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: Platform independent graphical display for Emacs Date: Fri, 24 Dec 2021 14:02:47 +0200 Message-ID: <83mtkqrz14.fsf@gnu.org> References: <87ilvgwfor.fsf@telefonica.net> <83a6grx1o9.fsf@gnu.org> <834k6zwvi1.fsf@gnu.org> <87h7azilmu.fsf@yahoo.com> <87sfujh4a2.fsf@yahoo.com> <877dbuhm6j.fsf@yahoo.com> <87tueyg5gc.fsf@yahoo.com> <87lf0a2uq0.fsf@gnus.org> <87h7aytedn.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24293"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 24 13:04:10 2021 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 1n0jIw-00068h-9Q for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Dec 2021 13:04:10 +0100 Original-Received: from localhost ([::1]:54688 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0jIu-0002Ah-8e for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Dec 2021 07:04:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0jHb-0008Pw-E8 for emacs-devel@gnu.org; Fri, 24 Dec 2021 07:02:47 -0500 Original-Received: from [2001:470:142:3::e] (port=42784 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0jHZ-0004UU-AA; Fri, 24 Dec 2021 07:02:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=gZPQHDzrNIQ0pf5zoN9W8IDED6idJabuV1siCV/cNOI=; b=VdFCgXSlT3Rpe/QKoT7+ ZCxZRz1pbEnSHC7+YxL6vwClp7ZNv2Nlq3fTeBI2Acv9K1wu1QM29BjaNKflAVNcSJH83ESHbRzFN 0FeejM7Y7cq1gmcJU+klE9Bz+66IU9+Zi7WQGLx2hbFjCQ4HkpnAUlcipSL8LvtOOh2fS+JVLGmbY osNPQpXfUob/E0MLBJSidsWr8PeUXd2DnRHQ5cL1E1RZ8aC1xRWBDlU3dhhZLqklYWLGCB4TVZl8E 0gpGqN4OmWGKHU2JOqsY8FgZ5oXuUfTJ76D+pTFTxNxtNfcRaQokuJGGeZS2ktf0QRanN3ztvO5LX eqG9zZpZizIPgw==; Original-Received: from [87.69.77.57] (port=2042 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0jHT-0005BL-2x; Fri, 24 Dec 2021 07:02:43 -0500 In-Reply-To: <87h7aytedn.fsf@telefonica.net> (message from =?iso-8859-1?Q?=D3scar?= Fuentes on Fri, 24 Dec 2021 12:45:56 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:283125 Archived-At: > From: Óscar Fuentes > Date: Fri, 24 Dec 2021 12:45:56 +0100 > > 1: What is "platform-native" varies with each new major release of GTK > and Windows. But it changes for all the GUI applications, not just for Emacs.