bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23630: Emacs 25.0.94.1: desktop-read loads buffers in the wrong orde


From: Alan Mackenzie
Subject: bug#23630: Emacs 25.0.94.1: desktop-read loads buffers in the wrong order.
Date: Fri, 27 May 2016 11:55:09 +0000
User-agent: Mutt/1.5.24 (2015-08-30)

Hello, Emacs.

Run the following, having recently saved a desktop file in either
version 206 (the version current for Emacs < 25.1) or version 208 (the
new format for Emacs 25) in a previous Emacs session.  When saving the
desktop file, variable `desktop-restore-frames' should be nil.

In the Emacs pretest 25.0.94:
emacs -Q
M-x desktop-save-mode
M-x desktop-read

Now repeatedly do C-x 5 b.  The buffers which are displayed in the
successive new frames are:

    NEWS
    *scratch*
    *messages*
    .emacs25.desktop
    .emacs
    frameset.el
    desktop.el
    *info*

.  The entirety of the buffers recorded in .emacs.desktop is, in order:

    .emacs25.desktop
    .emacs
    frameset.el
    desktop.el
    NEWS
    *info*

.  Note: (i) NEWS has been spuriously placed at the front of the list of
buffers.  (ii) Buffers *scratch* and *messages* have been wrongly placed
in positions 2 and 3 of (buffer-list).

-- 
Alan Mackenzie (Nuremberg, Germany).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]