emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recent changes incorrectly calculate font size within daemon mode


From: Yuri D'Elia
Subject: Re: Recent changes incorrectly calculate font size within daemon mode
Date: Thu, 30 Aug 2018 19:43:00 +0200
User-agent: mu4e 1.1.0; emacs 27.0.50

On Thu, Aug 30 2018, Paul Eggert wrote:
> What is your native screen resolution and how are you setting your font
> scaling factor? I used gnome-tweaks to set my font scaling factor to
> 1.30. My xrdb output says:

I have no clue what gnome-tweaks does in detail, so cannot say anything
specific about it, but I went on debugging further on the init side.

I noticed I also call 'set-face-attribute during init.el:

  (set-face-attribute 'default :nil "DejaVu Sans" :height 150)

By doing an eval after creating the first frame, the font size is
correctly calculated. So it seems that something isn't set early enough
compared to before.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]