From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: frame auto-unmaximized Date: Tue, 07 Jul 2009 10:50:45 +0200 Message-ID: <4A530C65.9040901@swipnet.se> References: <4A520B4D.30807@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1246963242 26408 80.91.229.12 (7 Jul 2009 10:40:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jul 2009 10:40:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 07 12:40:35 2009 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 1MO86F-0004Za-AK for ged-emacs-devel@m.gmane.org; Tue, 07 Jul 2009 12:40:35 +0200 Original-Received: from localhost ([127.0.0.1]:53240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MO86E-0007ng-Lf for ged-emacs-devel@m.gmane.org; Tue, 07 Jul 2009 06:40:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MO84D-0006rf-3q for emacs-devel@gnu.org; Tue, 07 Jul 2009 06:38:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MO847-0006og-NK for emacs-devel@gnu.org; Tue, 07 Jul 2009 06:38:27 -0400 Original-Received: from [199.232.76.173] (port=46635 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MO847-0006oa-BT for emacs-devel@gnu.org; Tue, 07 Jul 2009 06:38:23 -0400 Original-Received: from mtah24.telenor.se ([195.54.99.199]:60926) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MO845-0008S0-Hh; Tue, 07 Jul 2009 06:38:21 -0400 Original-Received: from iph1.telenor.se (iph1.telenor.se [195.54.127.132]) by mtah24.telenor.se (Postfix) with ESMTP id 41043250579; Tue, 7 Jul 2009 10:50:50 +0200 (CEST) X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AheEAJGpUkpV4S1uPGdsb2JhbACBUYgdjxkBAQEBN7NygjiBWgU X-IronPort-AV: E=Sophos;i="4.42,361,1243807200"; d="scan'208";a="27118114" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by iph1.telenor.se with ESMTP; 07 Jul 2009 10:50:45 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 438607FA07B; Tue, 7 Jul 2009 10:50:45 +0200 (CEST) User-Agent: Thunderbird 2.0.0.22 (X11/20090608) In-Reply-To: <4A520B4D.30807@gnu.org> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:112131 Archived-At: Sam Steingold skrev: > with the current cvs head under gnome: > emacs -q > click on the "maximize" button (upper right corner, 2nd from right). > the emacs frame is maximized. > C-M- to go to the next workspace > C-M- to go back to the emacs workspace > observe that the emacs frame is no longer maximized. > I hope this is not the intended behavior! > This should be fixed now. Sebastian Rose wrote: > Also, the frame doesn't stay in the background (behind other windows) if > switching workspaces. > > I've sent two bug-reports about these two issues (sorry, still don't > know how I could link to them here or anywhere. Are they somwhere on the > net?). The cause for this is the same. I have closed the two bugs. Jan D.