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

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

bug#52491: 28.0.90; Regression in window deletion with minibuffer


From: Juri Linkov
Subject: bug#52491: 28.0.90; Regression in window deletion with minibuffer
Date: Thu, 16 Dec 2021 21:02:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

>> There is another problem:
>> 
>>  M-x     ;; execute-extended-command
>>  <kp-prior> ;; switch-to-completions
>>  C--     ;; negative-argument
>>  C-x o           ;; other-window
>>  C-x o           ;; other-window
>>  q       ;; quit-window
>> 
>> After switching to the *scratch* buffer with ‘C-- C-x o’, and back to
>> the *Completions* buffer with ‘C-x o’, then ‘q’ (quit-window) selects
>> the *scratch* window because it's the most-recently-used window.
>> But in 27.2 it selected the minibuffer window.
>
> And the patch you proposed earlier doesn't fix this other problem?

Unfortunately, it doesn't fix this, since 28.0.90 uses mru,
but 27.2 didn't.





reply via email to

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