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: Michael Heerdegen
Subject: Re: Recent changes incorrectly calculate font size within daemon mode
Date: Thu, 30 Aug 2018 21:07:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Michael Heerdegen <address@hidden> writes:

> > I don't use GNU ELPA so I'm afraid you'll have to walk me through
> > this.
>
> Drew has posted direct links some minutes ago:
>
>   https://www.emacswiki.org/emacs/download/frame-fns.el
>
>   https://www.emacswiki.org/emacs/download/frame-cmds.el
>
> Just download the files with wget or the "save as" dialog in your
> browser.  Load them in this order in emacs -Q, then eval (enlarge-font
> 1).

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")

The "23" seems to be missing (font pixels size I guess) for what
`enlarge-font' does.


Michael.



reply via email to

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