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: Mon, 24 Jun 2013 19:23:58 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <51C6B138.50903@gmx.at> <51C6CF57.9030203@alice.it> <51C87C3E.90904@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372094687 1635 80.91.229.3 (24 Jun 2013 17:24:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Jun 2013 17:24:47 +0000 (UTC) Cc: emacs , Angelo Graziosi To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 24 19:24:48 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 1UrAVR-00026A-Ts for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 19:24:46 +0200 Original-Received: from localhost ([::1]:37357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrAVR-0004c6-FT for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 13:24:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrAVM-0004WP-Pg for emacs-devel@gnu.org; Mon, 24 Jun 2013 13:24:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrAVL-0001qR-E6 for emacs-devel@gnu.org; Mon, 24 Jun 2013 13:24:40 -0400 Original-Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:48290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrAVL-0001pr-4w for emacs-devel@gnu.org; Mon, 24 Jun 2013 13:24:39 -0400 Original-Received: by mail-ee0-f43.google.com with SMTP id l10so6111191eei.16 for ; Mon, 24 Jun 2013 10:24:38 -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=bPqBnAOBVF9iNjqH5xkoxn1jqlxw5+ldGgS/CLl5i1Y=; b=pSX1pBFZ7Y9DZvo0yKIpMkLl+/3128vfar7BLBmlX8zipxOqc6sUOcxye0SMrJKcLI erteBVkjcuxPHsBVVjgCT/sncN8yQ/+yayUG6JLrhPuVgGFqtzvjlWXzxyI68N5t3J89 C00eoaKSjcAEaFNP39/f/ItGZhjDaIlvzYVKRHkJ/fKuCJeNIEekKSkw0ejyxtBdrU0M MbXz4UpOJ3Ei26E1pMrzqbDMUSJj/WNG5kbC7CCyyrGo/WVpzM1eefJMeeDlj3hXTHO3 8qfNrFCYIsjniXwL0JQpjcPi0Tml8aW02pPru3La1Jo+gnnnwjqQUeBHlg9+Eims/kgP Ry+Q== X-Received: by 10.14.213.135 with SMTP id a7mr25383446eep.152.1372094678435; Mon, 24 Jun 2013 10:24:38 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Mon, 24 Jun 2013 10:23:58 -0700 (PDT) In-Reply-To: <51C87C3E.90904@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:160954 Archived-At: On Mon, Jun 24, 2013 at 7:05 PM, martin rudalics wrote: > When I wrote these functions I was told that writing the desktop front > end would be easy. BTW, the last paragraph of window-persistent-parameters' docstring seems to have been caught mid-change: Parameters not saved by `current-window-configuration' or `window-state-get' are left alone by `set-window-configuration' respectively are not installed by `window-state-put'. J