all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Frame size changes
@ 2008-10-02 17:54 Chong Yidong
  2008-10-03  7:08 ` Jan Djärv
  0 siblings, 1 reply; 18+ messages in thread
From: Chong Yidong @ 2008-10-02 17:54 UTC (permalink / raw)
  To: emacs-devel

For a while, there's been a bug regarding erratic frame sizing: see
bug#598, possibly also bug#708.

I've been able to reproduce this using the Terminus font (for those
using Debian or Ubuntu, this is from the xfonts-terminus package).  When
this font is used, the initial frame size is unpredictable.

This seems to arise from ConfigureNotify events that Emacs receives,
which causes its frame size in rows/columns to change (because of the
ConfigureNotify event, handle_one_xevent (xterm.c:6774) calls
xg_frame_resized (gtkutil.c:642), which changes the frame size.

I don't know why these ConfigureNotify events are issued.  It's strange,
because none of the changes during the startup process ought to change
the number or rows/columns in the initial frame.  Another strange thing
is that this happens with the Terminus font, but not other fonts I've
tried.

Does anyone have ideas about what's causing this?




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

end of thread, other threads:[~2008-10-06 14:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 17:54 Frame size changes Chong Yidong
2008-10-03  7:08 ` Jan Djärv
2008-10-03 18:15   ` Chong Yidong
2008-10-04  7:19     ` Jan Djärv
2008-10-04 15:06       ` Stefan Monnier
2008-10-06  4:16         ` Miles Bader
2008-10-06  7:19           ` Juanma Barranquero
2008-10-06 13:59             ` Miles Bader
2008-10-06 14:08               ` Juanma Barranquero
2008-10-06 14:14                 ` Miles Bader
2008-10-06 14:20                   ` Juanma Barranquero
2008-10-05 18:35       ` Chong Yidong
2008-10-05 19:43         ` Eli Zaretskii
2008-10-05 21:11           ` Chong Yidong
2008-10-05 21:23             ` Eli Zaretskii
2008-10-05 21:50               ` Chong Yidong
2008-10-05 21:37             ` Lennart Borgman (gmail)
2008-10-05 20:08         ` Jan Djärv

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.