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:12:54 +0200 Message-ID: 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> <2FB4C583-960C-4DA8-8B2E-29DF8D96770E@swipnet.se> <51CD6324.2040504@gmx.at> <51CD979B.8010403@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372432425 17185 80.91.229.3 (28 Jun 2013 15:13:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 15:13:45 +0000 (UTC) Cc: =?UTF-8?Q?Jan_Dj=C3=A4rv?= , 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 Fri Jun 28 17:13: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 1UsaMp-0002qN-Gr for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 17:13:43 +0200 Original-Received: from localhost ([::1]:58235 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsaMp-0007Vp-35 for ged-emacs-devel@m.gmane.org; Fri, 28 Jun 2013 11:13:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsaMl-0007VE-FR for emacs-devel@gnu.org; Fri, 28 Jun 2013 11:13:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsaMj-0005HP-2x for emacs-devel@gnu.org; Fri, 28 Jun 2013 11:13:39 -0400 Original-Received: from mail-ie0-x22f.google.com ([2607:f8b0:4001:c03::22f]:38421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsaMg-0005FX-Kr; Fri, 28 Jun 2013 11:13:34 -0400 Original-Received: by mail-ie0-f175.google.com with SMTP id a13so4009667iee.6 for ; Fri, 28 Jun 2013 08:13:34 -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=6/FN07984ifiVm8zoNcNDJhDP67xYa8vN7cesCx/XMM=; b=Dkald6NbXgXKO3HaKVIV5xSEUyPvy8IkIi2Fx42QerTsDULTS7okWxsdubiefMbnW3 cplza+uEQy7wFFKvV882Gm4PjMJC57IJ8aORtpYSci20/wdDY2sVNeL/TX29kMpKu/O0 bda6WeItjZYv+nwrFMZMG5ePt8pNGFEVtkALnlmKzOlFKfMO4/SfzwawDZnJ3o1UfzzJ a+tf21tBxvSOtPP9Yma3YyExSW3DDIfN05NIhw7kvZJrWU0gQDT+7o6Etgu0j2Np0Ubt AgHHGD//lV8XAss13LZHyc1mqiVHygk0oXP2JLG9UccbyECgDd2vT9TpscRpGwjlrfBT Zs4g== X-Received: by 10.50.23.8 with SMTP id i8mr4212210igf.42.1372432414133; Fri, 28 Jun 2013 08:13:34 -0700 (PDT) Original-Received: by 10.64.126.161 with HTTP; Fri, 28 Jun 2013 08:12:54 -0700 (PDT) In-Reply-To: <51CD979B.8010403@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22f 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:161228 Archived-At: On Fri, Jun 28, 2013 at 4:03 PM, martin rudalics wrote: > We probably can't restore them with a tiling window manager. But such > cases are special. Yes, we know we won't get a 100% succesful answer. Some cases will have to be left for the user to deal with (via hooks or whatever). J