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
Message #26 received at 33258 <at> debbugs.gnu.org (full text, mbox):
> So to rule out non-interactive callers of vc-diff we need to check
> for (eq this-command 'vc-diff)?
For example.
> 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.
In either case let's get 'display-buffer' out of this. After all, its
doc-string says
"Display BUFFER-OR-NAME in some window, without selecting it."
so we'd be preaching to the choir here. We might call it
'pop-to-buffer-no-select'.
martin
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.