[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#15382: desktop restores buffers in wrong order
From: |
Juri Linkov |
Subject: |
bug#15382: desktop restores buffers in wrong order |
Date: |
Sun, 15 Sep 2013 11:51:12 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) |
The wrong order of restored desktop buffers is caused
by addition of these two conditions in `desktop-read':
(unless (desktop-restoring-frameset-p)
Removing this condition in two places in `desktop-read'
restores the right order.
Were these conditions intended to fix some problems?
Another bug is that point of the top restored buffer
is placed to a wrong position because `desktop-saved-frameset'
saves point of one buffer (possibly non-persistent), but
after restoring the desktop, `window-state-put' restores that point
to another buffer (persistent and restored from the desktop file),
thus applying the value of point of one buffer to another buffer.
- bug#15382: desktop restores buffers in wrong order,
Juri Linkov <=