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

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

bug#67993: Selecting buffer automatically


From: martin rudalics
Subject: bug#67993: Selecting buffer automatically
Date: Sun, 7 Jan 2024 15:56:45 +0100
User-agent: Mozilla Thunderbird

> Could you suggest an alternative to 'old-selected-window'
> to select the original window that was selected before
> the current command?

In 'display-buffer' first save the selected window as
old-selected-window, display the buffer and in your code select
old-selected-window instead of (old-selected-window).

Better, rename "select-window" to "window-to-select" so grepping won't
confuse it with a 'select-window' call and allow for an arbitrary window
(or even buffer, but there could be two windows showing the same buffer)
to use as the finally selected window in 'display-buffer'.  And maybe
have 'pop-to-buffer' and friends pass (select-window . t) instead of
calling 'select-window' themselves and think of what has to happen when
the window made or used by 'display-buffer' is on another frame that
should be (de-)selected.

martin





reply via email to

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