Revision: 6478
Author: deton.kih
Date: Sat Jun 26 23:11:47 2010
Log: * scm/tutcode.scm
  - (tutcode-check-stroke-help-window-begin):
    Fix to use tutcode-nr-candidate-max-for-kigou-mode for normal candwin
  - (tutcode-check-auto-help-window-begin): Ditto

http://code.google.com/p/uim/source/detail?r=6478

Modified:
 /trunk/scm/tutcode.scm

=======================================
--- /trunk/scm/tutcode.scm      Sat Jun 26 20:34:41 2010
+++ /trunk/scm/tutcode.scm      Sat Jun 26 23:11:47 2010
@@ -578,7 +578,7 @@
           (tutcode-context-set-candidate-window! pc
             'tutcode-candidate-window-stroke-help)
           (im-activate-candidate-selector pc
-            (length stroke-help) (length stroke-help)))))))
+ (length stroke-help) tutcode-nr-candidate-max-for-kigou-mode))))))

 ;;; Éô¼ó¹çÀ®ÊÑ´¹¡¦¸ò¤¼½ñ¤­ÊÑ´¹¤Ç³ÎÄꤷ¤¿Ê¸»ú¤ÎÂǤÁÊý¤òɽ¼¨¤¹¤ë¡£
 ;;; ɽ·Á¼°¤Î¸õÊ䥦¥£¥ó¥É¥¦¤òÁÛÄꤷ¤Æ¡¢°Ê²¼¤Î¤è¤¦¤Ëɽ¼¨¤¹¤ë¡£
@@ -632,7 +632,7 @@
           (tutcode-context-set-candidate-window! pc
             'tutcode-candidate-window-auto-help)
           (im-activate-candidate-selector pc
-            (length stroke-help) (length stroke-help)))))))
+ (length stroke-help) tutcode-nr-candidate-max-for-kigou-mode))))))

 ;;; preeditɽ¼¨¤ò¹¹¿·¤¹¤ë¡£
 ;;; @param pc ¥³¥ó¥Æ¥­¥¹¥È¥ê¥¹¥È

Reply via email to