GNU bug report logs -
#22539
25.1.50; C-x o should switch to *Completions*
Previous Next
Reported by: Helmut Eller <eller.helmut <at> gmail.com>
Date: Tue, 2 Feb 2016 21:38:01 UTC
Severity: minor
Tags: notabug
Found in version 25.1.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> 1) start Emacs with: emacs -Q -f find-file
> 2) press TAB two times so that the *Completions* buffer
> becomes visible
> 3) press C-x o
>
> the window with the *scratch* buffer is selected.
>
> It would be more convenient if C-x o in step 3 would switch to the
> *Completions* buffer.
The basic idea behind C-x o is that it cycles through all live windows
before returning to the initially selected one. We could, in your
special case, have ‘other-window’ select ‘other-window-for-scrolling’.
But if we do so, we have to face the dilemma that the next C-x o gets us
immediately back to the minibuffer window. This means that all other
windows would get excluded from repeated invocations of C-x o.
So I'm afraid that I cannot offer a practicable solution for this :-(
martin
This bug report was last modified 9 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.