From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: How to restore the layout? Date: Fri, 28 Jun 2013 13:50:17 +0200 Message-ID: <51CD7879.1030906@gmx.at> References: <51C5AA68.4000204@alice.it> <51C8B2C8.4000803@gmx.at> <51C93CDB.2020301@gmx.at> <51C9C790.3020407@gmx.at> <51CA0D4C.7080204@alice.it> <51CC3E42.7020409@alice.it> <51CC4CC1.3030202@alice.it> <51CC8403.1030009@gmx.at> <51CCA56A.8000508@gmx.at> <51CD49CF.1090103@gmx.at> <51CD5489.10902@gmx.at> <83d2r6fsbw.fsf@gnu.org> NNTP-Posting-Host: plane.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 1372420994 14933 80.91.229.3 (28 Jun 2013 12:03:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 12:03:14 +0000 (UTC) Cc: stephen.berman@gmx.net, angelo.graziosi@alice.it, lekktu@gmail.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, =?ISO-8859-1?Q?Jan_Dj=E4rv?= , kjambunathan@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 28 14:03:14 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UsXOR-0004zp-AM for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 14:03:11 +0200 Original-Received: from localhost ([::1]:45740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsXOQ-0006gE-Ng for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 08:03:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsXOH-0006g2-Bz for emacs-devel@gnu.org; Fri, 28 Jun 2013 08:03:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsXOA-0000qY-OR for emacs-devel@gnu.org; Fri, 28 Jun 2013 08:03:01 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:61225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsXOA-0000qL-Cy for emacs-devel@gnu.org; Fri, 28 Jun 2013 08:02:54 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.27]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Lmhtl-1UJkju3Osd-00aF4k for ; Fri, 28 Jun 2013 13:50:21 +0200 Original-Received: (qmail invoked by alias); 28 Jun 2013 11:50:21 -0000 Original-Received: from 62-47-42-42.adsl.highway.telekom.at (EHLO [62.47.42.42]) [62.47.42.42] by mail.gmx.net (mp027) with SMTP; 28 Jun 2013 13:50:21 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/P3gJOQCTPtgBLGRUP2ZWcNzLEiOZeD3TfuKQs4i GGFUZ33/0e4DMu In-Reply-To: <83d2r6fsbw.fsf@gnu.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161188 Archived-At: > FWIW, I agree. Maximizing a frame is just one mouse click away, so > going to great length just to restore that is not a good idea, > especially, as Jan points out, it will not be 100% correct anyway. This is not about maximizing but about demaximizing a maximized frame after it has been maximized by desktop. The question was whether this could/should restore the normal frame size of the previous session. We already earlier agreed with Juanma that this will only restore the default frame size of the present session. > Just make sure we re-create all those frames, and if they need to be > resized or moved, be it by the window manager or manually, so be it. > It will already be a great improvement from what we had before, > whereby users would have manually recreate every frame. I think we should do what can be done easily, like restoring the last previous sizes (as Juanma does already). martin