From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: [werner@suse.de: Several problems in KDE/KWin] Date: Sat, 08 Dec 2007 13:30:46 +0100 Message-ID: <87k5npid1l.fsf@escher.local.home> References: <87k5nqqtfv.fsf@member.fsf.org> <87r6hyjbgw.fsf@escher.local.home> <475A641C.4060501@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1197117083 27639 80.91.229.12 (8 Dec 2007 12:31:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Dec 2007 12:31:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 08 13:31:33 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J0yqD-0007JZ-40 for ged-emacs-devel@m.gmane.org; Sat, 08 Dec 2007 13:31:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0ypv-00037d-OC for ged-emacs-devel@m.gmane.org; Sat, 08 Dec 2007 07:31:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J0ypq-00036L-Jt for emacs-devel@gnu.org; Sat, 08 Dec 2007 07:31:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J0ypo-00035e-UI for emacs-devel@gnu.org; Sat, 08 Dec 2007 07:31:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0ypo-00035a-R2 for emacs-devel@gnu.org; Sat, 08 Dec 2007 07:31:08 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J0ypo-00005h-AI for emacs-devel@gnu.org; Sat, 08 Dec 2007 07:31:08 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J0yph-0002jV-31 for emacs-devel@gnu.org; Sat, 08 Dec 2007 12:31:01 +0000 Original-Received: from i5387de9c.versanet.de ([83.135.222.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Dec 2007 12:31:01 +0000 Original-Received: from Stephen.Berman by i5387de9c.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Dec 2007 12:31:01 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i5387de9c.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84871 Archived-At: On Sat, 08 Dec 2007 10:30:04 +0100 Jan Djärv wrote: > Stephen Berman skrev: >> On Fri, 07 Dec 2007 20:08:00 +0100 Andreas Schwab wrote: >> >>> If you try to maximize a second time the frame is actually truely >>> maximized. >> >> This is so if you maximize either vertically (mouse-2) or horizontally >> (mouse-3) but not for both dimensions simultaneously (mouse-1). >> >>> But unmaximizing restores intermediate, nearly maximized >>> size, not the original one. >> >> This behavior has varied in the course of Emacs 22 development. For >> further details see >> . >> > > It is the same root cause as the "describe-{function,variable} shrinks > frame (GTK+/KDE)" problem > (http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01108.html). I suspected this was the case. > I so far figured out that is has to do with wm size hints. Gtk+ > enforces size hits by itself, and then the window manager also does > it. There is a race condition in there somewhere, so that Emacs > resizes itself one time too many. > > But I am working on it. I am grateful for that and would be glad to help by testing or anything else I can do. Steve Berman