[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#32790: 27.0.50; point jumps unexpectedly after delete-window
From: |
Juri Linkov |
Subject: |
bug#32790: 27.0.50; point jumps unexpectedly after delete-window |
Date: |
Sun, 25 Nov 2018 01:20:57 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) |
>>>> + ((and (window-minibuffer-p other-window)
>>>> + (not (minibuffer-window-active-p other-window)))
>>>> + (user-error "Minibuffer is inactive"))
>>>
>>> Should we try to delete the active minibuffer window?
>>
>> Interesting question. Do you think it's worth the trouble
>> to implement special handling of the minibuffer:
>>
>> 1. when a window in the below direction is requested to be deleted
>> from the bottom window, and the minibuffer is active,
>> then call (abort-recursive-edit)
>
> This looks counter-intuitive unless we are also able to delete the
> minibuffer window.
But the minibuffer window can't be deleted:
0. emacs -Q
1. M-:
2. C-x o
3. Type and eval in *scratch*: (delete-window (window-in-direction 'below))
This error is signaled: "Attempt to delete minibuffer or sole ordinary window"
>> 2. when the selected bottom window is requested to be deleted
>> and selection is requested to be moved in the below direction,
>> then the minibuffer's window should be selected.
>
> If it's active, presumably. I'm not sure, but I wouldn't do that in a
> first version. BTW, if you delete the window on the right frame
> border and want selection to move to the right, does it wrap around to
> the window on the left?
Yes, it respects windmove-wrap-around.
- bug#32790: 27.0.50; point jumps unexpectedly after delete-window, (continued)
- bug#32790: 27.0.50; point jumps unexpectedly after delete-window, Juri Linkov, 2018/11/21
- bug#32790: 27.0.50; point jumps unexpectedly after delete-window, Juri Linkov, 2018/11/26
- bug#32790: 27.0.50; point jumps unexpectedly after delete-window, martin rudalics, 2018/11/27
- bug#32790: 27.0.50; point jumps unexpectedly after delete-window, Juri Linkov, 2018/11/27
- bug#32790: 27.0.50; point jumps unexpectedly after delete-window, martin rudalics, 2018/11/28