all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#19869: 25.0.50; default-frame-alist: width versus fullheight
@ 2015-02-14 23:24 Michael Heerdegen
  2015-02-15 11:35 ` martin rudalics
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Heerdegen @ 2015-02-14 23:24 UTC (permalink / raw)
  To: 19869


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






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-16 18:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-14 23:24 bug#19869: 25.0.50; default-frame-alist: width versus fullheight Michael Heerdegen
2015-02-15 11:35 ` 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.