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: Recent changes incorrectly calculate font size within daemon mode Date: Wed, 29 Aug 2018 12:29:40 +0200 Message-ID: <87wos94ga3.fsf@wavexx.thregr.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1535538527 27773 195.159.176.226 (29 Aug 2018 10:28:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2018 10:28:47 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 29 12:28:43 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 1fuxiM-00077K-Uf for ged-emacs-devel@m.gmane.org; Wed, 29 Aug 2018 12:28:43 +0200 Original-Received: from localhost ([::1]:42221 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuxkT-0008R5-0e for ged-emacs-devel@m.gmane.org; Wed, 29 Aug 2018 06:30:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuxkK-0008Qg-5K for emacs-devel@gnu.org; Wed, 29 Aug 2018 06:30:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fuxj9-0005Ap-GD for emacs-devel@gnu.org; Wed, 29 Aug 2018 06:29:34 -0400 Original-Received: from [195.159.176.226] (port=45283 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fuxj9-0005AF-9J for emacs-devel@gnu.org; Wed, 29 Aug 2018 06:29:31 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fuxgz-0005Bo-CZ for emacs-devel@gnu.org; Wed, 29 Aug 2018 12:27:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:a8JamAbdy8B4DjC8lpHWjOJQwPI= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 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:229048 Archived-At: I've updated my current emacs build to discover a new quirk: - if I start emacs normally, all is good - if I start it through emacsclient -c, the screen DPI is not correctly calculated. It looks like my fontconfig/Xres DPI settings are ignored. This change must have been introduced in one of the commits in master in the last week at most, however I don't see anything pointing to fontconfig/daemon mode changes. Before I dig into it, any possible explanation?