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 01:43:00 +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> 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 1372117426 12031 80.91.229.3 (24 Jun 2013 23:43:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Jun 2013 23:43:46 +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 01:43:47 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 1UrGQF-0000Fl-DK for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 01:43:47 +0200 Original-Received: from localhost ([::1]:47154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrGQF-0005z1-0Y for ged-emacs-devel@m.gmane.org; Mon, 24 Jun 2013 19:43:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrGQC-0005yu-IP for emacs-devel@gnu.org; Mon, 24 Jun 2013 19:43:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrGQB-0002g3-86 for emacs-devel@gnu.org; Mon, 24 Jun 2013 19:43:44 -0400 Original-Received: from mail-ie0-x234.google.com ([2607:f8b0:4001:c03::234]:55519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrGQ8-0002dX-TS; Mon, 24 Jun 2013 19:43:41 -0400 Original-Received: by mail-ie0-f180.google.com with SMTP id f4so25126160iea.25 for ; Mon, 24 Jun 2013 16:43:40 -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=uywSsl94hw1G4rd68dqFSp267uDxErBZLv2CWIUiI1w=; b=tQtwVh3LTvGE+lCk9yY3oReZbhTYjllDLf87Vg/EiamJdlI1OgLMdSid0iJEPM9Y4s H5r1L62bpo9y/IUXUtibS94+Tju39B4/0V2UoQqlc8M3GE2APY/985Yl0+rRfaGmjg3l EGoY2p+pIBhlhMEDSEo9fMmDxFYurQsLy/6nc/XGtFEdZRSAUZObYZ+jJoT9CFdF5J/w rMFMvE7zYpfzDAXhql/M2dA1DqqAP1638jaH0NgsEYnxOF5z8AU63efGOWfm2GGHh9Ru 8fixQU+T7iPxlVNxb1MtgXeAwvxxpQdPz9AJs6WwS/6N14g2CASJfgcC8IHMhL+/65JC mjbg== X-Received: by 10.50.2.67 with SMTP id 3mr7164391igs.11.1372117420164; Mon, 24 Jun 2013 16:43:40 -0700 (PDT) Original-Received: by 10.64.126.161 with HTTP; Mon, 24 Jun 2013 16:43:00 -0700 (PDT) In-Reply-To: <87d2rbulk4.fsf@mail.jurta.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::234 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:160995 Archived-At: On Tue, Jun 25, 2013 at 1:38 AM, Juri Linkov wrote: > Please increment the version number of the desktop file in > `desktop-file-version' because the new format will be backward > incompatible with the old one. Why? The window configuration is saved as a global variable. An old desktop.el would load it, but do nothing with it... > What do you think about also > merging it with the patch from J=C3=A9r=C3=A9my Compostella at > http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00600.html > that additionally saves the frame parameters as well. Yes, saving frame parameters is one of the things missing in my sample code. I haven't looked at J=C3=A9r=C3=A9my Compostella's patch, but if it already saves the frames, why merge both patches? What is lacking in his? J