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: Tue, 25 Jun 2013 18:38:40 +0200 Message-ID: <51C9C790.3020407@gmx.at> References: <51C5AA68.4000204@alice.it> <51C6B138.50903@gmx.at> <51C6CF57.9030203@alice.it> <51C87C3E.90904@gmx.at> <83ehbrju1d.fsf@gnu.org> <87r4frcq9v.fsf@rosalinde.fritz.box> <87vc5345t3.fsf@gmail.com> <51C8B2C8.4000803@gmx.at> <51C93CDB.2020301@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372178351 25023 80.91.229.3 (25 Jun 2013 16:39:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2013 16:39:11 +0000 (UTC) Cc: Emacs developers , Juanma Barranquero , Angelo Graziosi , Eli Zaretskii , Stephen Berman , Jambunathan K To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 25 18:39:11 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 1UrWGf-0004Xb-8x for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 18:38:57 +0200 Original-Received: from localhost ([::1]:36005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrWGe-00013c-UG for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 12:38:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrWGb-00013Q-Mq for emacs-devel@gnu.org; Tue, 25 Jun 2013 12:38:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrWGa-0007Ph-Ly for emacs-devel@gnu.org; Tue, 25 Jun 2013 12:38:53 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:57666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrWGa-0007PV-Br for emacs-devel@gnu.org; Tue, 25 Jun 2013 12:38:52 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.12]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MdINx-1Ua7js115H-00IV6T for ; Tue, 25 Jun 2013 18:38:51 +0200 Original-Received: (qmail invoked by alias); 25 Jun 2013 16:38:51 -0000 Original-Received: from 62-47-62-72.adsl.highway.telekom.at (EHLO [62.47.62.72]) [62.47.62.72] by mail.gmx.net (mp012) with SMTP; 25 Jun 2013 18:38:51 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/zI98pdhzzn6zFWv9vtHND47yos+jYxyH5UD1UD5 C71gE2Gp5u/+gQ 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.19 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:161033 Archived-At: > I have no idea ab out what the code is supposed to do but the above > change looks suspicious. If you want to conditionally include the > line, then you want: > > ,@(unless (window-live-p window) > `((combination-limit . ,(window-combination-limit window)))) Indeed. Sorry, Juanma. martin