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

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

bug#16909: 24.3; scrolling *Completions* window with tab sometimes choos


From: martin rudalics
Subject: bug#16909: 24.3; scrolling *Completions* window with tab sometimes chooses a wrong window
Date: Sat, 01 Mar 2014 12:54:27 +0100

> I just posted this setq line as a workaround. And why does it break? Because 
if you set it then C-M-v will always try to scroll *Completions* and not regular 
other-window buffer which is useful sometimes (e.g. while using help, an approach 
mentioned even in tutorial).

So it seems there are two ways to tackle this problem:

(1) Kill the *Completions* buffer when we're done so it won't be
    inadvertently displayed by `other-window-for-scrolling'.

(2) Bind `other-window-scroll-buffer' temporarily only as long as the
    *Completions* buffer is shown.

martin





reply via email to

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