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

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

bug#45688: 28.0.50; New action for display-buffer?


From: martin rudalics
Subject: bug#45688: 28.0.50; New action for display-buffer?
Date: Wed, 20 Jan 2021 18:11:46 +0100

>> Where and how?   If you do that in the minibuffer window alone, you
>> should get a result not affected by 'select-window'.  Otherwise, all
>> bets are off.
>
> `C-x C-e'  :-)

With emacs -Q, do C-x 2 twice so you get three windows (since you don't
want to count the selected one) at least and do C-x C-e in the selected
window with point after the following form:

(let ((lru (get-lru-window (next-frame) nil t)))
  (window-bump-use-time lru)
  (message "%s .. %s" lru (get-lru-window (next-frame) nil t)))

martin





reply via email to

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