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 18:05:44 +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> <87d2rbulk4.fsf@mail.jurta.org> <874ncmdcti.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1372176422 846 80.91.229.3 (25 Jun 2013 16:07:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2013 16:07:02 +0000 (UTC) Cc: Angelo Graziosi , Emacs developers , martin rudalics , Eli Zaretskii , Stephen Berman , Jambunathan K To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 25 18:07:00 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 1UrVlb-0005cu-ST for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 18:06:51 +0200 Original-Received: from localhost ([::1]:41387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVlb-0003rb-Dz for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 12:06:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVlF-0003ML-OO for emacs-devel@gnu.org; Tue, 25 Jun 2013 12:06:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrVlE-0003rI-EJ for emacs-devel@gnu.org; Tue, 25 Jun 2013 12:06:29 -0400 Original-Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:41751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrVlB-0003nv-S7; Tue, 25 Jun 2013 12:06:25 -0400 Original-Received: by mail-ea0-f175.google.com with SMTP id z7so6923447eaf.34 for ; Tue, 25 Jun 2013 09:06:24 -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:content-transfer-encoding; bh=u1tx55p6Rapj1lNoGAn9iMxvAHmYSbTkKVWFD0DqI4k=; b=TVbGj3cEvO58UEh/Mz/2s/fn8Uf5/vSyhsk0a/GzidRRHRCkESevIY0s7RqwxP//XD qIbc3QwnTxNpoYrCiSCSG2ARyznzpcYzGotIuZK2CFfLhAx8AeOWTitpxd5uHejQz6VN bL3n/ctzlGJctVXlYuvrUulDkfuyhbpzx88jgSN+Cd2A5DaZ8li5TFPdG9KtMgimbMTc CRnrnjDgiXw8ml5uyLWfYcGwG+Nrzlp5isreNKWoOg5/Ea5XvI47ABiTskVrDVVwtY+m ftL+tu3fCQvbwxAoExWkv2zxB1fU6/SYu+sa+d1jYl7o1fq1U2DLsQAMWR1r3JeEq32x mdYQ== X-Received: by 10.15.21.78 with SMTP id c54mr30254989eeu.14.1372176384871; Tue, 25 Jun 2013 09:06:24 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Tue, 25 Jun 2013 09:05:44 -0700 (PDT) In-Reply-To: <874ncmdcti.fsf@mail.jurta.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::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:161030 Archived-At: On Tue, Jun 25, 2013 at 8:03 AM, Juri Linkov wrote: > The difference is in the format. His patch changes the format of > the desktop file that logically fits better to the design of desktop.el. > Like the existing function calls `desktop-create-buffer' in the desktop > file, it adds similar function calls `desktop-restore-frame': I've committed Martin's fix for the window-state-get bug. I'm now going to integrate J=C3=A9r=C3=A9my's and my changes and work out a patch t= han can be tested on trunk. J