From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yuuki Harano Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] src/pgtkterm.c: Honor system DPI settings Date: Sun, 30 May 2021 20:09:59 +0900 (JST) Organization: Ingage Inc. Message-ID: <20210530.200959.24661619823960421.masm@luna.pink.masm11.me> References: <20210529103210.67bb58bf@holly> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37266"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jewalsh@redhat.com, emacs-devel@gnu.org To: makovick@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 30 13:11:14 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 1lnJLd-0009Tv-5f for ged-emacs-devel@m.gmane-mx.org; Sun, 30 May 2021 13:11:13 +0200 Original-Received: from localhost ([::1]:48302 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lnJLc-0004Su-8n for ged-emacs-devel@m.gmane-mx.org; Sun, 30 May 2021 07:11:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59304) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lnJKk-0003cr-B0 for emacs-devel@gnu.org; Sun, 30 May 2021 07:10:18 -0400 Original-Received: from shiro.masm11.me ([150.95.182.25]:52102) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lnJKe-0005lM-Bt for emacs-devel@gnu.org; Sun, 30 May 2021 07:10:18 -0400 Original-Received: from luna.pink.masm11.me (KD106180014086.au-net.ne.jp [106.180.14.86]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shiro.masm11.me (Postfix) with ESMTPSA id 6BA29C01E2; Sun, 30 May 2021 20:10:05 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1622373005; bh=gOk9OGjc6MRAl+DVDjF3gyyD1e3p/oJrRLo7cNoaTQw=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=eF13Jv5Xo/9ZRfYMVRynl3HTJqEE2VhM0xAWW6Gdhi9sXut+6WI53fGo2ewesf65b 7mfgy5wrw6cTI/Cjxro9qSc/OJTswE97capVz90RCKdsJFsgVaEWMRigOo4g3msRNx QAFUGXruyMcviQibNE9L5lnfdEE3ZUpEypAP9JSQ= In-Reply-To: <20210529103210.67bb58bf@holly> X-Mailer: Mew version 6.8 on Emacs 28.0 Received-SPF: pass client-ip=150.95.182.25; envelope-from=masm@masm11.me; helo=shiro.masm11.me X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:270124 Archived-At: On Sat, 29 May 2021 10:32:10 +0200, Jind=F8ich Makovi=E8ka wrote: > Could the attached patch be included in the PGTK branch, or is there > some fundamental reason PGTK Emacs uses its own DPI settings? Applied. Thanks! -- = Yuuki Harano