emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/quail.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/international/quail.el
Date: Sun, 06 Oct 2002 17:05:42 -0400

Index: emacs/lisp/international/quail.el
diff -c emacs/lisp/international/quail.el:1.120 
emacs/lisp/international/quail.el:1.121
*** emacs/lisp/international/quail.el:1.120     Tue Jun 18 18:58:55 2002
--- emacs/lisp/international/quail.el   Tue Sep 24 00:12:55 2002
***************
*** 2124,2130 ****
          ;; 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))
              (scroll-other-window)))
        (setq quail-current-key key)
        (erase-buffer)
--- 2124,2133 ----
          ;; 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)
!                 ;; 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)




reply via email to

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