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: How to restore the layout? Date: Fri, 28 Jun 2013 10:46:36 +0200 Message-ID: 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> <51CD49CF.1090103@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1372409206 15645 80.91.229.3 (28 Jun 2013 08:46:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 08:46:46 +0000 (UTC) Cc: Angelo Graziosi , Juanma Barranquero , 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 Fri Jun 28 10:46:45 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 1UsUKJ-0001zS-8H for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 10:46:43 +0200 Original-Received: from localhost ([::1]:34035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsUKI-0000fn-Ue for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 04:46:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsUKF-0000fi-4i for emacs-devel@gnu.org; Fri, 28 Jun 2013 04:46:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsUKE-0005w6-82 for emacs-devel@gnu.org; Fri, 28 Jun 2013 04:46:39 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:48188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsUKE-0005vv-0x for emacs-devel@gnu.org; Fri, 28 Jun 2013 04:46:38 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 1FE19CE45 for ; Fri, 28 Jun 2013 10:46:36 +0200 (CEST) Original-Received: (qmail 19375 invoked by uid 89); 28 Jun 2013 08:46:36 -0000 Original-Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.melmac.se with ESMTPA; 28 Jun 2013 08:46:36 -0000 Original-Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id C48451A0227; Fri, 28 Jun 2013 08:46:35 +0000 (UTC) In-Reply-To: <51CD49CF.1090103@gmx.at> X-Mailer: Apple Mail (2.1508) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.20.26.67 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:161178 Archived-At: Hello. 28 jun 2013 kl. 10:31 skrev martin rudalics : > > If you are looking for the size/position a window had before i was > > maximized/fullscreen, there is no such hint. Hints reflect the > > current state only. >=20 > Strictly spoken the size/position a window had before > maximizing/minimizing are part of the current state. At least the > window manager has to remember them somewhere. Is there a way to get > them otherwise? Strictly speaking they are not part of the current state, but of some = previous state. X does not differ between maximized, fullscreen or = normal windows, they are all just windows. The window manager makes = that distinction, and probably holds that data, but it is private and = unacessable. Jan D.