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

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

bug#13898: 24.3.50; Non-cycle completion can use the wrong window


From: Stefan Monnier
Subject: bug#13898: 24.3.50; Non-cycle completion can use the wrong window
Date: Sun, 17 Mar 2013 18:21:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>              ;; If end is in view, scroll up to the beginning.
>              (set-window-start window (point-min) nil)
>            ;; Else scroll down one screen.
> -          (scroll-other-window))
> +          (with-selected-window window
> +            (scroll-up)))

Looks good, please install,


        Stefan





reply via email to

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