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: Tue, 25 Jun 2013 17:32:15 +0200 Message-ID: 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=UTF-8 X-Trace: ger.gmane.org 1372174393 9653 80.91.229.3 (25 Jun 2013 15:33:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2013 15:33:13 +0000 (UTC) Cc: Eli Zaretskii , Stephen Berman , Emacs developers , Jambunathan K , Angelo Graziosi To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 25 17:33:13 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 1UrVF2-00034F-IU for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 17:33:12 +0200 Original-Received: from localhost ([::1]:47573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVF2-0004Gq-44 for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 11:33:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVEu-0004E6-M8 for emacs-devel@gnu.org; Tue, 25 Jun 2013 11:33:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrVEt-00078w-A8 for emacs-devel@gnu.org; Tue, 25 Jun 2013 11:33:04 -0400 Original-Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:46456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVEn-00077N-Ds; Tue, 25 Jun 2013 11:32:57 -0400 Original-Received: by mail-ee0-f43.google.com with SMTP id l10so6815398eei.2 for ; Tue, 25 Jun 2013 08:32:56 -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=Ef9M7eE5ItB91zn+TifI0f+/Z+pWXALZBBNXU+Tt16Q=; b=bseHfOHfLQc5fMG9QpNItkIbmnq/a7SV3tpvo3gUDSkXIbNi7cjXNfgRZhmmli+HDq 6WmPThyj812a+8gHgTo06YKK0bUL3Am+ME02trdAxtocNcw9OxTfJ+G6YWpTxWO2hhM8 FR6EBH0zrG8bMaMMzCohj0O+X8TZQeP8MtHNf/K3r249ajo5ZeC7rd8Orvw3z7ETHGqf T6a7OI1cHdjbH+oDOz8uigDY010F9C4uviNO9fxU6+9Uxg12UI96pkM6pd83GqZnAt8o zz9WFB+EHQTDgJoYGPf0V9RNXboCiOl9JBx0lURlNu5NVwBwLMsrxoLTU2MpdpWSOQU3 q+sQ== X-Received: by 10.15.102.68 with SMTP id bq44mr30507264eeb.89.1372174376561; Tue, 25 Jun 2013 08:32:56 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Tue, 25 Jun 2013 08:32:15 -0700 (PDT) In-Reply-To: <51C93CDB.2020301@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22b 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:161029 Archived-At: On Tue, Jun 25, 2013 at 8:46 AM, martin rudalics wrote: > Please try with the remedy I hinted at earlier. In `window-state-get-1' > replace the entry > > (combination-limit . ,(window-combination-limit window)) > > by something like > > ,@(unless (window-live-p window) > `(combination-limit . ,(window-combination-limit window))) In my admitedly quick test it does not break, so I'm going to install it as a workaround for bug#14527, but I'll leave it open. J