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: Sun, 23 Jun 2013 14:28:04 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <51C6B138.50903@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371990530 25333 80.91.229.3 (23 Jun 2013 12:28:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Jun 2013 12:28:50 +0000 (UTC) Cc: emacs , Angelo Graziosi To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 23 14:28:50 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 1UqjPW-000702-6Z for ged-emacs-devel@m.gmane.org; Sun, 23 Jun 2013 14:28:50 +0200 Original-Received: from localhost ([::1]:45107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqjPV-0006bG-Or for ged-emacs-devel@m.gmane.org; Sun, 23 Jun 2013 08:28:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqjPS-0006bB-Av for emacs-devel@gnu.org; Sun, 23 Jun 2013 08:28:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UqjPR-00052Y-H8 for emacs-devel@gnu.org; Sun, 23 Jun 2013 08:28:46 -0400 Original-Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:59324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqjPR-00052N-C5 for emacs-devel@gnu.org; Sun, 23 Jun 2013 08:28:45 -0400 Original-Received: by mail-ie0-f172.google.com with SMTP id 16so23136436iea.3 for ; Sun, 23 Jun 2013 05:28:44 -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=Inhw4s+LdLPPKKjrGILM1uNjX8JNsPCGKbXpSW6xTlo=; b=dNX6jWFdk26N8YVUGvTwZFzszX7LSG/1WTwH1TulyCRHI89VhKTWmCaNE89jxVo6wl kmMBNc7cu0I3lxif9MUKIDCbhED3aczNNMu4h5/kko5nVc5m9h2d71+hTPNXd4LShjnz bTVA2ylnvCaKNYrkYcRa0rC9G/U3n6zxIUzi8ascEa7ghbonikZIP0aE08EWZXkDux9P WP7JHD+tXRnPMJ+RTvRwQgeaUUyBQO7wRmRLhcoHjGKVvJ9v3OaMEe2nsJLJpALB4JZ2 WJlcqc9SNEvd7I62x/fnPg7HOihEGgFD/gk11CjLA51W7L6/L72MNFZLl1ePeN1fFzDE KuCg== X-Received: by 10.42.36.3 with SMTP id s3mr4756555icd.42.1371990524510; Sun, 23 Jun 2013 05:28:44 -0700 (PDT) Original-Received: by 10.64.126.161 with HTTP; Sun, 23 Jun 2013 05:28:04 -0700 (PDT) In-Reply-To: <51C6B138.50903@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22c 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:160908 Archived-At: On Sun, Jun 23, 2013 at 10:26 AM, martin rudalics wrote: > On trunk `window-state-get' was broken recently, see bug#14527. Perhaps it is time to send a ping to the bug thread, Cc: emacs-devel... J