From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: How to restore the layout? Date: Thu, 27 Jun 2013 22:52:41 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <87r4frcq9v.fsf@rosalinde.fritz.box> <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 X-Trace: ger.gmane.org 1372366409 2472 80.91.229.3 (27 Jun 2013 20:53:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 20:53:29 +0000 (UTC) Cc: Angelo Graziosi , Emacs developers , Stefan Monnier , Eli Zaretskii , Stephen Berman , Jambunathan K To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 27 22:53:30 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 1UsJC4-00039r-3I for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 22:53:28 +0200 Original-Received: from localhost ([::1]:46756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsJC3-0003J7-Q4 for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 16:53:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsJC0-0003J2-TG for emacs-devel@gnu.org; Thu, 27 Jun 2013 16:53:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsJC0-0006OI-1P for emacs-devel@gnu.org; Thu, 27 Jun 2013 16:53:24 -0400 Original-Received: from mail-ea0-x236.google.com ([2a00:1450:4013:c01::236]:63212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsJBy-0006Nu-IA; Thu, 27 Jun 2013 16:53:22 -0400 Original-Received: by mail-ea0-f182.google.com with SMTP id d10so652552eaj.41 for ; Thu, 27 Jun 2013 13:53:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Y4LKz7UbTV9eOL98/yYz3wro2vW/PC2jvGqH9CrT62c=; b=y1H0S1VYkW6LkFKnEhIrTHQQl0rpbNWeVVG6iv+q8erBFJwXH2Jz/8f7y2GtlREmWH vfmgnxv15g4lus09BtfU1+DKpVhCGlwZvHoU0zTZtJ0zMKh0YzB9Sa8npcUw21p9IwQ7 wfYGNs97wynvaEOykEYjtt9C3Oa5NqerEDtwxA4NRITyH4+w/OhvWjrmUQ8ea7TKc1Mw YisT+KJFl01I2ylrW7rCAvT61WegMcoKdTdg3Ilh6B+/Wy34Wy8ZpdtZTy2XIeN6iOYs SMDHVtGTM55srxzhi090rN6tmtn6r+u6flYo+39XpgZ6YMNOmOtcaUu1Q9IQGkowi/R/ +/eQ== X-Received: by 10.15.21.78 with SMTP id c54mr10674378eeu.14.1372366401549; Thu, 27 Jun 2013 13:53:21 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Thu, 27 Jun 2013 13:52:41 -0700 (PDT) In-Reply-To: <51CCA56A.8000508@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::236 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:161153 Archived-At: On Thu, Jun 27, 2013 at 10:49 PM, martin rudalics wrote: > We could use a frame parameter for systems where we can't > get sizes / positions realiably but all this will likely get tedious. 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. J