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: Paul Eggert
Subject: Re: Recent changes incorrectly calculate font size within daemon mode
Date: Thu, 30 Aug 2018 14:30:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Michael Heerdegen wrote:
The crucial difference seems to be that in an older Emacs build I get

(assq 'font (frame-parameters))
==>
  (font . "-PfEd-DejaVu Sans 
Mono-normal-normal-normal-*-23-*-*-*-m-0-iso10646-1")

and with current master

(assq 'font (frame-parameters))
==>
  (font . "-PfEd-DejaVu Sans 
Mono-normal-normal-normal-*-*-*-*-*-m-0-iso10646-1")

Thanks for narrowing that down; it was quite helpful. I installed the attached patch into Emacs master; please give it a try.

Attachment: 0001-Fix-off-by-1-typo-in-recent-bignum-changes.patch
Description: Text Data


reply via email to

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