GNU bug report logs -
#33258
inhibit-select-window
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 4 Nov 2018 21:26:01 UTC
Severity: wishlist
Tags: wontfix
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> You cannot do that in a systematical way - 'display-buffer-alist' is
> agnostic of its clients. And don't forget clients of 'vc-diff' who
> might rely on the fact that the latter selects the window chosen.
So to rule out non-interactive callers of vc-diff we need to check
for (eq this-command 'vc-diff)?
But there is a simpler and safer solution that I already mentioned:
to restore an original window in post-command-hook. Or even better
using your new window-state-change-functions: when inhibit-select-window
was found in an alist from display-buffer-alist then check whether
the selected window was changed in an alist of changes provided by
window-state-change-functions and restore an old selected window.
This bug report was last modified 6 years and 280 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.