Author: ek.kato Date: Tue Oct 7 04:31:00 2008 New Revision: 5585
Modified: trunk/scm/generic-custom.scm Log: * scm/generic-custom.scm (generic-show-candidate-implicitly?) : Set #t by default. Modified: trunk/scm/generic-custom.scm ============================================================================== --- trunk/scm/generic-custom.scm (original) +++ trunk/scm/generic-custom.scm Tue Oct 7 04:31:00 2008 @@ -60,7 +60,7 @@ (N_ "Select candidate by numeral keys") (N_ "long description will be here.")) -(define-custom 'generic-show-candidate-implicitly? #f +(define-custom 'generic-show-candidate-implicitly? #t '(other-ims candwin) '(boolean) (N_ "Show candidate window without explicit conversion action")
