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

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

bug#46034: Feature request: add variable for automatically selecting the


From: Juri Linkov
Subject: bug#46034: Feature request: add variable for automatically selecting the apropos window
Date: Sat, 23 Jan 2021 19:29:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> Feature request for "apropos.el": add a variable for automatically
> selecting the apropos window when it is shown.
>
> Please add an "apropos-window-select" variable that is analogous to
> help.el's "help-window-select".

I don't know why there is this too specific option 'help-window-select'.
It seems there are many other windows that needs to be customized
to select them.  Wouldn't it be more general solution to use
display-buffer-alist, maybe with something like:

(add-to-list 'display-buffer-alist '("\\*Help\\*" nil (post-display . 
select-window)))





reply via email to

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