X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Flist-mode.el;h=60c0ee3839ec15720c3aa9bb856a8d7133bad570;hb=6abf61674bea356678ec8727a0e7f14e97c822de;hp=25d2418951f50f102612d6cfcb6f9348a3e2495b;hpb=f52a96980ed9280f8f906a20d4b899dc0b027644;p=chise%2Fxemacs-chise.git- diff --git a/lisp/list-mode.el b/lisp/list-mode.el index 25d2418..60c0ee3 100644 --- a/lisp/list-mode.el +++ b/lisp/list-mode.el @@ -658,3 +658,8 @@ Go to the window from which completion was requested." (point-max))))) ;;; list-mode.el ends here + +;; [tomo] ad-hoc method to avoid slowness of the first completion +(if (featurep 'utf-2000) + (with-temp-buffer + (completion-list-mode)))