unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Daiki Ueno <ueno@unixuser.org>
To: 8505@debbugs.gnu.org
Subject: bug#8505: 24.0.50; frame grows horizontally if scroll-bar-mode is non-nil
Date: Fri, 15 Apr 2011 18:31:52 +0900	[thread overview]
Message-ID: <m3zknrkghj.fsf-ueno@unixuser.org> (raw)
In-Reply-To: <m3y63c3tu7.fsf-ueno@unixuser.org> (Daiki Ueno's message of "Fri,  15 Apr 2011 15:35:28 +0900")

Daiki Ueno <ueno@unixuser.org> writes:

> If I build emacs with ./configure --with-x-toolkit=gtk3 and start it
> with emacs -Q, the width of the Emacs window is growing with the lapse
> of time.

Perhaps my explanation might be unclear - here is a trace from GDB.

(gdb) b xg_frame_resized 
Breakpoint 3 at 0x531eca: file gtkutil.c, line 849.
(gdb) commands 3
Type commands for breakpoint(s) 3, one per line.
End with a line saying just "end".
>continue
>end
(gdb) run -Q
...

Breakpoint 3, xg_frame_resized (f=0x10e2c40, pixelwidth=688, pixelheight=578)
    at gtkutil.c:849
849	  if (pixelwidth == -1 && pixelheight == -1)

Breakpoint 3, xg_frame_resized (f=0x10e2c40, pixelwidth=694, pixelheight=578)
    at gtkutil.c:849
849	  if (pixelwidth == -1 && pixelheight == -1)

Breakpoint 3, xg_frame_resized (f=0x10e2c40, pixelwidth=696, pixelheight=578)
    at gtkutil.c:849
849	  if (pixelwidth == -1 && pixelheight == -1)

Breakpoint 3, xg_frame_resized (f=0x10e2c40, pixelwidth=702, pixelheight=578)
    at gtkutil.c:849
849	  if (pixelwidth == -1 && pixelheight == -1)

Breakpoint 3, xg_frame_resized (f=0x10e2c40, pixelwidth=704, pixelheight=578)
    at gtkutil.c:849
849	  if (pixelwidth == -1 && pixelheight == -1)
...





  reply	other threads:[~2011-04-15  9:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-15  6:35 bug#8505: 24.0.50; frame grows horizontally if scroll-bar-mode is non-nil Daiki Ueno
2011-04-15  9:31 ` Daiki Ueno [this message]
2011-06-03  9:38 ` Daiki Ueno
2011-06-03 16:45   ` Jan Djärv
2011-06-05 19:08   ` Jan Djärv
2011-06-06  1:23     ` Daiki Ueno
2011-06-06  7:45       ` Jan Djärv
2011-06-14 21:13       ` Jan Djärv
2011-06-15  1:41         ` Daiki Ueno

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=m3zknrkghj.fsf-ueno@unixuser.org \
    --to=ueno@unixuser.org \
    --cc=8505@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).