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: Thu, 27 Jun 2013 23:00:12 +0200 Message-ID: <51CCA7DC.8060605@gmx.at> References: <51C5AA68.4000204@alice.it> <87vc5345t3.fsf@gmail.com> <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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372366828 6391 80.91.229.3 (27 Jun 2013 21:00:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 21:00:28 +0000 (UTC) Cc: Angelo Graziosi , Emacs developers , Stefan Monnier , Eli Zaretskii , Stephen Berman , Jambunathan K To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 27 23:00:27 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 1UsJIn-0001La-La for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 23:00:25 +0200 Original-Received: from localhost ([::1]:48968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsJIn-00054q-9d for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 17:00:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsJIj-00052t-Dt for emacs-devel@gnu.org; Thu, 27 Jun 2013 17:00:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsJIe-0000XY-W8 for emacs-devel@gnu.org; Thu, 27 Jun 2013 17:00:21 -0400 Original-Received: from mout.gmx.net ([212.227.15.18]:58974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsJIe-0000XI-Nh for emacs-devel@gnu.org; Thu, 27 Jun 2013 17:00:16 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.19]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MK7dj-1UrToo2i5l-001Qmx for ; Thu, 27 Jun 2013 23:00:15 +0200 Original-Received: (qmail invoked by alias); 27 Jun 2013 21:00:15 -0000 Original-Received: from 62-47-59-151.adsl.highway.telekom.at (EHLO [62.47.59.151]) [62.47.59.151] by mail.gmx.net (mp019) with SMTP; 27 Jun 2013 23:00:15 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/hnztMipzhP5Zc2O+tVOeRFa0jgo3bvwnCkvQC2J DnRmYc3lDA9pQt In-Reply-To: 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.18 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:161155 Archived-At: > Or, we can just document that maximized/fullscreen frames, once > restored via desktop.el, will be created/resized to their default > dimension and then maximized. The user loses their initial size, but > at least gets a non-hostile behavior. I'd obviously prefer such a solution. martin