From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: GUI vs TTY when saving & restoring framesets Date: Sun, 22 Jan 2017 18:00:10 +0000 Message-ID: <20170122180010.GB12823@acm> References: <20170122132727.GA12823@acm> <831svv5a4l.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1496094516 8980 195.159.176.226 (29 May 2017 21:48:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 29 May 2017 21:48:36 +0000 (UTC) User-Agent: Mutt/1.7.2 (2016-11-26) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 22 19:00:48 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cVMRM-0005lP-RE for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2017 19:00:32 +0100 Original-Received: from localhost ([::1]:37266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVMRS-0007EH-37 for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2017 13:00:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVMRL-0007E6-85 for emacs-devel@gnu.org; Sun, 22 Jan 2017 13:00:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVMRI-0003i0-6c for emacs-devel@gnu.org; Sun, 22 Jan 2017 13:00:31 -0500 Original-Received: from ocolin.muc.de ([193.149.48.4]:35360 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1cVMRI-0003h7-0K for emacs-devel@gnu.org; Sun, 22 Jan 2017 13:00:28 -0500 Original-Received: (qmail 6269 invoked by uid 3782); 22 Jan 2017 18:00:26 -0000 Original-Received: from acm.muc.de (p4FC46969.dip0.t-ipconnect.de [79.196.105.105]) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 22 Jan 2017 19:00:25 +0100 Original-Received: (qmail 14648 invoked by uid 1000); 22 Jan 2017 18:00:10 -0000 Content-Disposition: inline In-Reply-To: <831svv5a4l.fsf@gnu.org> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 193.149.48.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:215324 Hello, Eli. On Sun, Jan 22, 2017 at 18:31:54 +0200, Eli Zaretskii wrote: > > Date: Sun, 22 Jan 2017 13:27:27 +0000 > > From: Alan Mackenzie > > Cc: Emacs developers > > To those bugs I would add: > > #23630: Emacs 25.0.94.1: desktop-read loads buffers in the wrong order. > > #19706: Emacs 25.0.50; (+ nil nil -1) in desktop-restore-frameset > When were those last tried? Is it possible that they are fixed on the > release branch? #19706 had a workaround applied to it, I think. (I think I did this myself) #23630 is not fixed. I've just tried it..... > FWIW, when I finished working on bug#24298, I no longer saw incorrect > order of buffers after restoring the desktop: their order was always > the same, as long as I restored from the same desktop file. Maybe you > just don't like the order in which desktop.el puts them in the desktop > file? ... on master. I had four frames open, cycled through them, then did C-x C-c, creating the desktop file and exiting. I restarted Emacs, which created the four frames, and then did C-x C-b. The second entry there was *scratch*. This was not any of the four buffers which were in the frames' windows when I previously shut down. Other than that, the order of the buffers in C-x C-b is the reverse of the order in my desktop file. This was in GNU, X-Windows, with desktop-restore-frames set to t, using version 208 (i.e. Emacs >= 25) of the desktop file format. -- Alan Mackenzie (Nuremberg, Germany).