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: Fri, 28 Jun 2013 17:14:56 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <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> <51CD97B6.7050809@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372432545 18765 80.91.229.3 (28 Jun 2013 15:15:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 15:15:45 +0000 (UTC) Cc: Stephen Berman , Angelo Graziosi , Emacs developers , Stefan Monnier , Eli Zaretskii , =?UTF-8?Q?Jan_Dj=C3=A4rv?= , Jambunathan K To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 28 17:15:46 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 1UsaOn-0004Vx-7e for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 17:15:45 +0200 Original-Received: from localhost ([::1]:59878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsaOm-000076-Kv for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 11:15:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsaOi-00006b-OC for emacs-devel@gnu.org; Fri, 28 Jun 2013 11:15:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsaOh-0006JT-EW for emacs-devel@gnu.org; Fri, 28 Jun 2013 11:15:40 -0400 Original-Received: from mail-ie0-x233.google.com ([2607:f8b0:4001:c03::233]:61832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsaOf-0006J1-BF; Fri, 28 Jun 2013 11:15:37 -0400 Original-Received: by mail-ie0-f179.google.com with SMTP id c10so4359810ieb.38 for ; Fri, 28 Jun 2013 08:15:36 -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=aLO7BADVgGYiutTo8OHrYiczzCYvJzzlzO3THxdWTbg=; b=NIvqqHnIY6PIvAEKRyDpdzxfzPm9kE6byR4MW66NCNcdhvuDrrti/2gASjKrGD67Nj ucwVw5ZICRnfgAM5lyUFu86DN7lKIFmD5IcaeWd8LlSgJ9c54J84X0tV2aRn5epDxWmG Jq818BXThDhoz5xhLp/q/1hmGdyjocP84docE8JFcUr1ao4eYoJUP0sLrtWt2KMajwED /Bc6PpGN/ifadmmLCPSViwIMP7y9aV8zqC2JX5LOo5wG7/AEBTYE02a8ZgskorYFu62u d1+qbXrLBbIxofqxuZ+nuYY2YZTm6GoAUqI0tT48mDS0bFtphS0dm7TVuCsafUaEkwIg KzAw== X-Received: by 10.50.2.67 with SMTP id 3mr4469428igs.11.1372432536814; Fri, 28 Jun 2013 08:15:36 -0700 (PDT) Original-Received: by 10.64.126.161 with HTTP; Fri, 28 Jun 2013 08:14:56 -0700 (PDT) In-Reply-To: <51CD97B6.7050809@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::233 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:161230 Archived-At: On Fri, Jun 28, 2013 at 4:03 PM, martin rudalics wrote: > (1) Create the frame _ignoring_ the saved size/location related frame > parameters. With the caveat that for fullwidth frames we don't want to ignore the height, and for fullheight frames we don't want to ignore the width. Else the s&r process will not respect sizes for these frames. J