[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33532: 26.1; set-window-configuration does not restore display start
From: |
Juri Linkov |
Subject: |
bug#33532: 26.1; set-window-configuration does not restore display start |
Date: |
Mon, 03 Dec 2018 02:52:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) |
>>> We could store - in configurations and states - both, markers and
>>> their corresponding pure positions. Then if, when restoring a
>>> configuration or state, a marker's position has dropped to 1 while the
>>> corresponding saved pure position is > 1, use the the pure position
>>> instead. This should automatically fix your case and not violate any
>>> others. Juri what do you think?
>>
>> I see no drawbacks, let's try storing both (maybe together with
>> metadata like dired-filename).
>
> It will fail when a window is stowed away in a list or configuration
> and the entire stretch of the buffer from 'point-min' up to some
> position at or after the stored point position is deleted. In that
> case, the point of any window showing the buffer should rightfully
> drop to 'point-min' but in our case it would go to the old position
> when the buffer is re-shown in the window. While this might be a rare
> use case, it would be confusing nevertheless.
I still think the problem is in markers dropping to 'point-min'.
Shouldn't a marker remember its previous position as a number
and try to restore it when this position becomes available again?
- bug#33532: 26.1; set-window-configuration does not restore display start, Juri Linkov, 2018/12/01
- bug#33532: 26.1; set-window-configuration does not restore display start, martin rudalics, 2018/12/02
- bug#33532: 26.1; set-window-configuration does not restore display start,
Juri Linkov <=
- bug#33532: 26.1; set-window-configuration does not restore display start, martin rudalics, 2018/12/04
- bug#33532: 26.1; set-window-configuration does not restore display start, Juri Linkov, 2018/12/04
- bug#33532: 26.1; set-window-configuration does not restore display start, martin rudalics, 2018/12/05
- bug#33532: 26.1; set-window-configuration does not restore display start, Juri Linkov, 2018/12/05
- bug#33532: 26.1; set-window-configuration does not restore display start, martin rudalics, 2018/12/06
- bug#33532: 26.1; set-window-configuration does not restore display start, Juri Linkov, 2018/12/06