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: martin rudalics
Subject: bug#52491: 28.0.90; Regression in window deletion with minibuffer
Date: Tue, 21 Dec 2021 11:33:25 +0100

> Or maybe simply:
>
>       ((and dedicated (not (eq dedicated 'side))
>             (window--delete window 'dedicated (eq bury-or-kill 'kill)))
>        ;; If the previously selected window is still alive, select it.
>        (when (window-live-p (nth 2 quit-restore))
>          (select-window (nth 2 quit-restore))))

Right.  Please install that.

martin





reply via email to

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