From: Chong Yidong <cyd@stupidchicken.com>
To: emacs-devel@gnu.org
Subject: Frame size changes
Date: Thu, 02 Oct 2008 13:54:31 -0400 [thread overview]
Message-ID: <877i8qvq5k.fsf@cyd.mit.edu> (raw)
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?
next reply other threads:[~2008-10-02 17:54 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-02 17:54 Chong Yidong [this message]
2008-10-03 7:08 ` Frame size changes 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
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877i8qvq5k.fsf@cyd.mit.edu \
--to=cyd@stupidchicken.com \
--cc=emacs-devel@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 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.