From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Yuri D'Elia Newsgroups: gmane.emacs.devel Subject: Re: Recent changes incorrectly calculate font size within daemon mode Date: Fri, 31 Aug 2018 00:05:29 +0200 Message-ID: <87k1o7tsra.fsf@wavexx.thregr.org> References: <87wos94ga3.fsf@wavexx.thregr.org> <877ek916mg.fsf@web.de> <40b15ef4-3aa1-0e40-9887-f908ee4e281c@cs.ucla.edu> <8736uvke1h.fsf@web.de> <6852c156-09f3-3ea7-95cb-bae3530e2334@cs.ucla.edu> <87sh2viwsy.fsf@web.de> <87lg8nisgf.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1535666793 25064 195.159.176.226 (30 Aug 2018 22:06:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2018 22:06:33 +0000 (UTC) User-Agent: mu4e 1.1.0; emacs 27.0.50 Cc: Michael Heerdegen , emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 31 00:06:29 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fvV5B-0006Nm-3d for ged-emacs-devel@m.gmane.org; Fri, 31 Aug 2018 00:06:29 +0200 Original-Received: from localhost ([::1]:51037 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fvV7G-0007LC-Sz for ged-emacs-devel@m.gmane.org; Thu, 30 Aug 2018 18:08:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fvV70-00074j-Q4 for emacs-devel@gnu.org; Thu, 30 Aug 2018 18:08:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fvV4x-00078B-Gi for emacs-devel@gnu.org; Thu, 30 Aug 2018 18:06:19 -0400 Original-Received: from erc.thregr.org ([2001:41c9:1:41f::63]:60508) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fvV4v-00076x-Q5 for emacs-devel@gnu.org; Thu, 30 Aug 2018 18:06:15 -0400 Original-Received: from [151.36.119.192] (helo=localhost) by erc.thregr.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1fvV4f-000525-8x (envelope-from ); Fri, 31 Aug 2018 00:06:09 +0200 In-reply-to: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:41c9:1:41f::63 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:229123 Archived-At: On Thu, Aug 30 2018, Paul Eggert wrote: > Thanks for narrowing that down; it was quite helpful. I installed the > attached patch into Emacs master; please give it a try. I can confirm this also fixes the issue for me as well. Thanks for looking into this!