GNU bug report logs - #13898
24.3.50; Non-cycle completion can use the wrong window

Previous Next

Package: emacs;

Reported by: Jorgen Schaefer <forcer <at> forcix.cx>

Date: Thu, 7 Mar 2013 20:14:02 UTC

Severity: normal

Found in version 24.3.50

Done: Ivan Shmakov <ivan <at> siamics.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Jorgen Schaefer <forcer <at> forcix.cx>
Cc: 13898 <at> debbugs.gnu.org
Subject: bug#13898: 24.3.50; Non-cycle completion can use the wrong window
Date: Sun, 17 Mar 2013 18:21:41 -0400
>              ;; 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




This bug report was last modified 11 years and 225 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.