GNU bug report logs -
#19869
25.0.50; default-frame-alist: width versus fullheight
Previous Next
Reported by: michael_heerdegen <at> web.de
Date: Sat, 14 Feb 2015 23:26:02 UTC
Severity: normal
Tags: moreinfo
Found in version 25.0.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
There is some inconsistent behavior when setting the with of new
frames depending on whether fullheight is specified:
(progn
(set-face-attribute 'default nil :height 175)
(setq default-frame-alist
'((width . 100)
;; (fullscreen . fullheight)
))
(frame-width (make-frame))) ==> 100
OTOH:
(progn
(set-face-attribute 'default nil :height 175)
(setq default-frame-alist
'((width . 100)
(fullscreen . fullheight)
))
(frame-width (make-frame))) ==> 63
I would expect that the results are equal.
A related bug was #1522, btw.
Thanks!
Michael.
In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5)
of 2015-02-06 on drachen
Repository revision: 5c9ad35f1e5fd8ee5561ef48baac1f6ff20ae679
Windowing system distributor `The X.Org Foundation', version 11.0.11602901
System Description: Debian GNU/Linux 8.0 (jessie)
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS NOTIFY
LIBXML2 FREETYPE XFT ZLIB
Important settings:
value of $LC_ALL: de_DE.utf8
value of $LC_COLLATE: C
value of $LC_TIME: C
value of $LANG: de_DE.utf8
locale-coding-system: utf-8-unix
Major mode: Emacs-Lisp
This bug report was last modified 10 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.