]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-completion): Be sure to scroll quail-completion-buf.
authorKenichi Handa <handa@m17n.org>
Tue, 24 Sep 2002 04:15:02 +0000 (04:15 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 24 Sep 2002 04:15:02 +0000 (04:15 +0000)
lisp/ChangeLog
lisp/international/quail.el

index b00af99ad7e288cdd8d51056a4d71c9c9c46c3b9..9f58dcccddcbdd9dd064da2b31e93d393b88dcb7 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-23  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/quail.el (quail-completion): Be sure to scroll
+       quail-completion-buf.
+
 2002-09-23  Richard M. Stallman  <rms@gnu.org>
 
        * ielm.el (*1): Fix previous change.
index d0017e8bf2182452226fecf46ce80c5cd7011ef9..f56200b555a4aa7470ca948b972f4907f54a9cbd 100644 (file)
@@ -2124,7 +2124,10 @@ are shown (at most to the depth specified `quail-completion-max-depth')."
          ;; shown.  We just scroll it appropriately.
          (if (pos-visible-in-window-p (point-max) win)
              (set-window-start win (point-min))
-           (let ((other-window-scroll-buffer quail-completion-buf))
+           (let ((other-window-scroll-buffer quail-completion-buf)
+                 ;; This nil binding is necessary to surely scroll
+                 ;; quail-completion-buf.
+                 (minibuffer-scroll-window nil))
              (scroll-other-window)))
        (setq quail-current-key key)
        (erase-buffer)