From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.bugs Subject: bug#8505: 24.0.50; frame grows horizontally if scroll-bar-mode is non-nil Date: Wed, 15 Jun 2011 10:41:25 +0900 Message-ID: References: <4DEBD42D.3010607@swipnet.se> <4DF7CF00.5060209@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308102151 32760 80.91.229.12 (15 Jun 2011 01:42:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2011 01:42:31 +0000 (UTC) Cc: 8505@debbugs.gnu.org To: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 15 03:42:25 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QWf7h-0001cG-Cm for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Jun 2011 03:42:25 +0200 Original-Received: from localhost ([::1]:37847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWf7g-000454-LA for geb-bug-gnu-emacs@m.gmane.org; Tue, 14 Jun 2011 21:42:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWf7M-00044c-Fv for bug-gnu-emacs@gnu.org; Tue, 14 Jun 2011 21:42:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWf7L-0002t8-63 for bug-gnu-emacs@gnu.org; Tue, 14 Jun 2011 21:42:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWf7K-0002t4-VM for bug-gnu-emacs@gnu.org; Tue, 14 Jun 2011 21:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QWf7K-0004bm-6A; Tue, 14 Jun 2011 21:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Daiki Ueno Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Jun 2011 01:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8505 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8505-submit@debbugs.gnu.org id=B8505.130810210717694 (code B ref 8505); Wed, 15 Jun 2011 01:42:02 +0000 Original-Received: (at 8505) by debbugs.gnu.org; 15 Jun 2011 01:41:47 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QWf74-0004bK-K3 for submit@debbugs.gnu.org; Tue, 14 Jun 2011 21:41:47 -0400 Original-Received: from ivory4.scn-net.ne.jp ([219.117.176.192]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1QWf70-0004b5-18 for 8505@debbugs.gnu.org; Tue, 14 Jun 2011 21:41:44 -0400 Original-Received: from ([192.168.0.187]) (envelope sender: ) by ivory4.scn-net.ne.jp with Active!Hunter esmtp server; Wed, 15 Jun 2011 10:41:34 +0900 Original-Received: Received: from well-done.deisui.org (g187018.scn-net.ne.jp [202.83.187.18]) (authenticated) by blue17.scn-net.ne.jp (unknown) with ESMTP id p5F1fW2U008700; Wed, 15 Jun 2011 10:41:33 +0900 In-Reply-To: <4DF7CF00.5060209@swipnet.se> ("Jan =?UTF-8?Q?Dj=C3=A4rv?="'s message of "Tue, 14 Jun 2011 23:13:36 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 14 Jun 2011 21:42:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:47165 Archived-At: Jan Dj=C3=A4rv writes: > I've checked in fixes for these issues. > Gtk3 has a new sizing policy in place that totally breaks GtkFixed > w.r.t. resize. GtkFixed is what Emacs uses so we suffered from all > the bugs. > The theme change is also fixed. Please test it. Thanks for the fix. I confirmed that now everything works fine; I can safely change the theme and resize the window by dragging mouse. Regards, --=20 Daiki Ueno