From: Michael Heerdegen <michael_heerdegen@web.de>
To: 19869@debbugs.gnu.org
Subject: bug#19869: 25.0.50; default-frame-alist: width versus fullheight
Date: Sun, 15 Feb 2015 00:24:27 +0100 [thread overview]
Message-ID: <87twyo13h0.fsf@web.de> (raw)
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
next reply other threads:[~2015-02-14 23:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-14 23:24 Michael Heerdegen [this message]
2015-02-15 11:35 ` bug#19869: 25.0.50; default-frame-alist: width versus fullheight martin rudalics
2015-02-15 16:31 ` Michael Heerdegen
2015-02-15 20:32 ` Michael Heerdegen
2015-02-15 20:55 ` Michael Heerdegen
2015-02-15 21:05 ` Michael Heerdegen
2015-02-15 21:37 ` Michael Heerdegen
2015-02-16 18:36 ` martin rudalics
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87twyo13h0.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=19869@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).