diff options
author | Martin Rudalics <rudalics@gmx.at> | 2021-04-18 09:51:32 +0200 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2021-04-18 09:51:32 +0200 |
commit | 5819f4fb0a9337fab4c32dac557a02ec6497bce5 (patch) | |
tree | 9bb5fd3fea3b589781200470e7c4df9bb46e5ed5 /lisp/emacs-lisp/rx.el | |
parent | 5c07cd0f156217db268ccb9fa64566fb429c4257 (diff) | |
download | emacs-5819f4fb0a9337fab4c32dac557a02ec6497bce5.tar.gz emacs-5819f4fb0a9337fab4c32dac557a02ec6497bce5.tar.bz2 emacs-5819f4fb0a9337fab4c32dac557a02ec6497bce5.zip |
Avoid selecting tooltip windows and frames (Bug#47207)
* src/frame.c (do_switch_frame): Don't switch to a tooltip frame.
(Fselect_frame): Do not select a tooltip frame.
* src/w32fns.c (Fx_show_tip):
* src/xfns.c (Fx_show_tip): Set the tooltip window's
`no-other-window' parameter so `other-window' will skip it.
* src/window.c (select_window): Do not select a tooltip window.
(candidate_window_p): Make sure MINIBUF is live.
(decode_next_window_args): Make sure that W's frame's minibuffer
window is live before including it.
(Qno_other_window): New symbol.
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
0 files changed, 0 insertions, 0 deletions