|
From: | Keith David Bershatsky |
Subject: | bug#21415: 25.0.50; Emacs Trunk -- pixelwise width/height for x-create-frame |
Date: | Wed, 09 Sep 2015 09:26:00 -0700 |
Step 1: M-x toggle-frame-maximized Step 2 [evaluate]: (set-face-attribute 'default nil :font "-*-Courier-normal-normal-normal-*-18-*-*-*-m-0-iso10646-1") RESULT: The frame substantially increases in size, going from maximized to extending well beyond the right edge of the screen. Evaluating the following from a default frame when Emacs opens: (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) RESULT: (998 (#<frame *Minibuf-1* 0x104078830> adjust-frame-size-3 (560 560 880 700) (595 564 915 704)) (#<frame *Minibuf-1* 0x104078830> adjust-frame-size-1 (560 560 880 700) (change-frame-size 5)))
[Prev in Thread] | Current Thread | [Next in Thread] |