bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21415: 25.0.50; Emacs Trunk -- pixelwise width/height for x-create-f


From: martin rudalics
Subject: bug#21415: 25.0.50; Emacs Trunk -- pixelwise width/height for x-create-frame
Date: Wed, 09 Sep 2015 17:53:06 +0200

> However, evaluating the following still substantially increases the size of 
the frame:
>
>      (set-face-attribute 'default nil :font 
"-*-Courier-normal-normal-normal-*-18-*-*-*-m-0-iso10646-1")

Here the frame size remains unaltered.  What happens when you do that on
a maximized frame?  And what does evaluating

(progn
  (setq frame-size-history '(1000))
  (setq frame-inhibit-implied-resize t)
  (set-face-attribute 'default nil :font 
"-*-Courier-normal-normal-normal-*-18-*-*-*-m-0-iso10646-1")
  frame-size-history)

return?

martin





reply via email to

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